org.kuali.rice.kew.routemodule
Class ParallelAdHocRouteModule

java.lang.Object
  extended by org.kuali.rice.kew.routemodule.DefaultRouteModule
      extended by org.kuali.rice.kew.routemodule.ParallelAdHocRouteModule
All Implemented Interfaces:
RouteModule

public class ParallelAdHocRouteModule
extends DefaultRouteModule

A RouteModule that exists purely for backwards compatibility with old documents (pre 2.1) that have this defined as their Route Module. Essentially, it is a RouteModule that does not generate requests since it extends the DefaultRouteModule and does not augment it's functionality. Similar in nature to the AdHocRouteModule.

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

Constructor Summary
ParallelAdHocRouteModule()
           
 
Method Summary
 
Methods inherited from class org.kuali.rice.kew.routemodule.DefaultRouteModule
findActionRequests, findActionRequests, resolveResponsibilityId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParallelAdHocRouteModule

public ParallelAdHocRouteModule()


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