Class AttachmentDescriptor.Builder
java.lang.Object
de.xima.fc.workflow.processor.value.common.AttachmentDescriptor.Builder
- Enclosing class:
AttachmentDescriptor
Builder for creating a value that conforms to the
AttachmentDescriptor value descriptor.- Since:
- 8.2.0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the value conforming to theAttachmentDescriptorvalue descriptor.Adds the value for th file property to the value.
-
Method Details
-
build
Builds the value conforming to theAttachmentDescriptorvalue descriptor.- Returns:
- The value.
-
fileItem
Adds the value for th file property to the value.- Parameters:
file- File of the attachment, seeFileItemDescriptor.valueFileItem(Path, MimeType).- Returns:
- This builder for chaining method calls.
-