| 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.agenda |
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 |
|---|---|
RuleDefinition |
RuleManagementService.createRule(RuleDefinition ruleDefinition)
Create Rule
|
RuleDefinition |
RuleRepositoryService.getRule(String ruleId)
Retrieves the rule for the given ruleId.
|
RuleDefinition |
RuleManagementService.getRule(String ruleId)
Retrieves the rule for the given ruleId.
|
RuleDefinition |
RuleManagementService.getRuleByNameAndNamespace(String name,
String namespace)
Retrieves an Rule from the repository based on the provided rule name
and namespace.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleDefinition> |
RuleRepositoryService.getRules(List<String> ruleIds)
Retrieves all of the rules for the given list of ruleIds.
|
List<RuleDefinition> |
RuleManagementService.getRules(List<String> ruleIds)
Retrieves all of the rules for the given list of ruleIds.
|
| Modifier and Type | Method and Description |
|---|---|
RuleDefinition |
RuleManagementService.createRule(RuleDefinition ruleDefinition)
Create Rule
|
void |
RuleManagementService.updateRule(RuleDefinition ruleDefinition)
Update the Rule specified by the identifier in the DTO
|
| Modifier and Type | Method and Description |
|---|---|
RuleDefinition |
AgendaItemDefinition.getRule() |
| Modifier and Type | Method and Description |
|---|---|
RuleDefinition |
RuleDefinition.Builder.build()
Builds an instance of a Rule based on the current state of the builder.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.