| 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 |
RuleRepositoryService.getRule(String ruleId)
Retrieves the rule for the given ruleId.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleDefinition> |
RuleRepositoryService.getRules(List<String> ruleIds)
Retrieves all of the rules for the given list of ruleIds.
|
| 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.