Package | Description |
---|---|
org.kuali.rice.krms.api.repository | |
org.kuali.rice.krms.api.repository.action | |
org.kuali.rice.krms.impl.repository | |
org.kuali.student.r2.common.krms.type |
Modifier and Type | Method and Description |
---|---|
ActionDefinition |
RuleManagementService.createAction(ActionDefinition actionDefinition)
Create Action
|
ActionDefinition |
RuleManagementService.getAction(String actionId)
Retrieves the action for the given actionId.
|
Modifier and Type | Method and Description |
---|---|
List<ActionDefinition> |
RuleManagementService.getActions(List<String> actionIds)
Retrieves all of the actions for the given list of actionIds.
|
Modifier and Type | Method and Description |
---|---|
ActionDefinition |
RuleManagementService.createAction(ActionDefinition actionDefinition)
Create Action
|
void |
RuleManagementService.updateAction(ActionDefinition actionDefinition)
Update the Action specified by the identifier in the DTO
|
Modifier and Type | Method and Description |
---|---|
ActionDefinition |
ActionDefinition.Builder.build()
Builds an instance of a Action based on the current state of the builder.
|
Modifier and Type | Method and Description |
---|---|
ActionDefinition |
KSRuleManagementServiceImpl.createAction(ActionDefinition actionDefinition) |
ActionDefinition |
KSRuleManagementServiceImpl.getAction(String actionId) |
Modifier and Type | Method and Description |
---|---|
List<ActionDefinition> |
KSRuleManagementServiceImpl.getActions(List<String> actionIds) |
Modifier and Type | Method and Description |
---|---|
ActionDefinition |
KSRuleManagementServiceImpl.createAction(ActionDefinition actionDefinition) |
void |
KSRuleManagementServiceImpl.updateAction(ActionDefinition actionDefinition) |
Modifier and Type | Method and Description |
---|---|
protected Action |
KSActionTypeServiceImpl.buildRDLAction(ActionDefinition actionDefinition) |
protected Action |
ActionTypeServiceBase.buildRDLAction(ActionDefinition actionDefinition) |
Action |
KSActionTypeServiceImpl.loadAction(ActionDefinition actionDefinition) |
Action |
ActionTypeServiceBase.loadAction(ActionDefinition actionDefinition) |
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.