org.kuali.rice.kew.rule
Class AccumulatingBSFRuleExpression
java.lang.Object
org.kuali.rice.kew.rule.BSFRuleExpression
org.kuali.rice.kew.rule.AccumulatingBSFRuleExpression
- All Implemented Interfaces:
- RuleExpression
- Direct Known Subclasses:
- MetaRuleExpression
public class AccumulatingBSFRuleExpression
- extends BSFRuleExpression
An extension of BSFRuleExpression that makes it easier to accumulate a list of responsibilities
to emit.
- 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 |
AccumulatingBSFRuleExpression
public AccumulatingBSFRuleExpression()
declareBeans
protected void declareBeans(ScriptEngine engine,
Rule rule,
RouteContext context)
throws ScriptException
- Description copied from class:
BSFRuleExpression
- Populates the BSFManager with beans that are accessible to BSF scripts. May be overridden by
subclasses. The standard implementation exposes the rule and routeContext
- Overrides:
declareBeans
in class BSFRuleExpression
rule
- the current Rule objectcontext
- the current RouteContext
- Throws:
ScriptException
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.