Class SimpleTransitionEngine
java.lang.Object
org.kuali.rice.kew.engine.transition.TransitionEngine
org.kuali.rice.kew.engine.transition.SimpleTransitionEngine
Handles transitions into and out of
SimpleNode nodes.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionisComplete(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
-
Constructor Details
-
SimpleTransitionEngine
public SimpleTransitionEngine()
-
-
Method Details
-
isComplete
Description copied from class:TransitionEngineTell the WorkflowEngine processing the activeNodeInstance if the node is complete and transitionFrom can be called.- Specified by:
isCompletein classTransitionEngine- Parameters:
context- for routing- Returns:
- boolean
- Throws:
Exception
-