Uses of Interface
org.jbpm.api.model.Transition

Packages that use Transition
org.jbpm.api.model common process execution model interfaces used in services and delegation interfaces like ActivityBehaviour and EventListener
 

Uses of Transition in org.jbpm.api.model
 

Methods in org.jbpm.api.model that return Transition
 Transition Activity.findOutgoingTransition(java.lang.String transitionName)
          searches for the given transitionName in this activity and then up the parent chain.
 Transition Activity.getDefaultOutgoingTransition()
          the default outgoing transition.
 Transition Activity.getOutgoingTransition(java.lang.String transitionName)
          the first leaving transition with the given name or null of no such leaving transition exists.
 

Methods in org.jbpm.api.model that return types with arguments of type Transition
 java.util.List<? extends Transition> Activity.getIncomingTransitions()
          the list of arriving transitions.
 java.util.List<? extends Transition> Activity.getOutgoingTransitions()
          the list of outgoing transitions.
 java.util.Map<java.lang.String,? extends Transition> Activity.getOutgoingTransitionsMap()
          the leaving transitions, keyed by transition name.
 



Copyright © 2010 JBoss Community. All Rights Reserved.