org.jbpm.workflow.instance.node
Class CompositeContextNodeInstance
java.lang.Object
org.jbpm.workflow.instance.impl.NodeInstanceImpl
org.jbpm.workflow.instance.impl.ExtendedNodeInstanceImpl
org.jbpm.workflow.instance.node.StateBasedNodeInstance
org.jbpm.workflow.instance.node.CompositeNodeInstance
org.jbpm.workflow.instance.node.CompositeContextNodeInstance
- All Implemented Interfaces:
- Serializable, EventListener, NodeInstance, NodeInstanceContainer, ContextableInstance, ContextInstanceContainer, EventBasedNodeInstanceInterface, EventNodeInstanceInterface
- Direct Known Subclasses:
- DynamicNodeInstance, StateNodeInstance
public class CompositeContextNodeInstance
- extends CompositeNodeInstance
- implements ContextInstanceContainer, ContextableInstance
- See Also:
- Serialized Form
Methods inherited from class org.jbpm.workflow.instance.node.CompositeNodeInstance |
addEventListeners, addNodeInstance, cancel, getCompositeNode, getFirstNodeInstance, getNodeContainer, getNodeInstance, getNodeInstance, getNodeInstances, getNodeInstances, getNodeInstances, getState, internalTrigger, isLinkedIncomingNodeRequired, nodeInstanceCompleted, removeEventListeners, removeNodeInstance, setProcessInstance, setState, signalEvent, triggerCompleted |
Methods inherited from class org.jbpm.workflow.instance.impl.NodeInstanceImpl |
followConnection, getId, getMetaData, getNode, getNodeId, getNodeInstanceContainer, getNodeName, getProcessInstance, getUniqueId, getVariable, isInversionOfControl, resolveContext, resolveContextInstance, setId, setMetaData, setNodeId, setNodeInstanceContainer, setVariable, trigger, triggerConnection, triggerNodeInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeContextNodeInstance
public CompositeContextNodeInstance()
getCompositeContextNode
protected CompositeContextNode getCompositeContextNode()
getContextContainer
public ContextContainer getContextContainer()
- Specified by:
getContextContainer
in interface ContextInstanceContainer
setContextInstance
public void setContextInstance(String contextId,
ContextInstance contextInstance)
getContextInstance
public ContextInstance getContextInstance(String contextId)
- Specified by:
getContextInstance
in interface ContextableInstance
getContextInstances
public List<ContextInstance> getContextInstances(String contextId)
- Specified by:
getContextInstances
in interface ContextInstanceContainer
addContextInstance
public void addContextInstance(String contextId,
ContextInstance contextInstance)
- Specified by:
addContextInstance
in interface ContextInstanceContainer
removeContextInstance
public void removeContextInstance(String contextId,
ContextInstance contextInstance)
- Specified by:
removeContextInstance
in interface ContextInstanceContainer
getContextInstance
public ContextInstance getContextInstance(String contextId,
long id)
- Specified by:
getContextInstance
in interface ContextInstanceContainer
getContextInstance
public ContextInstance getContextInstance(Context context)
- Specified by:
getContextInstance
in interface ContextInstanceContainer
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.