Class ItemData.Builder
java.lang.Object
de.xima.fc.workflow.itemlist.ItemData.Builder
- Enclosing class:
ItemData
A builder for a single item of an iteration.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionattachments(IWorkflowAttachmentValue attachments) Sets attachments to make available while the loop body is executed with the current value.build()Creates a newItemDatainstance with the current configuration.files(IWorkflowFileValue files) Sets files to make available while the loop body is executed with the current value.nodeExecutionData(INodeExecutionData nodeExecutionData) Sets additional data to make available while the loop body is executed with the current value.The item from a loop iteration.
-
Method Details
-
attachments
Sets attachments to make available while the loop body is executed with the current value.- Parameters:
attachments- attachments to make available.- Returns:
- This builder for chaining method calls.
-
build
-
files
Sets files to make available while the loop body is executed with the current value.- Parameters:
files- Files to make available.- Returns:
- This builder for chaining method calls.
-
nodeExecutionData
Sets additional data to make available while the loop body is executed with the current value.- Parameters:
nodeExecutionData- Additional contextual data to make available.- Returns:
- This builder for chaining method calls.
-
value
The item from a loop iteration. For map-like data structures, this is theMap.Entry.getValue().- Parameters:
value- The item from a loop iteration.- Returns:
- This builder for chaining method calls.
-