org.kuali.rice.kew.engine.node
Class DynamicResult
java.lang.Object
org.kuali.rice.kew.engine.node.SimpleResult
org.kuali.rice.kew.engine.node.DynamicResult
- All Implemented Interfaces:
- ProcessResult
public class DynamicResult
- extends SimpleResult
The result of the processing of a DynamicNode
. May contain a single node instance of
multiple node instances depending on whether or not the dynamic node has generated a split.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicResult
public DynamicResult(boolean complete,
RouteNodeInstance nextNodeInstance)
getNextNodeInstance
public RouteNodeInstance getNextNodeInstance()
setNextNodeInstance
public void setNextNodeInstance(RouteNodeInstance nextNodeInstance)
getNextNodeInstances
public List getNextNodeInstances()
setNextNodeInstances
public void setNextNodeInstances(List nextNodeInstances)
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.