| Package | Description |
|---|---|
| org.flowable.engine.common | |
| org.flowable.engine.common.impl.cfg | |
| org.flowable.engine.common.impl.interceptor |
| Modifier and Type | Field and Description |
|---|---|
protected CommandInterceptor |
AbstractEngineConfiguration.commandInvoker |
| Modifier and Type | Field and Description |
|---|---|
protected List<CommandInterceptor> |
AbstractEngineConfiguration.commandInterceptors |
protected List<CommandInterceptor> |
AbstractEngineConfiguration.customPostCommandInterceptors |
protected List<CommandInterceptor> |
AbstractEngineConfiguration.customPreCommandInterceptors |
protected Collection<? extends CommandInterceptor> |
AbstractEngineConfiguration.defaultCommandInterceptors |
| Modifier and Type | Method and Description |
|---|---|
abstract CommandInterceptor |
AbstractEngineConfiguration.createTransactionInterceptor() |
CommandInterceptor |
AbstractEngineConfiguration.getCommandInvoker() |
CommandInterceptor |
AbstractEngineConfiguration.initInterceptorChain(List<CommandInterceptor> chain) |
| Modifier and Type | Method and Description |
|---|---|
List<CommandInterceptor> |
AbstractEngineConfiguration.getCommandInterceptors() |
List<CommandInterceptor> |
AbstractEngineConfiguration.getCustomPostCommandInterceptors() |
List<CommandInterceptor> |
AbstractEngineConfiguration.getCustomPreCommandInterceptors() |
Collection<? extends CommandInterceptor> |
AbstractEngineConfiguration.getDefaultCommandInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEngineConfiguration |
AbstractEngineConfiguration.setCommandInvoker(CommandInterceptor commandInvoker) |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
AbstractEngineConfiguration.initInterceptorChain(List<CommandInterceptor> chain) |
AbstractEngineConfiguration |
AbstractEngineConfiguration.setCommandInterceptors(List<CommandInterceptor> commandInterceptors) |
AbstractEngineConfiguration |
AbstractEngineConfiguration.setCustomPostCommandInterceptors(List<CommandInterceptor> customPostCommandInterceptors) |
AbstractEngineConfiguration |
AbstractEngineConfiguration.setCustomPreCommandInterceptors(List<CommandInterceptor> customPreCommandInterceptors) |
void |
AbstractEngineConfiguration.setDefaultCommandInterceptors(Collection<? extends CommandInterceptor> defaultCommandInterceptors) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandInterceptor |
CommandExecutorImpl.first |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
CommandExecutorImpl.getFirst() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandExecutorImpl.setFirst(CommandInterceptor commandInterceptor) |
| Constructor and Description |
|---|
CommandExecutorImpl(CommandConfig defaultConfig,
CommandInterceptor first) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommandInterceptor |
class |
CommandContextInterceptor |
class |
DefaultCommandInvoker |
class |
JtaRetryInterceptor
We cannot perform a retry if we are called in an existing transaction.
|
class |
JtaTransactionInterceptor |
class |
LogInterceptor |
class |
RetryInterceptor
Intercepts
FlowableOptimisticLockingException and tries to run the same command again. |
class |
TransactionContextInterceptor |
| Modifier and Type | Field and Description |
|---|---|
protected CommandInterceptor |
AbstractCommandInterceptor.next
will be initialized by the
ProcessEngineConfiguration |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
DefaultCommandInvoker.getNext() |
CommandInterceptor |
CommandInterceptor.getNext() |
CommandInterceptor |
AbstractCommandInterceptor.getNext() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCommandInvoker.setNext(CommandInterceptor next) |
void |
CommandInterceptor.setNext(CommandInterceptor next) |
void |
AbstractCommandInterceptor.setNext(CommandInterceptor next) |
Copyright © 2017 Flowable. All rights reserved.