Uses of Class
de.xima.fc.mdl.fdv.form.ParsedFieldName
Packages that use ParsedFieldName
Package
Description
Klassen für Formularfeld-Metainformationen
-
Uses of ParsedFieldName in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper that return ParsedFieldNameModifier and TypeMethodDescriptionstatic ParsedFieldNameAttachmentHelper.getAjaxUUIDFieldName(ParsedFieldName fieldName) Derives the AJAX UUID field name for the given base field name.static ParsedFieldNameAttachmentHelper.getUUIDFieldName(ParsedFieldName orgFieldName) Derives the UUID field name for the given base field name.Methods in de.xima.fc.form.helper with parameters of type ParsedFieldNameModifier and TypeMethodDescriptionstatic ParsedFieldNameAttachmentHelper.getAjaxUUIDFieldName(ParsedFieldName fieldName) Derives the AJAX UUID field name for the given base field name.static ParsedFieldNameAttachmentHelper.getUUIDFieldName(ParsedFieldName orgFieldName) Derives the UUID field name for the given base field name. -
Uses of ParsedFieldName in de.xima.fc.logic.form_record.upload
Methods in de.xima.fc.logic.form_record.upload with parameters of type ParsedFieldNameModifier and TypeMethodDescriptionXUploadFileNameInterpolator.interpolateFileName(String originalFileName, String fileNamePattern, ParsedFieldName fieldName) Interpolates the file name pattern with values from the form record. -
Uses of ParsedFieldName in de.xima.fc.mdl.attachment
Methods in de.xima.fc.mdl.attachment with parameters of type ParsedFieldNameModifier and TypeMethodDescriptionAttachmentPersistBuildData.UploadCreateHandler.process(AttachmentData data, String userName, Map<String, Map<Integer, List<String>>> validationErrors, ParsedFieldName parsedFieldName) -
Uses of ParsedFieldName in de.xima.fc.mdl.fdv.form
Methods in de.xima.fc.mdl.fdv.form that return ParsedFieldNameModifier and TypeMethodDescriptionstatic ParsedFieldNameParsedFieldName.forBasicElement(String elementName) Creates a new parsed field name for a basic element, using the given parameters.static ParsedFieldNameParsedFieldName.forFieldName(String fieldName) static ParsedFieldNameParsedFieldName.forRepeatedElement(String elementName, String containerName, int repetitionId) Creates a new parsed field name for a repeated element, using the given parameters.ParsedFieldName.withSuffix(String suffix, boolean preserveContainerName) Adds a suffix the element's name, but preserves the container name and the repetition index.