public interface RuleEngine
Modifier and Type | Method and Description |
---|---|
boolean |
canEvaluate(String rule)
Indicates if the rule in question can be evaluated by this rule engine
|
boolean |
evaluate(String rule,
WorkflowData data,
WorkflowSession workflowSession)
Evaluate a rule.
|
boolean evaluate(String rule, WorkflowData data, WorkflowSession workflowSession) throws WorkflowException
rule
- the rule datadata
- the associated Workflow data for the rule being evaluatedworkflowSession
- the workflow sessionWorkflowException
boolean canEvaluate(String rule)
rule
- the rule to be evaluated"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"