org.jbpm.workflow.instance.node
Class ForEachNodeInstance.ForEachSplitNodeInstance

java.lang.Object
  extended by org.jbpm.workflow.instance.impl.NodeInstanceImpl
      extended by org.jbpm.workflow.instance.node.ForEachNodeInstance.ForEachSplitNodeInstance
All Implemented Interfaces:
Serializable, NodeInstance
Enclosing class:
ForEachNodeInstance

public class ForEachNodeInstance.ForEachSplitNodeInstance
extends NodeInstanceImpl

See Also:
Serialized Form

Constructor Summary
ForEachNodeInstance.ForEachSplitNodeInstance()
           
 
Method Summary
 ForEachNode.ForEachSplitNode getForEachSplitNode()
           
 void internalTrigger(NodeInstance fromm, String type)
           
 
Methods inherited from class org.jbpm.workflow.instance.impl.NodeInstanceImpl
cancel, followConnection, getId, getMetaData, getNode, getNodeId, getNodeInstanceContainer, getNodeName, getProcessInstance, getUniqueId, getVariable, isInversionOfControl, resolveContext, resolveContextInstance, setId, setMetaData, setNodeId, setNodeInstanceContainer, setProcessInstance, setVariable, trigger, triggerCompleted, triggerConnection, triggerNodeInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForEachNodeInstance.ForEachSplitNodeInstance

public ForEachNodeInstance.ForEachSplitNodeInstance()
Method Detail

getForEachSplitNode

public ForEachNode.ForEachSplitNode getForEachSplitNode()

internalTrigger

public void internalTrigger(NodeInstance fromm,
                            String type)
Specified by:
internalTrigger in class NodeInstanceImpl


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