org.kuali.rice.kew.engine
Class AdHocApproversJoinNode

java.lang.Object
  extended by org.kuali.rice.kew.engine.node.SimpleJoinNode
      extended by org.kuali.rice.kew.engine.AdHocApproversJoinNode
All Implemented Interfaces:
JoinNode, Node

public class AdHocApproversJoinNode
extends SimpleJoinNode

This node will wait until a sibling branch has joined and it has no more pending requests before it signals that it is complete.

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

Field Summary
 
Fields inherited from class org.kuali.rice.kew.engine.node.SimpleJoinNode
LOG
 
Constructor Summary
AdHocApproversJoinNode()
           
 
Method Summary
 JoinResult process(RouteContext context, RouteHelper helper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdHocApproversJoinNode

public AdHocApproversJoinNode()
Method Detail

process

public JoinResult process(RouteContext context,
                          RouteHelper helper)
                   throws Exception
Specified by:
process in interface JoinNode
Overrides:
process in class SimpleJoinNode
Throws:
Exception


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