org.kuali.rice.kew.engine.transition
Class Transition
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nextNodeInstances
private List nextNodeInstances
Transition
public Transition()
Transition
public Transition(List nextNodeInstances)
throws Exception
- Throws:
Exception
getNextNodeInstances
public List getNextNodeInstances()
setNextNodeInstances
protected void setNextNodeInstances(List nextNodeInstances)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.