Uses of Class
org.jbpm.ruleflow.core.factory.ForEachNodeFactory
Packages that use ForEachNodeFactory
-
Uses of ForEachNodeFactory in org.jbpm.ruleflow.core
Methods in org.jbpm.ruleflow.core that return ForEachNodeFactoryModifier and TypeMethodDescriptionRuleFlowNodeContainerFactory.forEachNode(org.kie.api.definition.process.WorkflowElementIdentifier id) -
Uses of ForEachNodeFactory in org.jbpm.ruleflow.core.factory
Methods in org.jbpm.ruleflow.core.factory that return ForEachNodeFactoryModifier and TypeMethodDescriptionForEachNodeFactory.collectionExpression(String collectionExpression) ForEachNodeFactory.completionAction(Action completionAction) ForEachNodeFactory.outputCollectionExpression(String collectionExpression) ForEachNodeFactory.outputVariable(String varRef, String variableName, DataType dataType) ForEachNodeFactory.outputVariable(String variableName, DataType dataType) ForEachNodeFactory.sequential(boolean sequential) ForEachNodeFactory.tempVariable(String varRef, String variableName, DataType dataType) ForEachNodeFactory.tempVariable(String variableName, DataType dataType) ForEachNodeFactory.waitForCompletion(boolean waitForCompletion)