Uses of Class
org.kuali.rice.krms.api.repository.action.ActionDefinition
Packages that use ActionDefinition
Package
Description
-
Uses of ActionDefinition in org.kuali.rice.krms.api.repository
Methods in org.kuali.rice.krms.api.repository that return ActionDefinitionModifier and TypeMethodDescriptionRuleManagementService.createAction(ActionDefinition actionDefinition) Create ActionRetrieves the action for the given actionId.Methods in org.kuali.rice.krms.api.repository that return types with arguments of type ActionDefinitionModifier and TypeMethodDescriptionRuleManagementService.getActions(List<String> actionIds) Retrieves all of the actions for the given list of actionIds.Methods in org.kuali.rice.krms.api.repository with parameters of type ActionDefinitionModifier and TypeMethodDescriptionRuleManagementService.createAction(ActionDefinition actionDefinition) Create ActionvoidRuleManagementService.updateAction(ActionDefinition actionDefinition) Update the Action specified by the identifier in the DTO -
Uses of ActionDefinition in org.kuali.rice.krms.api.repository.action
Methods in org.kuali.rice.krms.api.repository.action that return ActionDefinitionModifier and TypeMethodDescriptionActionDefinition.Builder.build()Builds an instance of a Action based on the current state of the builder. -
Uses of ActionDefinition in org.kuali.rice.krms.api.repository.rule
Methods in org.kuali.rice.krms.api.repository.rule that return types with arguments of type ActionDefinition