Package 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
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)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetNextNodeInstance(RouteNodeInstance nextNodeInstance) voidsetNextNodeInstances(List nextNodeInstances) Methods inherited from class org.kuali.rice.kew.engine.node.SimpleResult
isComplete, setComplete
-
Constructor Details
-
DynamicResult
-
-
Method Details
-
getNextNodeInstance
-
setNextNodeInstance
-
getNextNodeInstances
-
setNextNodeInstances
-