|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transition | |
|---|---|
| org.ow2.orchestra.pvm.activity | |
| org.ow2.orchestra.pvm.internal.model | |
| org.ow2.orchestra.pvm.listener | |
| org.ow2.orchestra.pvm.model | |
| Uses of Transition in org.ow2.orchestra.pvm.activity |
|---|
| Methods in org.ow2.orchestra.pvm.activity that return Transition | |
|---|---|
Transition |
ActivityExecution.getPreviousTransition()
returns the previously taken transition only if Node.isPreviousNeeded() is set to true. |
Transition |
ActivityExecution.getTransition()
the current transition indicating the position in the process definition graph. |
| Methods in org.ow2.orchestra.pvm.activity with parameters of type Transition | |
|---|---|
void |
ActivityExecution.take(Transition transition)
takes the given outgoing transition. |
void |
ActivityExecution.take(Transition transition,
Execution execution)
let's the given execution take the transition. |
| Uses of Transition in org.ow2.orchestra.pvm.internal.model |
|---|
| Classes in org.ow2.orchestra.pvm.internal.model that implement Transition | |
|---|---|
static class |
ProcessModificationsImpl.AddedTransition
|
class |
TransitionImpl
|
| Fields in org.ow2.orchestra.pvm.internal.model declared as Transition | |
|---|---|
protected Transition |
ExecutionImpl.previousTransition
|
| Methods in org.ow2.orchestra.pvm.internal.model that return Transition | |
|---|---|
Transition |
NodeImpl.addIncomingTransition(TransitionImpl transition)
adds the given transition as an arriving transition to this node. |
Transition |
NodeImpl.addOutgoingTransition(TransitionImpl transition)
adds the given transition as a leaving transition to this node. |
Transition |
NodeImpl.createOutgoingTransition(NodeImpl destination)
creates a transition from this node to the given destination node. |
Transition |
ExecutionImpl.getPreviousTransition()
|
| Methods in org.ow2.orchestra.pvm.internal.model that return types with arguments of type Transition | |
|---|---|
List<Transition> |
NodeImpl.getIncomingTransitions()
the list of arriving transitions. |
List<Transition> |
NodeImpl.getOutgoingTransitions()
the list of leaving transitions. |
Map<String,Transition> |
NodeImpl.getOutgoingTransitionsMap()
the leaving transitions, keyed by transition name. |
| Methods in org.ow2.orchestra.pvm.internal.model with parameters of type Transition | |
|---|---|
void |
ExecutionImpl.setPreviousTransition(Transition previousTransition)
|
void |
ExecutionImpl.take(Transition transitionToTake)
|
void |
ExecutionImpl.take(Transition transitionToTake,
Execution execution)
|
| Uses of Transition in org.ow2.orchestra.pvm.listener |
|---|
| Methods in org.ow2.orchestra.pvm.listener that return Transition | |
|---|---|
Transition |
EventListenerExecution.getTransition()
the current transition indicating the position in the process definition graph. |
| Uses of Transition in org.ow2.orchestra.pvm.model |
|---|
| Methods in org.ow2.orchestra.pvm.model that return Transition | |
|---|---|
Transition |
Node.findOutgoingTransition(String transitionName)
searches for the given transitionName in this node and then up the parent chain. |
Transition |
Node.getDefaultTransition()
the default outgoing transition. |
Transition |
Node.getOutgoingTransition(String transitionName)
the first leaving transition with the given name or null of no such leaving transition exists. |
| Methods in org.ow2.orchestra.pvm.model that return types with arguments of type Transition | |
|---|---|
List<Transition> |
Node.getIncomingTransitions()
the list of arriving transitions. |
List<Transition> |
Node.getOutgoingTransitions()
the list of outgoing transitions. |
Map<String,Transition> |
Node.getOutgoingTransitionsMap()
the leaving transitions, keyed by transition name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||