Uses of Class
org.kuali.rice.krms.api.repository.rule.RuleDefinition
Packages that use RuleDefinition
Package
Description
-
Uses of RuleDefinition in org.kuali.rice.krms.api.repository
Methods in org.kuali.rice.krms.api.repository that return RuleDefinitionModifier and TypeMethodDescriptionRuleManagementService.createRule(RuleDefinition ruleDefinition) Create RuleRetrieves the rule for the given ruleId.Retrieves the rule for the given ruleId.RuleManagementService.getRuleByNameAndNamespace(String name, String namespace) Retrieves an Rule from the repository based on the provided rule name and namespace.Methods in org.kuali.rice.krms.api.repository that return types with arguments of type RuleDefinitionModifier and TypeMethodDescriptionRetrieves all of the rules for the given list of ruleIds.Retrieves all of the rules for the given list of ruleIds.Methods in org.kuali.rice.krms.api.repository with parameters of type RuleDefinitionModifier and TypeMethodDescriptionRuleManagementService.createRule(RuleDefinition ruleDefinition) Create RulevoidRuleManagementService.updateRule(RuleDefinition ruleDefinition) Update the Rule specified by the identifier in the DTO -
Uses of RuleDefinition in org.kuali.rice.krms.api.repository.agenda
Methods in org.kuali.rice.krms.api.repository.agenda that return RuleDefinition -
Uses of RuleDefinition in org.kuali.rice.krms.api.repository.rule
Methods in org.kuali.rice.krms.api.repository.rule that return RuleDefinitionModifier and TypeMethodDescriptionRuleDefinition.Builder.build()Builds an instance of a Rule based on the current state of the builder.