jBPM distribution 6.0.0.Beta3

org.jbpm.workflow.instance.node
Class SplitInstance

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

public class SplitInstance
extends NodeInstanceImpl

Runtime counterpart of a split node.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jbpm.workflow.instance.impl.NodeInstanceImpl
NodeInstanceImpl.NodeInstanceTrigger
 
Constructor Summary
SplitInstance()
           
 
Method Summary
protected  void executeStrategy(Split split, String type)
           
protected  Split getSplit()
           
 void internalTrigger(NodeInstance from, String type)
           
 
Methods inherited from class org.jbpm.workflow.instance.impl.NodeInstanceImpl
cancel, executeAction, followConnection, getId, getMetaData, getNode, getNodeId, getNodeInstanceContainer, getNodeName, getProcessInstance, getUniqueId, getVariable, isInversionOfControl, resolveContext, resolveContextInstance, retrigger, setId, setMetaData, setNodeId, setNodeInstanceContainer, setProcessInstance, setVariable, trigger, triggerCompleted, triggerConnection, triggerNode, triggerNodeInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitInstance

public SplitInstance()
Method Detail

getSplit

protected Split getSplit()

internalTrigger

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

executeStrategy

protected void executeStrategy(Split split,
                               String type)

jBPM distribution 6.0.0.Beta3

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