org.kuali.rice.kew.rule
Class BSFRuleExpression.WorkflowRuleAPI

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


Method Summary
 RuleExpressionResult invokeRule(String name)
          Evaluates a named rule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.