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.Builder
ItemData.Builder. attachments(IWorkflowAttachmentValue attachments)
Sets attachments to make available while the loop body is executed with the current value.static ItemData.Builder
ItemData. builder(int key)
Creates a builder for a single item of an iteration.static ItemData.Builder
ItemData. builder(String key)
Creates a builder for a single item of an iteration.ItemData.Builder
ItemData.Builder. files(IWorkflowFileValue files)
Sets files to make available while the loop body is executed with the current value.ItemData.Builder
ItemData.Builder. nodeExecutionData(INodeExecutionData nodeExecutionData)
Sets additional data to make available while the loop body is executed with the current value.ItemData.Builder
ItemData.Builder. value(Object value)
The item from a loop iteration.
-