Uses of Interface
org.kuali.rice.kew.api.rule.RuleContract
Packages that use RuleContract
-
Uses of RuleContract in org.kuali.rice.kew.api.rule
Classes in org.kuali.rice.kew.api.rule that implement RuleContractModifier and TypeClassDescriptionfinal classstatic final classA builder which can be used to constructRuleinstances.Methods in org.kuali.rice.kew.api.rule that return RuleContractModifier and TypeMethodDescriptionRuleDelegationContract.getDelegationRule()rule associated with the RuleDelegationMethods in org.kuali.rice.kew.api.rule with parameters of type RuleContract -
Uses of RuleContract in org.kuali.rice.kew.api.validation
Methods in org.kuali.rice.kew.api.validation that return RuleContractModifier and TypeMethodDescriptionRuleValidationContextContract.getRule()Retrieve the rule which is being validated.Methods in org.kuali.rice.kew.api.validation with parameters of type RuleContractModifier and TypeMethodDescriptionRuleValidationContext.Builder.create(RuleContract rule) RuleValidationContext.Builder.create(RuleContract rule, RuleDelegationContract ruleDelegation, String ruleAuthorPrincipalId) Construct a RuleValidationContext under which to validate a rule.