org.kuali.rice.kew.engine.node
Class SimpleSplitNode
java.lang.Object
org.kuali.rice.kew.engine.node.SimpleSplitNode
- All Implemented Interfaces:
- Node, SplitNode
public class SimpleSplitNode
- extends Object
- implements SplitNode
A simple SplitNode
implementation which always splits to all branches that are defined for the split.
- 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 |
SimpleSplitNode
public SimpleSplitNode()
process
public SplitResult process(RouteContext routeContext,
RouteHelper routeHelper)
throws Exception
- Specified by:
process
in interface SplitNode
- Throws:
Exception
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.