public class FlexRMAdapter extends FlexRM implements RouteModule
FlexRM
to the RouteModule
interface.FlexRM
,
RouteModule
DEFAULT_RULE_SELECTOR
Constructor and Description |
---|
FlexRMAdapter() |
Modifier and Type | Method and Description |
---|---|
List<ActionRequestValue> |
findActionRequests(RouteContext context)
Generate action requests for the given RouteContext.
|
boolean |
isMoreRequestsAvailable(RouteContext context)
Returns true if this RouteModule has more requests available which it can generate.
|
String |
toString() |
getActionRequests, getActionRequests, getNumberOfMatchingRules, getRuleService, loadRuleSelector, makeActionRequests, resolveResponsibilityId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
resolveResponsibilityId
public FlexRMAdapter()
public List<ActionRequestValue> findActionRequests(RouteContext context) throws Exception
RouteModule
The list of requests returned should only contain root action requests (those with no parent).
findActionRequests
in interface RouteModule
Exception
public boolean isMoreRequestsAvailable(RouteContext context)
RouteModule
isMoreRequestsAvailable
in interface RouteModule
context
- the route contextCopyright © 2005–2016 The Kuali Foundation. All rights reserved.