org.jbpm.ruleflow.core.factory
Class ForEachNodeFactory
java.lang.Object
org.jbpm.ruleflow.core.RuleFlowNodeContainerFactory
org.jbpm.ruleflow.core.factory.ForEachNodeFactory
public class ForEachNodeFactory
- extends RuleFlowNodeContainerFactory
Methods inherited from class org.jbpm.ruleflow.core.RuleFlowNodeContainerFactory |
actionNode, compositeNode, connection, endNode, eventNode, faultNode, forEachNode, getNodeContainer, humanTaskNode, joinNode, milestoneNode, ruleSetNode, setNodeContainer, splitNode, startNode, subProcessNode, timerNode, workItemNode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForEachNodeFactory
public ForEachNodeFactory(RuleFlowNodeContainerFactory nodeContainerFactory,
NodeContainer nodeContainer,
long id)
getForEachNode
protected ForEachNode getForEachNode()
collectionExpression
public ForEachNodeFactory collectionExpression(String collectionExpression)
variable
public ForEachNodeFactory variable(String variableName,
org.drools.process.core.datatype.DataType dataType)
waitForCompletion
public ForEachNodeFactory waitForCompletion(boolean waitForCompletion)
linkIncomingConnections
public ForEachNodeFactory linkIncomingConnections(long nodeId)
linkOutgoingConnections
public ForEachNodeFactory linkOutgoingConnections(long nodeId)
done
public RuleFlowNodeContainerFactory done()
- Specified by:
done
in class RuleFlowNodeContainerFactory
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.