| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.krms.api.repository.action |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.krms.api.repository.rule |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| 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 |
|---|---|
List<ActionDefinition> |
RuleDefinition.getActions() |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.