public class ForEachNodeFactory extends RuleFlowNodeContainerFactory
| Constructor and Description |
|---|
ForEachNodeFactory(RuleFlowNodeContainerFactory nodeContainerFactory,
NodeContainer nodeContainer,
long id) |
| Modifier and Type | Method and Description |
|---|---|
ForEachNodeFactory |
collectionExpression(String collectionExpression) |
RuleFlowNodeContainerFactory |
done() |
protected ForEachNode |
getForEachNode() |
ForEachNodeFactory |
linkIncomingConnections(long nodeId) |
ForEachNodeFactory |
linkOutgoingConnections(long nodeId) |
ForEachNodeFactory |
variable(String variableName,
DataType dataType) |
ForEachNodeFactory |
waitForCompletion(boolean waitForCompletion) |
actionNode, boundaryEventNode, compositeNode, connection, dynamicNode, endNode, eventNode, faultNode, forEachNode, getNodeContainer, humanTaskNode, joinNode, milestoneNode, ruleSetNode, setNodeContainer, splitNode, startNode, subProcessNode, timerNode, workItemNodepublic ForEachNodeFactory(RuleFlowNodeContainerFactory nodeContainerFactory, NodeContainer nodeContainer, long id)
protected ForEachNode getForEachNode()
public ForEachNodeFactory collectionExpression(String collectionExpression)
public ForEachNodeFactory variable(String variableName, DataType dataType)
public ForEachNodeFactory waitForCompletion(boolean waitForCompletion)
public ForEachNodeFactory linkIncomingConnections(long nodeId)
public ForEachNodeFactory linkOutgoingConnections(long nodeId)
public RuleFlowNodeContainerFactory done()
done in class RuleFlowNodeContainerFactoryCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.