Uses of Interface
org.kie.api.fluent.ForEachNodeBuilder
-
Packages that use ForEachNodeBuilder Package Description org.kie.api.fluent Process Fluent API allows programmer to build an in memory representation of a bpmn file.
This information can later be used to build a KIE resource and execute the process . -
-
Uses of ForEachNodeBuilder in org.kie.api.fluent
Methods in org.kie.api.fluent that return ForEachNodeBuilder Modifier and Type Method Description ForEachNodeBuilder<T>
ForEachNodeBuilder. collectionExpression(String collectionExpression)
ForEachNodeBuilder<T>
NodeContainerBuilder. forEachNode(long id)
ForEachNodeBuilder<T>
ForEachNodeBuilder. waitForCompletion(boolean waitForCompletion)
-