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

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

Constructor Summary
SplitResult(List<String> branchNames)
           
 
Method Summary
 List<String> getBranchNames()
           
protected  void setBranchNames(List<String> branchNames)
           
 
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

SplitResult

public SplitResult(List<String> branchNames)
Method Detail

getBranchNames

public List<String> getBranchNames()

setBranchNames

protected void setBranchNames(List<String> branchNames)


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