org.kuali.rice.kew.engine.node
Class SplitResult
java.lang.Object
org.kuali.rice.kew.engine.node.SimpleResult
org.kuali.rice.kew.engine.node.SplitResult
- All Implemented Interfaces:
- ProcessResult
public class SplitResult
- extends SimpleResult
The result of the processing of a SplitNode
. Contains a List of branch names that
the document's route path should split to.
- 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 |
SplitResult
public SplitResult(List<String> branchNames)
getBranchNames
public List<String> getBranchNames()
setBranchNames
protected void setBranchNames(List<String> branchNames)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.