org.kuali.rice.kew.routemodule
Class ParallelAdHocRouteModule
java.lang.Object
org.kuali.rice.kew.routemodule.DefaultRouteModule
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParallelAdHocRouteModule
public ParallelAdHocRouteModule()
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.