Uses of Class
de.xima.fc.workflow.itemlist.ItemData.Builder
Packages that use ItemData.Builder
-
Uses of ItemData.Builder in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist that return ItemData.BuilderModifier and TypeMethodDescriptionItemData.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.BuilderCreates a builder for a single item of an iteration.ItemData.Builder.files(IWorkflowFileValue files) Sets files to make available while the loop body is executed with the current value.ItemData.Builder.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.