Uses of Class
org.kuali.rice.kew.engine.transition.TransitionEngine

Packages that use TransitionEngine
org.kuali.rice.kew.engine   
org.kuali.rice.kew.engine.transition   
 

Uses of TransitionEngine in org.kuali.rice.kew.engine
 

Methods in org.kuali.rice.kew.engine with parameters of type TransitionEngine
private  List StandardWorkflowEngine.invokeTransition(RouteContext context, RouteNodeInstance nodeInstance, ProcessResult processResult, TransitionEngine transitionEngine)
          Invokes the transition and returns the next node instances to transition to from the current node instance on the route context.
 

Uses of TransitionEngine in org.kuali.rice.kew.engine.transition
 

Subclasses of TransitionEngine in org.kuali.rice.kew.engine.transition
 class DynamicTransitionEngine
          The DynamicTransitionEngine operates on a DynamicNode and takes the next node instances returned by the node and runs returns them in a TransitionResult after doing some processing and validation on them.
 class JoinTransitionEngine
          Handles transitions to and from JoinNode nodes in the route path.
 class LoopTransitionEngine
          TransitionEngine responsible for returning the workflow engine to another RouteNode
 class SimpleTransitionEngine
          Handles transitions into and out of SimpleNode nodes.
 class SplitTransitionEngine
          Handles transitions into and out of SplitNode nodes.
 class SubProcessTransitionEngine
          Handles transitions into and out of SubProcessNode nodes.
 

Methods in org.kuali.rice.kew.engine.transition that return TransitionEngine
static TransitionEngine TransitionEngineFactory.createTransitionEngine(RouteNodeInstance nodeInstance)
           
 



Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.