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

All Superinterfaces:
Node
All Known Implementing Classes:
SimpleJoinNode

public interface JoinNode
extends Node

A node which is responsible for joining 1 or more branches in the route path of a document.

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

Method Summary
 JoinResult process(RouteContext context, RouteHelper helper)
           
 

Method Detail

process

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


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