Package org.kuali.rice.kew.api.rule
Class RuleDelegation
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.rule.RuleDelegation
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete,RuleDelegationContract
public final class RuleDelegation
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
implements RuleDelegationContract
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructRuleDelegationinstances.static class -
Method Summary
Modifier and TypeMethodDescriptionrule associated with the RuleDelegationorg.kuali.rice.core.api.delegation.DelegationTypetype of delegation for the RuleDelegationMethods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getDelegationType
public org.kuali.rice.core.api.delegation.DelegationType getDelegationType()Description copied from interface:RuleDelegationContracttype of delegation for the RuleDelegationDetermines what kind of delegation the RuleDelegation is
- Specified by:
getDelegationTypein interfaceRuleDelegationContract- Returns:
- delegationType
-
getDelegationRule
Description copied from interface:RuleDelegationContractrule associated with the RuleDelegationThis rule is run for the original rule as the delegate
- Specified by:
getDelegationRulein interfaceRuleDelegationContract- Returns:
- delegationRule
-