org.kuali.rice.kew.server
Class TestSplitNode
java.lang.Object
org.kuali.rice.kew.engine.node.SimpleSplitNode
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSplitNode
public TestSplitNode()
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-2014 The Kuali Foundation. All Rights Reserved.