|
||||||||||
| 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.Decision
public class Decision
decision node.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jbpm.graph.def.Node |
|---|
Node.NodeType |
| Field Summary |
|---|
| Fields inherited from class org.jbpm.graph.def.Node |
|---|
action, arrivingTransitions, isAsync, isAsyncExclusive, leavingTransitions, superState, supportedEventTypes |
| Fields inherited from class org.jbpm.graph.def.GraphElement |
|---|
description, events, exceptionHandlers, name, processDefinition |
| Constructor Summary | |
|---|---|
Decision()
|
|
Decision(java.lang.String name)
|
|
| Method Summary | |
|---|---|
void |
execute(ExecutionContext executionContext)
override this method to customize the node behaviour. |
java.util.List |
getDecisionConditions()
|
Node.NodeType |
getNodeType()
|
void |
read(org.dom4j.Element decisionElement,
JpdlXmlReader jpdlReader)
|
void |
setDecisionDelegation(Delegation decisionDelegation)
|
| Methods inherited from class org.jbpm.graph.def.GraphElement |
|---|
addEvent, addExceptionHandler, createAsyncActionExecutionJob, equals, executeAction, findExceptionHandler, fireAndPropagateEvent, fireEvent, getDescription, getEvent, getEvents, getExceptionHandlers, getId, getName, getParentChain, getParents, hasEvent, hasEvents, raiseException, removeEvent, removeExceptionHandler, reorderExceptionHandler, setDescription, 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 |
| Constructor Detail |
|---|
public Decision()
public Decision(java.lang.String name)
| Method Detail |
|---|
public Node.NodeType getNodeType()
getNodeType in class Node
public void read(org.dom4j.Element decisionElement,
JpdlXmlReader jpdlReader)
read in interface Parsableread in class Nodepublic void execute(ExecutionContext executionContext)
Node
execute in class Nodepublic java.util.List getDecisionConditions()
public void setDecisionDelegation(Delegation decisionDelegation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||