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 AttachmentDescriptor
CommonRecordValueDescriptors. ATTACHMENT
AIValueDescriptor
for the metadata of anattachment
, consisting of its UUID, source, and optionally a file.static AttachmentDescriptor
CommonRecordValueDescriptors. ATTACHMENT_WITH_FILE_ITEM
AIValueDescriptor
for 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 AttachmentDescriptor
AttachmentDescriptor. withFileItem(FileItemDescriptor fileItemDescriptor)
Derives a newAttachmentDescriptor
from 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 FormRecordMessageUploadRequestDescriptor
FormRecordMessageUploadRequestDescriptor. withAttachments(AttachmentDescriptor attachmentDescriptor)
Derives a newFormRecordMessageUploadRequestDescriptor
from this descriptor with the attachments property added, corresponding toFormRecordMessageUploadRequest.getAttachments()
.
-