Package org.kuali.rice.kew.api.rule
Interface RuleDelegationContract
- All Known Implementing Classes:
RuleDelegation,RuleDelegation.Builder
public interface RuleDelegationContract
-
Method Summary
Modifier and TypeMethodDescriptionrule associated with the RuleDelegationtype of delegation for the RuleDelegation
-
Method Details
-
getDelegationType
DelegationType getDelegationType()type of delegation for the RuleDelegationDetermines what kind of delegation the RuleDelegation is
- Returns:
- delegationType
-
getDelegationRule
RuleContract getDelegationRule()rule associated with the RuleDelegationThis rule is run for the original rule as the delegate
- Returns:
- delegationRule
-