org.kuali.rice.kew.actions
Class CustomCycleSplit

java.lang.Object
  extended by org.kuali.rice.kew.actions.CustomCycleSplit
All Implemented Interfaces:
Node, SplitNode

public class CustomCycleSplit
extends Object
implements SplitNode


Constructor Summary
CustomCycleSplit()
           
 
Method Summary
static void configureCycle(String cycleBranchName, String nonCycleBranchName, int timesToCycle)
           
static int getTimesCycled()
           
 SplitResult process(RouteContext context, RouteHelper helper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomCycleSplit

public CustomCycleSplit()
Method Detail

process

public SplitResult process(RouteContext context,
                           RouteHelper helper)
                    throws Exception
Specified by:
process in interface SplitNode
Throws:
Exception

configureCycle

public static void configureCycle(String cycleBranchName,
                                  String nonCycleBranchName,
                                  int timesToCycle)

getTimesCycled

public static int getTimesCycled()


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