当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
Merge (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.graph.node
Class Merge
java.lang.Object
org.jbpm.graph.def.GraphElement
org.jbpm.graph.def.Node
org.jbpm.graph.node.Merge
- All Implemented Interfaces:
- java.io.Serializable, Parsable
public class Merge
- extends Node
TODO is the merge node usefull ?
i don't think the merge node is usefull because every node has an
implicit merge in front of it (= multiple transitions can arrive in
the same node). maybe we should just leave this in for the sake
of workflow patterns ?
- See Also:
- Serialized Form
Constructor Summary |
Merge()
|
Merge(java.lang.String name)
|
Methods inherited from class org.jbpm.graph.def.Node |
addArrivingTransition, addLeavingTransition, addNodeLog, enter, generateNextLeavingTransitionName, getAction, getArrivingTransitions, getDefaultLeavingTransition, getFullyQualifiedName, getLeavingTransition, getLeavingTransitions, getLeavingTransitionsList, getLeavingTransitionsMap, getParent, getProcessDefinition, getSuperState, getSupportedEventTypes, hasLeavingTransition, hasNoLeavingTransitions, isAsync, leave, leave, leave, read, 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 |
Merge
public Merge()
Merge
public Merge(java.lang.String name)
execute
public void execute(ExecutionContext executionContext)
- Description copied from class:
Node
- override this method to customize the node behaviour.
- Overrides:
execute
in class Node
isSynchronized
public boolean isSynchronized()
setSynchronized
public void setSynchronized(boolean isSynchronized)
Version : jbpm-3.1.3