| Package | Description |
|---|---|
| org.flowable.dmn.engine | |
| org.flowable.dmn.engine.impl.cfg | |
| org.flowable.dmn.engine.impl.interceptor |
| Modifier and Type | Field and Description |
|---|---|
protected CommandInterceptor |
DmnEngineConfiguration.commandInvoker |
| Modifier and Type | Field and Description |
|---|---|
protected List<CommandInterceptor> |
DmnEngineConfiguration.commandInterceptors |
protected List<CommandInterceptor> |
DmnEngineConfiguration.customPostCommandInterceptors |
protected List<CommandInterceptor> |
DmnEngineConfiguration.customPreCommandInterceptors
the configurable list which will be
processed to build the DmnEngineConfiguration.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
DmnEngineConfiguration.createTransactionInterceptor() |
CommandInterceptor |
DmnEngineConfiguration.getCommandInvoker() |
CommandInterceptor |
DmnEngineConfiguration.initInterceptorChain(List<CommandInterceptor> chain) |
| Modifier and Type | Method and Description |
|---|---|
List<CommandInterceptor> |
DmnEngineConfiguration.getCommandInterceptors() |
List<CommandInterceptor> |
DmnEngineConfiguration.getCustomPostCommandInterceptors() |
List<CommandInterceptor> |
DmnEngineConfiguration.getCustomPreCommandInterceptors() |
Collection<? extends CommandInterceptor> |
DmnEngineConfiguration.getDefaultCommandInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
DmnEngineConfiguration |
DmnEngineConfiguration.setCommandInvoker(CommandInterceptor commandInvoker) |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
DmnEngineConfiguration.initInterceptorChain(List<CommandInterceptor> chain) |
DmnEngineConfiguration |
DmnEngineConfiguration.setCommandInterceptors(List<CommandInterceptor> commandInterceptors) |
DmnEngineConfiguration |
DmnEngineConfiguration.setCustomPostCommandInterceptors(List<CommandInterceptor> customPostCommandInterceptors) |
DmnEngineConfiguration |
DmnEngineConfiguration.setCustomPreCommandInterceptors(List<CommandInterceptor> customPreCommandInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
CommandExecutorImpl.getFirst() |
| Constructor and Description |
|---|
CommandExecutorImpl(CommandConfig defaultConfig,
CommandInterceptor first) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommandInterceptor |
class |
CommandContextInterceptor |
class |
CommandInvoker |
class |
LogInterceptor |
class |
TransactionContextInterceptor |
| Modifier and Type | Field and Description |
|---|---|
protected CommandInterceptor |
AbstractCommandInterceptor.next |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
CommandInvoker.getNext() |
CommandInterceptor |
CommandInterceptor.getNext() |
CommandInterceptor |
AbstractCommandInterceptor.getNext() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandInvoker.setNext(CommandInterceptor next) |
void |
CommandInterceptor.setNext(CommandInterceptor next) |
void |
AbstractCommandInterceptor.setNext(CommandInterceptor next) |
Copyright © 2017 Flowable. All rights reserved.