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, toString
public DelegationType getDelegationType()
RuleDelegationContract
Determines what kind of delegation the RuleDelegation is
getDelegationType
in interface RuleDelegationContract
public Rule getDelegationRule()
RuleDelegationContract
This rule is run for the original rule as the delegate
getDelegationRule
in interface RuleDelegationContract
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.