org.kuali.rice.kew.api.rule
Interface RuleDelegationContract

All Known Implementing Classes:
RuleDelegation, RuleDelegation.Builder, RuleDelegationBo

public interface RuleDelegationContract


Method Summary
 RuleContract getDelegationRule()
          rule associated with the RuleDelegation
 DelegationType getDelegationType()
          type of delegation for the RuleDelegation
 

Method Detail

getDelegationType

DelegationType getDelegationType()
type of delegation for the RuleDelegation

Determines what kind of delegation the RuleDelegation is

Returns:
delegationType

getDelegationRule

RuleContract getDelegationRule()
rule associated with the RuleDelegation

This rule is run for the original rule as the delegate

Returns:
delegationRule


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.