Package org.kuali.rice.kew.rule
Class RuleExpressionResult
java.lang.Object
org.kuali.rice.kew.rule.RuleExpressionResult
Result of a
RuleExpression evaluation- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionRuleExpressionResult(Rule rule, boolean success) Constructs a rule expression result with a success indicator but no responsibilitiesRuleExpressionResult(Rule rule, boolean success, List<RuleResponsibility> responsibilities) Constructs a rule expression result with both a success indicator and a list of responsibilitiesRuleExpressionResult(Rule rule, boolean success, RuleResponsibility responsibility) Constructs a rule expression result with both a success indicator and a single responsibilities -
Method Summary
-
Constructor Details
-
RuleExpressionResult
Constructs a rule expression result with a success indicator but no responsibilities- Parameters:
success- whether the expression succeeded
-
RuleExpressionResult
Constructs a rule expression result with both a success indicator and a list of responsibilities- Parameters:
success- whether the expression succeededresponsibilities- any responsibilities generated from a successful evaluation
-
RuleExpressionResult
Constructs a rule expression result with both a success indicator and a single responsibilities- Parameters:
success- whether the expression succeededresponsibility- a single responsibility generated from a successful evaluation
-
-
Method Details