public class RuleExpressionCondition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
expression |
| Constructor and Description |
|---|
RuleExpressionCondition(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Map<String,Object> variables,
ELExecutionContext executionContext) |
protected Expression expression
public RuleExpressionCondition(Expression expression)
public boolean evaluate(Map<String,Object> variables, ELExecutionContext executionContext)
Copyright © 2021 Flowable. All rights reserved.