org.kuali.rice.kew.engine.node
Interface SplitNode

All Superinterfaces:
Node
All Known Implementing Classes:
SimpleSplitNode

public interface SplitNode
extends Node

An interface for a Split Node which allows for parallel branching of the route path within a document.

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

Method Summary
 SplitResult process(RouteContext context, RouteHelper helper)
           
 

Method Detail

process

SplitResult process(RouteContext context,
                    RouteHelper helper)
                    throws Exception
Throws:
Exception


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