org.kuali.rice.kew.rule
Class BSFRuleExpression.WorkflowRuleAPI
java.lang.Object
org.kuali.rice.kew.rule.BSFRuleExpression.WorkflowRuleAPI
- Enclosing class:
- BSFRuleExpression
protected static final class BSFRuleExpression.WorkflowRuleAPI
- extends Object
A helper bean that is declared for use by BSF scripts.
This functionality should really be part of a single internal API that can be exposed
to various pieces of code that are plugged into KEW. For comparison EDocLite also
has its own such API that it exposes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invokeRule
public RuleExpressionResult invokeRule(String name)
throws WorkflowException
- Evaluates a named rule
- Parameters:
name - the rule name
- Returns:
- the RuleExpressionResult
- Throws:
WorkflowException
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.