Uses of Class
de.xima.fc.mdl.attachment.AttachmentPersistData
-
Packages that use AttachmentPersistData Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.mdl.attachment -
-
Uses of AttachmentPersistData in de.xima.fc.api.entity
Method parameters in de.xima.fc.api.entity with type arguments of type AttachmentPersistData Modifier and Type Method Description List<Attachment>
AttachmentAPI. mergeAllByUser(UserContext uc, String username, List<AttachmentPersistData> attachmentData)
-
Uses of AttachmentPersistData in de.xima.fc.handler.entity
Method parameters in de.xima.fc.handler.entity with type arguments of type AttachmentPersistData Modifier and Type Method Description List<Attachment>
AttachmentHandler. mergeAllByUser(UserContext uc, String username, List<AttachmentPersistData> attachmentData)
-
Uses of AttachmentPersistData in de.xima.fc.handler.interfaces.entity
Method parameters in de.xima.fc.handler.interfaces.entity with type arguments of type AttachmentPersistData Modifier and Type Method Description List<Attachment>
IAttachmentHandler. mergeAllByUser(UserContext uc, String username, List<AttachmentPersistData> attachmentData)
Creates or updates a list of attachments. -
Uses of AttachmentPersistData in de.xima.fc.mdl.attachment
Methods in de.xima.fc.mdl.attachment that return AttachmentPersistData Modifier and Type Method Description static AttachmentPersistData
AttachmentPersistData. forExistingAttachment(Attachment attachment, String oldFileName)
static AttachmentPersistData
AttachmentPersistData. forNewAttachment(Attachment attachment, String originalAttachmentUuid)
static AttachmentPersistData
AttachmentPersistData. forUnchangedAttachment(Attachment attachment, String oldFileName)
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)
Methods in de.xima.fc.mdl.attachment that return types with arguments of type AttachmentPersistData Modifier and Type Method Description List<AttachmentPersistData>
AttachmentPersistBuildData. getToPersist()
-