Uses of Class
de.xima.fc.workflow.itemlist.ItemData.Builder
- 
Packages that use ItemData.Builder Package Description de.xima.fc.workflow.itemlist  - 
- 
Uses of ItemData.Builder in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist that return ItemData.Builder Modifier and Type Method Description ItemData.BuilderItemData.Builder. attachments(IWorkflowAttachmentValue attachments)Sets attachments to make available while the loop body is executed with the current value.static ItemData.BuilderItemData. builder(int key)Creates a builder for a single item of an iteration.static ItemData.BuilderItemData. builder(String key)Creates a builder for a single item of an iteration.ItemData.BuilderItemData.Builder. files(IWorkflowFileValue files)Sets files to make available while the loop body is executed with the current value.ItemData.BuilderItemData.Builder. nodeExecutionData(INodeExecutionData nodeExecutionData)Sets additional data to make available while the loop body is executed with the current value.ItemData.BuilderItemData.Builder. value(Object value)The item from a loop iteration. 
 -