Uses of Class
de.xima.fc.mdl.request.AttachmentData
-
Packages that use AttachmentData Package Description de.xima.fc.mdl.attachment de.xima.fc.mdl.request -
-
Uses of AttachmentData in de.xima.fc.mdl.attachment
Methods in de.xima.fc.mdl.attachment with parameters of type AttachmentData Modifier and Type Method Description AttachmentPersistData
AttachmentPersistBuildData.UploadCreateHandler. process(AttachmentData data, String userName, Map<String,Map<Integer,List<String>>> validationErrors, ParsedFieldName parsedFieldName)
AttachmentPersistData
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 AttachmentData Modifier and Type Method Description HashMap<String,List<AttachmentData>>
UploadParameters. getAttachmentsMap()
Methods in de.xima.fc.mdl.request with parameters of type AttachmentData Modifier and Type Method Description void
ParameterWrapper. registerAttachment(String name, AttachmentData data)
Method parameters in de.xima.fc.mdl.request with type arguments of type AttachmentData Modifier and Type Method Description void
UploadParameters. setAttachmentsMap(HashMap<String,List<AttachmentData>> attachmentsMap)
Constructors in de.xima.fc.mdl.request with parameters of type AttachmentData Constructor Description AttachmentData(AttachmentData srcData, String newUuid)
-