| Package | Description |
|---|---|
| org.flowable.dmn.engine | |
| org.flowable.dmn.engine.impl | |
| org.flowable.dmn.engine.impl.el |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
DmnEngineConfiguration.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
DmnEngineConfiguration.getExpressionManager() |
| Modifier and Type | Method and Description |
|---|---|
DmnEngineConfiguration |
DmnEngineConfiguration.setExpressionManager(ExpressionManager expressionManager) |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
RuleEngineExecutorImpl.expressionManager |
| Constructor and Description |
|---|
RuleEngineExecutorImpl(Map<String,AbstractHitPolicy> hitPolicyBehaviors,
ExpressionManager expressionManager,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExpressionManager
Central manager for all expressions.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
JuelExpression.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
ELExpressionExecutor.executeInputExpression(InputClause inputClause,
UnaryTests inputEntry,
ExpressionManager expressionManager,
ELExecutionContext executionContext) |
static Object |
ELExpressionExecutor.executeOutputExpression(OutputClause outputClause,
LiteralExpression outputEntry,
ExpressionManager expressionManager,
ELExecutionContext executionContext) |
| Constructor and Description |
|---|
JuelExpression(ExpressionManager expressionManager,
ValueExpression valueExpression,
String expressionText) |
Copyright © 2017 Flowable. All rights reserved.