Uses of Class
org.jbpm.ruleflow.core.factory.ForEachNodeFactory
-
Packages that use ForEachNodeFactory Package Description org.jbpm.ruleflow.core org.jbpm.ruleflow.core.factory -
-
Uses of ForEachNodeFactory in org.jbpm.ruleflow.core
Methods in org.jbpm.ruleflow.core that return ForEachNodeFactory Modifier and Type Method Description ForEachNodeFactory<T>RuleFlowNodeContainerFactory. forEachNode(long id) -
Uses of ForEachNodeFactory in org.jbpm.ruleflow.core.factory
Methods in org.jbpm.ruleflow.core.factory that return ForEachNodeFactory Modifier and Type Method Description ForEachNodeFactory<T>ForEachNodeFactory. collectionExpression(String collectionExpression)ForEachNodeFactory<T>ForEachNodeFactory. variable(String variableName, DataType dataType)ForEachNodeFactory<T>ForEachNodeFactory. waitForCompletion(boolean waitForCompletion)
-