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

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

public class SimpleTransitionEngine
extends TransitionEngine

Handles transitions into and out of SimpleNode nodes.

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

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

Constructor Detail

SimpleTransitionEngine

public SimpleTransitionEngine()
Method Detail

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.