org.kuali.rice.kew.api.rule
Class RuleDelegation
java.lang.Object
   org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.core.api.mo.AbstractDataTransferObject
       org.kuali.rice.kew.api.rule.RuleDelegation
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:
- getDelegationTypein 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:
- getDelegationRulein interface- RuleDelegationContract
 
- 
- Returns:
- delegationRule
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.