org.kuali.rice.kew.engine.node
Class DynamicResult

java.lang.Object
  extended by org.kuali.rice.kew.engine.node.SimpleResult
      extended by 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)

Constructor Summary
DynamicResult(boolean complete, RouteNodeInstance nextNodeInstance)
           
 
Method Summary
 RouteNodeInstance getNextNodeInstance()
           
 List getNextNodeInstances()
           
 void setNextNodeInstance(RouteNodeInstance nextNodeInstance)
           
 void setNextNodeInstances(List nextNodeInstances)
           
 
Methods inherited from class org.kuali.rice.kew.engine.node.SimpleResult
isComplete, setComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicResult

public DynamicResult(boolean complete,
                     RouteNodeInstance nextNodeInstance)
Method Detail

getNextNodeInstance

public RouteNodeInstance getNextNodeInstance()

setNextNodeInstance

public void setNextNodeInstance(RouteNodeInstance nextNodeInstance)

getNextNodeInstances

public List getNextNodeInstances()

setNextNodeInstances

public void setNextNodeInstances(List nextNodeInstances)


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.