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,ModelObjectBasic,ModelObjectComplete,RuleDelegationContract
public final class RuleDelegation
extends 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 RuleDelegationtype 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
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
-