| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
AppEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Class and Description |
|---|---|
class |
AppCommandInvoker |
| Modifier and Type | Method and Description |
|---|---|
void |
AppCommandInvoker.setNext(CommandInterceptor next) |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
SpringAppEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Class and Description |
|---|---|
class |
CdiCommandInvoker
A customized version of the default
CommandInvoker for use with CDI. |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
CmmnEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Class and Description |
|---|---|
class |
CmmnCommandInvoker |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnCommandInvoker.setNext(CommandInterceptor next) |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
SpringCmmnEngineConfiguration.createTransactionInterceptor() |
| 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.getAdditionalDefaultCommandInterceptors() |
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) |
AbstractEngineConfiguration |
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 |
CrDbRetryInterceptor
Inspired by
RetryInterceptor, but adapted for CRDB. |
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 |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
DefaultCommandInvoker.getNext() |
CommandInterceptor |
AbstractCommandInterceptor.getNext() |
CommandInterceptor |
CommandInterceptor.getNext() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCommandInvoker.setNext(CommandInterceptor next) |
void |
AbstractCommandInterceptor.setNext(CommandInterceptor next) |
void |
CommandInterceptor.setNext(CommandInterceptor next) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringTransactionInterceptor |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
ContentEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
SpringContentEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
DmnEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Class and Description |
|---|---|
class |
DmnCommandInvoker |
| Modifier and Type | Method and Description |
|---|---|
void |
DmnCommandInvoker.setNext(CommandInterceptor next) |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
SpringDmnEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
JtaProcessEngineConfiguration.createTransactionInterceptor() |
CommandInterceptor |
StandaloneProcessEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
List<CommandInterceptor> |
ProcessEngineConfigurationImpl.getAdditionalDefaultCommandInterceptors() |
List<CommandInterceptor> |
ProcessEngineConfigurationImpl.getCommandInterceptors() |
List<CommandInterceptor> |
ProcessEngineConfigurationImpl.getCustomPostCommandInterceptors() |
List<CommandInterceptor> |
ProcessEngineConfigurationImpl.getCustomPreCommandInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCommandInterceptors(List<CommandInterceptor> commandInterceptors) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomPostCommandInterceptors(List<CommandInterceptor> customPostCommandInterceptors) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomPreCommandInterceptors(List<CommandInterceptor> customPreCommandInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
MultiSchemaMultiTenantProcessEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Class and Description |
|---|---|
class |
BpmnOverrideContextInterceptor |
class |
CommandInvoker |
class |
LoggingExecutionTreeCommandInvoker |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
CommandInvoker.getNext() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandInvoker.setNext(CommandInterceptor next) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingCommandInvoker |
| Modifier and Type | Class and Description |
|---|---|
class |
TotalExecutionTimeCommandInterceptor |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
EventRegistryEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
SpringEventRegistryEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
FormEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
SpringFormEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
IdmEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
SpringIdmEngineConfiguration.createTransactionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
CommandInterceptor |
SpringProcessEngineConfiguration.createTransactionInterceptor() |
Copyright © 2023 Flowable. All rights reserved.