org.kuali.rice.kew.rule
Class WorkflowAttributeRuleExpression
java.lang.Object
org.kuali.rice.kew.rule.WorkflowAttributeRuleExpression
- All Implemented Interfaces:
- RuleExpression
class WorkflowAttributeRuleExpression
- extends Object
- implements RuleExpression
Standard rule expression implementation that evaluates the attributes associated with the rule definition
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowAttributeRuleExpression
WorkflowAttributeRuleExpression()
evaluate
public RuleExpressionResult evaluate(Rule rule,
RouteContext context)
- Description copied from interface:
RuleExpression
- Performs an evaluation and returns a list of 0 or more
RuleResponsibility
s to which to dispatch action requests
- Specified by:
evaluate
in interface RuleExpression
- Parameters:
rule
- the rule that this rule expression applies tocontext
- the RouteContext under which the expression is being evaluated
- Returns:
- the result of the rule evaluation
isMatch
public boolean isMatch(RuleBaseValues ruleDefinition,
DocumentContent docContent)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.