Uses of Class
de.xima.fc.workflow.processor.value.common.AttachmentDescriptor.Builder
-
Packages that use AttachmentDescriptor.Builder Package Description de.xima.fc.workflow.processor.value.common -
-
Uses of AttachmentDescriptor.Builder in de.xima.fc.workflow.processor.value.common
Methods in de.xima.fc.workflow.processor.value.common that return AttachmentDescriptor.Builder Modifier and Type Method Description AttachmentDescriptor.Builder
AttachmentDescriptor.Builder. fileItem(Map<String,Object> file)
Adds the value for th file property to the value.static AttachmentDescriptor.Builder
AttachmentDescriptor. valueAttachment(Attachment attachment)
Creates a value that conforms to theAttachmentDescriptor
value descriptor.static AttachmentDescriptor.Builder
AttachmentDescriptor. valueAttachment(String uuid, String source)
Creates a value that conforms to theAttachmentDescriptor
value descriptor.static AttachmentDescriptor.Builder
AttachmentDescriptor. valueAttachment(UUID uuid, EAttachmentSource source)
Creates a value that conforms to theAttachmentDescriptor
value descriptor.
-