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:
- Serialized Form
getDelegationType
public DelegationType getDelegationType()
- Description copied from interface:
RuleDelegationContract
- type of delegation for the RuleDelegation
Determines what kind of delegation the RuleDelegation is
- Specified by:
getDelegationType
in interface RuleDelegationContract
- Returns:
- delegationType
getDelegationRule
public Rule getDelegationRule()
- Description copied from interface:
RuleDelegationContract
- rule associated with the RuleDelegation
This rule is run for the original rule as the delegate
- Specified by:
getDelegationRule
in interface RuleDelegationContract
- Returns:
- delegationRule
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.