Package org.flowable.dmn.engine.impl.el
Class RuleExpressionCondition
- java.lang.Object
-
- org.flowable.dmn.engine.impl.el.RuleExpressionCondition
-
public class RuleExpressionCondition extends Object
Resolves an boolean EL expression at runtime.- Author:
- Joram Barrez, Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected Expressionexpression
-
Constructor Summary
Constructors Constructor Description RuleExpressionCondition(Expression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(Map<String,Object> variables, ELExecutionContext executionContext)
-
-
-
Field Detail
-
expression
protected Expression expression
-
-
Constructor Detail
-
RuleExpressionCondition
public RuleExpressionCondition(Expression expression)
-
-
Method Detail
-
evaluate
public boolean evaluate(Map<String,Object> variables, ELExecutionContext executionContext)
-
-