org.kuali.rice.kew.engine.transition
Class SimpleTransitionEngine
java.lang.Object
   org.kuali.rice.kew.engine.transition.TransitionEngine
org.kuali.rice.kew.engine.transition.TransitionEngine
       org.kuali.rice.kew.engine.transition.SimpleTransitionEngine
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
 
| 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 java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SimpleTransitionEngine
public SimpleTransitionEngine()
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:
- isCompletein class- TransitionEngine
 
- 
- Parameters:
- context- for routing
- Returns:
- boolean
- Throws:
- Exception
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.