Package com.day.cq.workflow.rule
Interface RuleEngine
public interface RuleEngine
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanEvaluate(String rule) booleanevaluate(String rule, WorkflowData data, WorkflowSession workflowSession, Session session)
-
Method Details
-
evaluate
boolean evaluate(String rule, WorkflowData data, WorkflowSession workflowSession, Session session) throws WorkflowException - Throws:
WorkflowException
-
canEvaluate
-