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)
  • Constructor Details

    • SplitResult

      public SplitResult(List<String> branchNames)
  • Method Details

    • getBranchNames

      public List<String> getBranchNames()
    • setBranchNames

      protected void setBranchNames(List<String> branchNames)