Uses of Interface
org.kuali.rice.kew.rule.Rule
Packages that use Rule
-
Uses of Rule in org.kuali.rice.kew.rule
Methods in org.kuali.rice.kew.rule that return RuleMethods in org.kuali.rice.kew.rule that return types with arguments of type RuleModifier and TypeMethodDescriptionRuleSelector.selectRules(RouteContext context, DocumentRouteHeaderValue routeHeader, RouteNodeInstance nodeInstance, String selectionCriterion, Timestamp effectiveDate) Returns a list of rules selected given the criteria specified in the arguments.Methods in org.kuali.rice.kew.rule with parameters of type RuleModifier and TypeMethodDescriptionRuleExpression.evaluate(Rule rule, RouteContext context) Performs an evaluation and returns a list of 0 or moreRuleResponsibilityBos to which to dispatch action requestsConstructors in org.kuali.rice.kew.rule with parameters of type RuleModifierConstructorDescriptionRuleExpressionResult(Rule rule, boolean success) Constructs a rule expression result with a success indicator but no responsibilitiesRuleExpressionResult(Rule rule, boolean success, List<org.kuali.rice.kew.api.rule.RuleResponsibility> responsibilities) Constructs a rule expression result with both a success indicator and a list of responsibilitiesRuleExpressionResult(Rule rule, boolean success, org.kuali.rice.kew.api.rule.RuleResponsibility responsibility) Constructs a rule expression result with both a success indicator and a single responsibilities