public final class RuleDelegation extends AbstractDataTransferObject implements RuleDelegationContract
| Modifier and Type | Class and Description |
|---|---|
static class |
RuleDelegation.Builder
A builder which can be used to construct
RuleDelegation instances. |
static class |
RuleDelegation.Cache |
| Modifier and Type | Method and Description |
|---|---|
Rule |
getDelegationRule()
rule associated with the RuleDelegation
|
DelegationType |
getDelegationType()
type of delegation for the RuleDelegation
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic DelegationType getDelegationType()
RuleDelegationContractDetermines what kind of delegation the RuleDelegation is
getDelegationType in interface RuleDelegationContractpublic Rule getDelegationRule()
RuleDelegationContractThis rule is run for the original rule as the delegate
getDelegationRule in interface RuleDelegationContractCopyright © 2005–2015 The Kuali Foundation. All rights reserved.