| Package | Description |
|---|---|
| org.kuali.rice.kew.api.rule |
Copyright 2005-2018 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.kew.api.validation |
Copyright 2005-2018 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 |
|---|---|
Rule |
Rule.Builder.build() |
Rule |
RuleDelegation.getDelegationRule() |
Rule |
RuleService.getRule(String id)
gets a Rule identified by the passed in id
|
Rule |
RuleService.getRuleByName(String name)
gets a Rule identified by the passed in rule name
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
RuleQueryResults.getResults() |
List<Rule> |
RuleService.getRulesByTemplateId(String templateId)
gets a list of Rules with the specified templateId
|
List<Rule> |
RuleService.getRulesByTemplateNameAndDocumentTypeName(String templateName,
String documentTypeName)
Gets a list of Rules with the specified templateId and documentTypeName.
|
List<Rule> |
RuleService.getRulesByTemplateNameAndDocumentTypeNameAndEffectiveDate(String templateName,
String documentTypeName,
org.joda.time.DateTime effectiveDate)
Gets a list of Rules with the specified templateId and documentTypeName.
|
List<Rule> |
RuleService.ruleReport(RuleReportCriteria reportCriteria)
Executes a simulation of a document to get all previous and future route information
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
RuleValidationContext.getRule()
Retrieve the rule which is being validated.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.