| Package | Description |
|---|---|
| org.kuali.rice.kew.api.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.
|
| org.kuali.rice.kew.api.validation |
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 | Class and Description |
|---|---|
class |
RuleDelegation |
static class |
RuleDelegation.Builder
A builder which can be used to construct
RuleDelegation instances. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends RuleDelegationContract> |
RuleResponsibilityContract.getDelegationRules()
list of RuleDelegations for the RuleResponsibility
|
| Modifier and Type | Method and Description |
|---|---|
static RuleDelegation.Builder |
RuleDelegation.Builder.create(RuleDelegationContract contract) |
| Modifier and Type | Method and Description |
|---|---|
RuleDelegationContract |
RuleValidationContextContract.getRuleDelegation()
Retrieve the RuleDelegation representing the parent of the rule being validated.
|
| Modifier and Type | Method and Description |
|---|---|
static RuleValidationContext.Builder |
RuleValidationContext.Builder.create(RuleContract rule,
RuleDelegationContract ruleDelegation,
String ruleAuthorPrincipalId)
Construct a RuleValidationContext under which to validate a rule.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.