Interface RuleDelegationContract

All Known Implementing Classes:
RuleDelegation, RuleDelegation.Builder

public interface RuleDelegationContract
  • Method Summary

    Modifier and Type
    Method
    Description
    rule associated with the RuleDelegation
    org.kuali.rice.core.api.delegation.DelegationType
    type of delegation for the RuleDelegation
  • Method Details

    • getDelegationType

      org.kuali.rice.core.api.delegation.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