org.kuali.rice.kew.server
Class TestSplitNode

java.lang.Object
  extended by org.kuali.rice.kew.engine.node.SimpleSplitNode
      extended by org.kuali.rice.kew.server.TestSplitNode
All Implemented Interfaces:
Node, SplitNode

public class TestSplitNode
extends SimpleSplitNode

This is a description of what this class does - delyea don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
TestSplitNode()
           
 
Method Summary
 List<String> getBranchNames()
           
static boolean isLeftBranch()
           
static boolean isRightBranch()
           
 SplitResult process(RouteContext routeContext, RouteHelper routeHelper)
           
static void setLeftBranch(boolean leftBranch)
           
static void setRightBranch(boolean rightBranch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSplitNode

public TestSplitNode()
Method Detail

process

public SplitResult process(RouteContext routeContext,
                           RouteHelper routeHelper)
                    throws Exception
Specified by:
process in interface SplitNode
Overrides:
process in class SimpleSplitNode
Throws:
Exception

getBranchNames

public List<String> getBranchNames()

setLeftBranch

public static void setLeftBranch(boolean leftBranch)

isLeftBranch

public static boolean isLeftBranch()

setRightBranch

public static void setRightBranch(boolean rightBranch)

isRightBranch

public static boolean isRightBranch()


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