Uses of Class
de.xima.fc.mdl.attachment.AttachmentPersistData
Packages that use AttachmentPersistData
Package
Description
Package for the API access of the model classes.
-
Uses of AttachmentPersistData in de.xima.fc.api.entity
Method parameters in de.xima.fc.api.entity with type arguments of type AttachmentPersistDataModifier and TypeMethodDescriptionAttachmentAPI.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 AttachmentPersistDataModifier and TypeMethodDescriptionAttachmentHandler.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 AttachmentPersistDataModifier and TypeMethodDescriptionIAttachmentHandler.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 AttachmentPersistDataModifier and TypeMethodDescriptionstatic AttachmentPersistDataAttachmentPersistData.forExistingAttachment(Attachment attachment, String oldFileName) static AttachmentPersistDataAttachmentPersistData.forNewAttachment(Attachment attachment, String originalAttachmentUuid) static AttachmentPersistDataAttachmentPersistData.forUnchangedAttachment(Attachment attachment, String oldFileName) AttachmentPersistBuildData.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) Methods in de.xima.fc.mdl.attachment that return types with arguments of type AttachmentPersistData