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:
- Serializable, Identifiable, 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
| Methods inherited from class org.jbpm.graph.def.Node |
addArrivingTransition, addLeavingTransition, addNodeLog, createAsyncContinuationJob, enter, generateNextLeavingTransitionName, getAction, getArrivingTransitions, getDefaultLeavingTransition, getFullyQualifiedName, getLeavingTransition, getLeavingTransitions, getLeavingTransitionsList, getLeavingTransitionsMap, getNameExt, getNodes, getNodeType, getParent, getProcessDefinition, getSuperState, getSupportedEventTypes, hasLeavingTransition, hasNoLeavingTransitions, isAsync, isAsyncExclusive, isSuperStateNode, leave, leave, leave, read, removeArrivingTransition, removeLeavingTransition, reorderLeavingTransition, setAction, setAsync, setAsyncExclusive, setName, write |
| 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, hashCode, raiseException, removeEvent, removeExceptionHandler, reorderExceptionHandler, setDescription, setProcessDefinition, toString |
Merge
public Merge()
Merge
public Merge(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)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.