| Modifier and Type | Method and Description |
|---|---|
protected RouteModule |
RoleNode.getRouteModule(RouteContext context) |
protected RouteModule |
RequestsNode.getRouteModule(RouteContext context)
Returns the RouteModule which should handle generating requests for this
RequestsNode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PeopleFlowRouteModule |
| Modifier and Type | Class and Description |
|---|---|
class |
RulesEngineRouteModule
An implementation of a
RouteModule which executes the KRMS rules engine using the configured
RulesEngineExecutor. |
| Modifier and Type | Class and Description |
|---|---|
class |
RoleRouteModule
The RoleRouteModule is responsible for interfacing with the KIM
Role system to provide Role-based routing to KEW.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlexRMAdapter
Adapts
FlexRM to the RouteModule interface. |
class |
InlineRequestsRouteModule
A RouteModule that generates requests for responsibilities statically defined
in the config block of the node.
|
| Modifier and Type | Method and Description |
|---|---|
RouteModule |
RouteModuleService.findRouteModule(ActionRequestValue actionRequest) |
RouteModule |
RouteModuleService.findRouteModule(RouteNode node) |
| Modifier and Type | Method and Description |
|---|---|
RouteModule |
RouteModuleServiceImpl.findRouteModule(ActionRequestValue actionRequest) |
RouteModule |
RouteModuleServiceImpl.findRouteModule(RouteNode node) |
RouteModule |
RouteModuleServiceImpl.getPeopleFlowRouteModule() |
protected RouteModule |
RouteModuleServiceImpl.getRulesEngineRouteModule()
Loaded lazily by id so as not to introduce a runtime dependency on KRMS when it is not in use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RouteModuleServiceImpl.setPeopleFlowRouteModule(RouteModule peopleFlowRouteModule) |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.