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.BuilderAttachmentDescriptor.Builder. fileItem(Map<String,Object> file)Adds the value for th file property to the value.static AttachmentDescriptor.BuilderAttachmentDescriptor. valueAttachment(Attachment attachment)Creates a value that conforms to theAttachmentDescriptorvalue descriptor.static AttachmentDescriptor.BuilderAttachmentDescriptor. valueAttachment(String uuid, String source)Creates a value that conforms to theAttachmentDescriptorvalue descriptor.static AttachmentDescriptor.BuilderAttachmentDescriptor. valueAttachment(UUID uuid, EAttachmentSource source)Creates a value that conforms to theAttachmentDescriptorvalue descriptor.
-