当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
ProcessState (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.graph.node
Class ProcessState
java.lang.Object
org.jbpm.graph.def.GraphElement
org.jbpm.graph.def.Node
org.jbpm.graph.node.ProcessState
- All Implemented Interfaces:
- java.io.Serializable, Parsable
public class ProcessState
- extends Node
- implements Parsable
- See Also:
- Serialized Form
Methods inherited from class org.jbpm.graph.def.Node |
addArrivingTransition, addLeavingTransition, enter, generateNextLeavingTransitionName, getAction, getArrivingTransitions, getDefaultLeavingTransition, getFullyQualifiedName, getLeavingTransition, getLeavingTransitions, getLeavingTransitionsList, getLeavingTransitionsMap, getParent, getProcessDefinition, getSuperState, hasLeavingTransition, hasNoLeavingTransitions, isAsync, leave, leave, removeArrivingTransition, removeLeavingTransition, reorderLeavingTransition, setAction, setAsync, setName, write |
Methods inherited from class org.jbpm.graph.def.GraphElement |
addEvent, addExceptionHandler, equals, executeAction, findExceptionHandler, fireAndPropagateEvent, fireEvent, getEvent, getEvents, getExceptionHandlers, getId, getName, getParentChain, getParents, hasEvent, hasEvents, raiseException, removeEvent, removeExceptionHandler, reorderExceptionHandler, setProcessDefinition, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jbpm.jpdl.xml.Parsable |
write |
subProcessDefinition
protected ProcessDefinition subProcessDefinition
variableAccesses
protected java.util.Set variableAccesses
supportedEventTypes
public static final java.lang.String[] supportedEventTypes
ProcessState
public ProcessState()
setDefaultSubProcessResolver
public static void setDefaultSubProcessResolver(SubProcessResolver subProcessResolver)
getSupportedEventTypes
public java.lang.String[] getSupportedEventTypes()
- Description copied from class:
GraphElement
- indicative set of event types supported by this graph element.
this is currently only used by the process designer to know which
event types to show on a given graph element. in process definitions
and at runtime, there are no contstraints on the event-types.
- Overrides:
getSupportedEventTypes
in class Node
read
public void read(org.dom4j.Element processStateElement,
JpdlXmlReader jpdlReader)
- Specified by:
read
in interface Parsable
- Overrides:
read
in class Node
execute
public void execute(ExecutionContext executionContext)
- Description copied from class:
Node
- override this method to customize the node behaviour.
- Overrides:
execute
in class Node
leave
public void leave(ExecutionContext executionContext,
Transition transition)
- Description copied from class:
Node
- called by the implementation of this node to continue execution over the given transition.
- Overrides:
leave
in class Node
addNodeLog
protected void addNodeLog(Token token)
- Overrides:
addNodeLog
in class Node
getSubProcessDefinition
public ProcessDefinition getSubProcessDefinition()
setSubProcessDefinition
public void setSubProcessDefinition(ProcessDefinition subProcessDefinition)
Version : jbpm-3.1.3