|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransitionImpl | |
---|---|
org.ow2.bonita.pvm.internal.model | |
org.ow2.bonita.pvm.model |
Uses of TransitionImpl in org.ow2.bonita.pvm.internal.model |
---|
Subclasses of TransitionImpl in org.ow2.bonita.pvm.internal.model | |
---|---|
static class |
ProcessModificationsImpl.AddedTransition
|
Fields in org.ow2.bonita.pvm.internal.model declared as TransitionImpl | |
---|---|
protected TransitionImpl |
NodeImpl.defaultTransition
|
protected TransitionImpl |
ExecutionImpl.transition
transition is not to be made persistable by default |
Fields in org.ow2.bonita.pvm.internal.model with type parameters of type TransitionImpl | |
---|---|
protected java.util.List<TransitionImpl> |
NodeImpl.incomingTransitions
|
protected java.util.List<TransitionImpl> |
NodeImpl.outgoingTransitions
|
protected java.util.Map<java.lang.String,TransitionImpl> |
NodeImpl.outgoingTransitionsMap
|
protected java.util.List<TransitionImpl> |
ProcessModificationsImpl.removedTransitions
|
Methods in org.ow2.bonita.pvm.internal.model that return TransitionImpl | |
---|---|
TransitionImpl |
NodeImpl.createOutgoingTransition(NodeImpl destination,
java.lang.String transitionName)
creates a transition with the given name from this node to the given destination node. |
TransitionImpl |
NodeImpl.createOutgoingTransition(java.lang.String transitionName)
|
protected TransitionImpl |
ExecutionImpl.findDefaultTransition()
|
TransitionImpl |
NodeImpl.findDefaultTransition()
searches for the default transition in this node and then up the parent chain. |
TransitionImpl |
NodeImpl.findOutgoingTransition(java.lang.String transitionName)
searches for the given transitionName in this node and then up the parent chain. |
protected TransitionImpl |
ExecutionImpl.findTransition(java.lang.String transitionName)
by default this will use NodeImpl.findOutgoingTransition(String) to
search for the outgoing transition, which includes a search over the parent
chain of the current node. |
TransitionImpl |
NodeImpl.getDefaultTransition()
|
TransitionImpl |
ProcessModificationsImpl.getOutgoingTransition(NodeImpl node,
java.lang.String transitionName)
|
TransitionImpl |
NodeImpl.getOutgoingTransition(java.lang.String transitionName)
the first leaving transition with the given name or null of no such leaving transition exists. |
TransitionImpl |
ExecutionImpl.getTransition()
|
Methods in org.ow2.bonita.pvm.internal.model with parameters of type TransitionImpl | |
---|---|
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. |
boolean |
NodeImpl.removeIncomingTransition(TransitionImpl transition)
removes the given transition if it is contained in the arriving transitions of this node. |
boolean |
NodeImpl.removeOutgoingTransition(TransitionImpl transition)
removes the given transition from the leaving transitions. |
void |
NodeImpl.setDefaultTransition(TransitionImpl defaultTransition)
|
void |
ExecutionImpl.setTransition(TransitionImpl transition)
|
Method parameters in org.ow2.bonita.pvm.internal.model with type arguments of type TransitionImpl | |
---|---|
void |
NodeImpl.setIncomingTransitions(java.util.List<TransitionImpl> incomingTransitions)
sets the incomingTransitions to the given list of incomingTransitions. |
void |
NodeImpl.setOutgoingTransitions(java.util.List<TransitionImpl> outgoingTransitions)
sets the outgoingTransitions to the given list of outgoingTransitions. |
Uses of TransitionImpl in org.ow2.bonita.pvm.model |
---|
Fields in org.ow2.bonita.pvm.model declared as TransitionImpl | |
---|---|
protected TransitionImpl |
ProcessFactory.transition
|
Constructors in org.ow2.bonita.pvm.model with parameters of type TransitionImpl | |
---|---|
ProcessFactory.DestinationReference(TransitionImpl transition,
java.lang.String destinationName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |