org.kuali.rice.kew.engine.node
Class SimpleSplitNode

java.lang.Object
  extended by 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)

Constructor Summary
SimpleSplitNode()
           
 
Method Summary
 SplitResult process(RouteContext routeContext, RouteHelper routeHelper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSplitNode

public SimpleSplitNode()
Method Detail

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.