Uses of Class
de.xima.fc.workflow.processor.value.common.AttachmentDescriptor
- 
Packages that use AttachmentDescriptor Package Description de.xima.fc.workflow.processor.value.common  - 
- 
Uses of AttachmentDescriptor in de.xima.fc.workflow.processor.value.common
Fields in de.xima.fc.workflow.processor.value.common declared as AttachmentDescriptor Modifier and Type Field Description static AttachmentDescriptorCommonRecordValueDescriptors. ATTACHMENTAIValueDescriptorfor the metadata of anattachment, consisting of its UUID, source, and optionally a file.static AttachmentDescriptorCommonRecordValueDescriptors. ATTACHMENT_WITH_FILE_ITEMAIValueDescriptorfor the metadata of anattachment, consisting of its UUID, source, and optionally a file.Methods in de.xima.fc.workflow.processor.value.common that return AttachmentDescriptor Modifier and Type Method Description AttachmentDescriptorAttachmentDescriptor. withFileItem(FileItemDescriptor fileItemDescriptor)Derives a newAttachmentDescriptorfrom this descriptor with the file property added, corresponding toAttachment.getFileEntity().Methods in de.xima.fc.workflow.processor.value.common with parameters of type AttachmentDescriptor Modifier and Type Method Description FormRecordMessageUploadRequestDescriptorFormRecordMessageUploadRequestDescriptor. withAttachments(AttachmentDescriptor attachmentDescriptor)Derives a newFormRecordMessageUploadRequestDescriptorfrom this descriptor with the attachments property added, corresponding toFormRecordMessageUploadRequest.getAttachments(). 
 -