| Package | Description |
|---|---|
| org.flowable.engine.impl.cfg | |
| org.flowable.engine.impl.delegate.invocation | |
| org.flowable.engine.impl.el |
| Modifier and Type | Field and Description |
|---|---|
protected DelegateInterceptor |
ProcessEngineConfigurationImpl.delegateInterceptor |
| Modifier and Type | Method and Description |
|---|---|
DelegateInterceptor |
ProcessEngineConfigurationImpl.getDelegateInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setDelegateInterceptor(DelegateInterceptor delegateInterceptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDelegateInterceptor
Default implementation, simply proceeding the call.
|
| Modifier and Type | Field and Description |
|---|---|
protected DelegateInterceptor |
ProcessExpressionManager.delegateInterceptor |
protected DelegateInterceptor |
JuelExpression.delegateInterceptor |
| Constructor and Description |
|---|
JuelExpression(ExpressionManager expressionManager,
DelegateInterceptor delegateInterceptor,
ValueExpression valueExpression,
String expressionText) |
ProcessExpressionManager(DelegateInterceptor delegateInterceptor,
Map<Object,Object> beans) |
Copyright © 2019 Flowable. All rights reserved.