org.kuali.rice.kew.rule
Class WorkflowAttributeRuleExpression

java.lang.Object
  extended by 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)

Constructor Summary
WorkflowAttributeRuleExpression()
           
 
Method Summary
 RuleExpressionResult evaluate(Rule rule, RouteContext context)
          Performs an evaluation and returns a list of 0 or more RuleResponsibilitys to which to dispatch action requests
 boolean isMatch(RuleBaseValues ruleDefinition, DocumentContent docContent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowAttributeRuleExpression

WorkflowAttributeRuleExpression()
Method Detail

evaluate

public RuleExpressionResult evaluate(Rule rule,
                                     RouteContext context)
Description copied from interface: RuleExpression
Performs an evaluation and returns a list of 0 or more RuleResponsibilitys to which to dispatch action requests

Specified by:
evaluate in interface RuleExpression
Parameters:
rule - the rule that this rule expression applies to
context - 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 © 2004-2011 The Kuali Foundation. All Rights Reserved.