org.kuali.rice.kew.engine.transition
Class JoinTransitionEngine

java.lang.Object
  extended by org.kuali.rice.kew.engine.transition.TransitionEngine
      extended by org.kuali.rice.kew.engine.transition.JoinTransitionEngine

public class JoinTransitionEngine
extends TransitionEngine

Handles transitions to and from JoinNode nodes in the route path.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
JoinNode

Constructor Summary
JoinTransitionEngine()
           
 
Method Summary
 ProcessResult isComplete(RouteContext context)
          Tell the WorkflowEngine processing the activeNodeInstance if the node is complete and transitionFrom can be called.
 RouteNodeInstance transitionTo(RouteNodeInstance nextNodeInstance, RouteContext context)
           
 
Methods inherited from class org.kuali.rice.kew.engine.transition.TransitionEngine
getNode, getRouteHelper, resolveNextNodeInstances, resolveNextNodeInstances, setRouteHelper, transitionFrom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinTransitionEngine

public JoinTransitionEngine()
Method Detail

transitionTo

public RouteNodeInstance transitionTo(RouteNodeInstance nextNodeInstance,
                                      RouteContext context)
Overrides:
transitionTo in class TransitionEngine

isComplete

public ProcessResult isComplete(RouteContext context)
                         throws Exception
Description copied from class: TransitionEngine
Tell the WorkflowEngine processing the activeNodeInstance if the node is complete and transitionFrom can be called.

Specified by:
isComplete in class TransitionEngine
Parameters:
context - for routing
Returns:
boolean
Throws:
Exception


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.