org.kuali.rice.kew.engine.transition
Class Transition

java.lang.Object
  extended by org.kuali.rice.kew.engine.transition.Transition

public class Transition
extends Object

Represents a transition to a set of Node Instances.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
Transition()
           
Transition(List nextNodeInstances)
           
 
Method Summary
 List getNextNodeInstances()
           
protected  void setNextNodeInstances(List nextNodeInstances)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transition

public Transition()

Transition

public Transition(List nextNodeInstances)
           throws Exception
Throws:
Exception
Method Detail

getNextNodeInstances

public List getNextNodeInstances()

setNextNodeInstances

protected void setNextNodeInstances(List nextNodeInstances)


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.