Uses of Interface
de.xima.fc.workflow.processor.factory.IFcForEachLoopsPropsBuilder
Packages that use IFcForEachLoopsPropsBuilder
-
Uses of IFcForEachLoopsPropsBuilder in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return IFcForEachLoopsPropsBuilderModifier and TypeMethodDescriptionIFcForEachLoopsPropsBuilder.body(WorkflowNode... body) Sets the child nodes to execute once for each element in the collection.default IFcForEachLoopsPropsBuilderIFcForEachLoopsPropsBuilder.body(Iterable<WorkflowNode> body) Sets the child nodes to execute once for each element in the collection.IFcForEachLoopsPropsBuilder.description(String description) Sets the description of the node.Sets the name of the node.IFcForEachLoopsPropsBuilder.sourceJson(String json) Loops over a JSON value, usually an array (its items) or object (its entries).IFcForEachLoopsPropsBuilder.sourceJsonValue(Object json) Loops over a JSON value, usually an array (its items) or object (its entries).IFcForEachLoopsPropsBuilder.sourceProps(AListItemSourceProps sourceProps) Sets the source properties of the node that define the collection to loop over.IFcForEachLoopsPropsBuilder.sourceRepeatedFormField(String formFieldName) Loops over a form field that is a repeated form field.