org.jbpm.workflow.instance.impl
Class ExtendedNodeInstanceImpl
java.lang.Object
org.jbpm.workflow.instance.impl.NodeInstanceImpl
org.jbpm.workflow.instance.impl.ExtendedNodeInstanceImpl
- All Implemented Interfaces:
- Serializable, NodeInstance
- Direct Known Subclasses:
- EndNodeInstance, EventNodeInstance, StateBasedNodeInstance
public abstract class ExtendedNodeInstanceImpl
- extends NodeInstanceImpl
- See Also:
- Serialized Form
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, triggerConnection, triggerNodeInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedNodeInstanceImpl
public ExtendedNodeInstanceImpl()
getExtendedNode
public ExtendedNodeImpl getExtendedNode()
internalTrigger
public void internalTrigger(NodeInstance from,
String type)
- Specified by:
internalTrigger
in class NodeInstanceImpl
triggerCompleted
public void triggerCompleted(boolean remove)
triggerCompleted
protected void triggerCompleted(String type,
boolean remove)
- Overrides:
triggerCompleted
in class NodeInstanceImpl
triggerEvent
protected void triggerEvent(String type)
executeAction
protected void executeAction(DroolsAction droolsAction)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.