Package | Description |
---|---|
org.kuali.rice.kew.rule |
Modifier and Type | Method and Description |
---|---|
Rule |
RuleExpressionResult.getRule() |
Modifier and Type | Method and Description |
---|---|
List<Rule> |
RuleSelector.selectRules(RouteContext context,
DocumentRouteHeaderValue routeHeader,
RouteNodeInstance nodeInstance,
String selectionCriterion,
Timestamp effectiveDate)
Returns a list of rules selected given the criteria specified in the arguments.
|
List<Rule> |
NamedRuleSelector.selectRules(RouteContext context,
DocumentRouteHeaderValue routeHeader,
RouteNodeInstance nodeInstance,
String selectionCriterion,
Timestamp effectiveDate) |
Modifier and Type | Method and Description |
---|---|
protected void |
BSFRuleExpression.declareBeans(ScriptEngine engine,
Rule rule,
RouteContext context)
Populates the BSFManager with beans that are accessible to BSF scripts.
|
protected void |
AccumulatingBSFRuleExpression.declareBeans(ScriptEngine engine,
Rule rule,
RouteContext context) |
RuleExpressionResult |
BSFRuleExpression.evaluate(Rule rule,
RouteContext context) |
RuleExpressionResult |
MetaRuleExpression.evaluate(Rule rule,
RouteContext context) |
RuleExpressionResult |
RuleExpression.evaluate(Rule rule,
RouteContext context)
Performs an evaluation and returns a list of 0 or more
RuleResponsibilityBo s to which to dispatch action requests |
Constructor and Description |
---|
RuleExpressionResult(Rule rule,
boolean success)
Constructs a rule expression result with a success indicator but no responsibilities
|
RuleExpressionResult(Rule rule,
boolean success,
List<RuleResponsibility> responsibilities)
Constructs a rule expression result with both a success indicator and a list of responsibilities
|
RuleExpressionResult(Rule rule,
boolean success,
RuleResponsibility responsibility)
Constructs a rule expression result with both a success indicator and a single responsibilities
|
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.