Uses of Class
de.xima.fc.mdl.request.AttachmentData
Packages that use AttachmentData
-
Uses of AttachmentData in de.xima.fc.mdl.attachment
Methods in de.xima.fc.mdl.attachment with parameters of type AttachmentDataModifier and TypeMethodDescriptionAttachmentPersistBuildData.UploadCreateHandler.process(AttachmentData data, String userName, Map<String, Map<Integer, List<String>>> validationErrors, ParsedFieldName parsedFieldName) AttachmentPersistBuildData.UploadMergeHandler.process(AttachmentData data, String userName, Map<String, Map<Integer, List<String>>> validationErrors, List<Attachment> oldAttachments) -
Uses of AttachmentData in de.xima.fc.mdl.request
Methods in de.xima.fc.mdl.request that return types with arguments of type AttachmentDataMethods in de.xima.fc.mdl.request with parameters of type AttachmentDataModifier and TypeMethodDescriptionvoidParameterWrapper.registerAttachment(String name, AttachmentData data) Method parameters in de.xima.fc.mdl.request with type arguments of type AttachmentDataModifier and TypeMethodDescriptionvoidUploadParameters.setAttachmentsMap(HashMap<String, List<AttachmentData>> attachmentsMap) Constructors in de.xima.fc.mdl.request with parameters of type AttachmentData