|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jbpm.graph.def.GraphElement
org.jbpm.graph.def.Node
org.jbpm.graph.node.EndState
public class EndState
| Field Summary | |
|---|---|
static java.lang.String[] |
supportedEventTypes
|
| Fields inherited from class org.jbpm.graph.def.Node |
|---|
action, arrivingTransitions, isAsync, leavingTransitions, superState |
| Fields inherited from class org.jbpm.graph.def.GraphElement |
|---|
events, exceptionHandlers, name, processDefinition |
| Constructor Summary | |
|---|---|
EndState()
|
|
EndState(java.lang.String name)
|
|
| Method Summary | |
|---|---|
Transition |
addLeavingTransition(Transition t)
creates a bidirection relation between this node and the given leaving transition. |
void |
execute(ExecutionContext executionContext)
override this method to customize the node behaviour. |
java.lang.String[] |
getSupportedEventTypes()
indicative set of event types supported by this graph element. |
| 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 |
| Field Detail |
|---|
public static final java.lang.String[] supportedEventTypes
| Constructor Detail |
|---|
public EndState()
public EndState(java.lang.String name)
| Method Detail |
|---|
public java.lang.String[] getSupportedEventTypes()
GraphElement
getSupportedEventTypes in class Nodepublic void execute(ExecutionContext executionContext)
Node
execute in class Nodepublic Transition addLeavingTransition(Transition t)
Node
addLeavingTransition in class Node
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||