org.kuali.rice.kew.routemodule
Class InlineRequestsRouteModule
java.lang.Object
org.kuali.rice.kew.rule.FlexRM
org.kuali.rice.kew.routemodule.FlexRMAdapter
org.kuali.rice.kew.routemodule.InlineRequestsRouteModule
- All Implemented Interfaces:
- RouteModule
public class InlineRequestsRouteModule
- extends FlexRMAdapter
A RouteModule that generates requests for responsibilities statically defined
in the config block of the node.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
InlineRequestsRouteModule
public InlineRequestsRouteModule()
findActionRequests
public List<ActionRequestValue> findActionRequests(RouteContext context)
throws Exception
- This overridden method is used to decipher the inline xpath and responsibilities of a route node definition and use
them to create action reqeusts
- Specified by:
findActionRequests
in interface RouteModule
- Overrides:
findActionRequests
in class FlexRMAdapter
- Returns:
- A List of the generated ActionRequestValue objects.
- Throws:
Exception
- See Also:
FlexRMAdapter.findActionRequests(org.kuali.rice.kew.engine.RouteContext)
toString
public String toString()
- Overrides:
toString
in class FlexRMAdapter
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.