Uses of Interface
org.kuali.rice.kew.api.rule.RuleDelegationContract
Packages that use RuleDelegationContract
-
Uses of RuleDelegationContract in org.kuali.rice.kew.api.rule
Classes in org.kuali.rice.kew.api.rule that implement RuleDelegationContractModifier and TypeClassDescriptionfinal classstatic final classA builder which can be used to constructRuleDelegationinstances.Methods in org.kuali.rice.kew.api.rule that return types with arguments of type RuleDelegationContractModifier and TypeMethodDescriptionList<? extends RuleDelegationContract> RuleResponsibilityContract.getDelegationRules()list of RuleDelegations for the RuleResponsibilityMethods in org.kuali.rice.kew.api.rule with parameters of type RuleDelegationContractModifier and TypeMethodDescriptionstatic RuleDelegation.BuilderRuleDelegation.Builder.create(RuleDelegationContract contract) -
Uses of RuleDelegationContract in org.kuali.rice.kew.api.validation
Methods in org.kuali.rice.kew.api.validation that return RuleDelegationContractModifier and TypeMethodDescriptionRuleValidationContextContract.getRuleDelegation()Retrieve the RuleDelegation representing the parent of the rule being validated.Methods in org.kuali.rice.kew.api.validation with parameters of type RuleDelegationContractModifier and TypeMethodDescriptionRuleValidationContext.Builder.create(RuleContract rule, RuleDelegationContract ruleDelegation, String ruleAuthorPrincipalId) Construct a RuleValidationContext under which to validate a rule.