IFcForEachLoopsPropsBuilder |
IFcForEachLoopsPropsBuilder.body(WorkflowNode... body) |
Sets the child nodes to execute once for each element in the collection.
|
default IFcForEachLoopsPropsBuilder |
IFcForEachLoopsPropsBuilder.body(Iterable<WorkflowNode> body) |
Sets the child nodes to execute once for each element in the collection.
|
IFcForEachLoopsPropsBuilder |
IFcForEachLoopsPropsBuilder.description(String description) |
Sets the description of the node.
|
IFcForEachLoopsPropsBuilder |
IFcForEachLoopsPropsBuilder.name(String name) |
Sets the name of the node.
|
IFcForEachLoopsPropsBuilder |
IFcForEachLoopsPropsBuilder.sourceJson(String json) |
Loops over a JSON value, usually an array (its items) or object (its entries).
|
IFcForEachLoopsPropsBuilder |
IFcForEachLoopsPropsBuilder.sourceJsonValue(Object json) |
Loops over a JSON value, usually an array (its items) or object (its entries).
|
IFcForEachLoopsPropsBuilder |
IFcForEachLoopsPropsBuilder.sourceProps(AListItemSourceProps sourceProps) |
Sets the source properties of the node that define the collection to loop over.
|
IFcForEachLoopsPropsBuilder |
IFcForEachLoopsPropsBuilder.sourceRepeatedFormField(String formFieldName) |
Loops over a form field that is a repeated form field.
|