jBPM distribution 6.0.0.CR4-Pre1

org.jbpm.ruleflow.core.factory
Class ForEachNodeFactory

java.lang.Object
  extended by org.jbpm.ruleflow.core.RuleFlowNodeContainerFactory
      extended by org.jbpm.ruleflow.core.factory.ForEachNodeFactory

public class ForEachNodeFactory
extends RuleFlowNodeContainerFactory


Constructor Summary
ForEachNodeFactory(RuleFlowNodeContainerFactory nodeContainerFactory, NodeContainer nodeContainer, long id)
           
 
Method Summary
 ForEachNodeFactory collectionExpression(String collectionExpression)
           
 RuleFlowNodeContainerFactory done()
           
protected  ForEachNode getForEachNode()
           
 ForEachNodeFactory linkIncomingConnections(long nodeId)
           
 ForEachNodeFactory linkOutgoingConnections(long nodeId)
           
 ForEachNodeFactory variable(String variableName, org.drools.core.process.core.datatype.DataType dataType)
           
 ForEachNodeFactory waitForCompletion(boolean waitForCompletion)
           
 
Methods inherited from class org.jbpm.ruleflow.core.RuleFlowNodeContainerFactory
actionNode, compositeNode, connection, dynamicNode, 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
 

Constructor Detail

ForEachNodeFactory

public ForEachNodeFactory(RuleFlowNodeContainerFactory nodeContainerFactory,
                          NodeContainer nodeContainer,
                          long id)
Method Detail

getForEachNode

protected ForEachNode getForEachNode()

collectionExpression

public ForEachNodeFactory collectionExpression(String collectionExpression)

variable

public ForEachNodeFactory variable(String variableName,
                                   org.drools.core.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

jBPM distribution 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.