Package | Description |
---|---|
org.activiti.engine.impl.cfg | |
org.activiti.engine.impl.cfg.multitenant | |
org.activiti.engine.impl.interceptor |
Modifier and Type | Field and Description |
---|---|
protected CommandInterceptor |
ProcessEngineConfigurationImpl.commandInvoker |
Modifier and Type | Field and Description |
---|---|
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.commandInterceptors |
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.customPostCommandInterceptors |
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.customPreCommandInterceptors
the configurable list which will be
processed to build the ProcessEngineConfigurationImpl.commandExecutor |
Modifier and Type | Method and Description |
---|---|
protected CommandInterceptor |
StandaloneProcessEngineConfiguration.createTransactionInterceptor() |
protected abstract CommandInterceptor |
ProcessEngineConfigurationImpl.createTransactionInterceptor() |
protected CommandInterceptor |
JtaProcessEngineConfiguration.createTransactionInterceptor() |
CommandInterceptor |
ProcessEngineConfigurationImpl.getCommandInvoker() |
CommandInterceptor |
CommandExecutorImpl.getFirst() |
protected CommandInterceptor |
ProcessEngineConfigurationImpl.initInterceptorChain(List<CommandInterceptor> chain) |
Modifier and Type | Method and Description |
---|---|
List<CommandInterceptor> |
ProcessEngineConfigurationImpl.getCommandInterceptors() |
List<CommandInterceptor> |
ProcessEngineConfigurationImpl.getCustomPostCommandInterceptors() |
List<CommandInterceptor> |
ProcessEngineConfigurationImpl.getCustomPreCommandInterceptors() |
protected Collection<? extends CommandInterceptor> |
ProcessEngineConfigurationImpl.getDefaultCommandInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessEngineConfigurationImpl.setCommandInvoker(CommandInterceptor commandInvoker) |
Modifier and Type | Method and Description |
---|---|
protected CommandInterceptor |
ProcessEngineConfigurationImpl.initInterceptorChain(List<CommandInterceptor> chain) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCommandInterceptors(List<CommandInterceptor> commandInterceptors) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomPostCommandInterceptors(List<CommandInterceptor> customPostCommandInterceptors) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCustomPreCommandInterceptors(List<CommandInterceptor> customPreCommandInterceptors) |
Constructor and Description |
---|
CommandExecutorImpl(CommandConfig defaultConfig,
CommandInterceptor first) |
Modifier and Type | Method and Description |
---|---|
protected CommandInterceptor |
MultiSchemaMultiTenantProcessEngineConfiguration.createTransactionInterceptor() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommandInterceptor |
class |
CommandContextInterceptor |
class |
CommandInvoker |
class |
JtaRetryInterceptor
We cannot perform a retry if we are called in an existing transaction.
|
class |
JtaTransactionInterceptor |
class |
LogInterceptor |
class |
RetryInterceptor
Intercepts
ActivitiOptimisticLockingException and tries to run the
same command again. |
Modifier and Type | Field and Description |
---|---|
protected CommandInterceptor |
AbstractCommandInterceptor.next
will be initialized by the
ProcessEngineConfiguration |
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 © 2016 Alfresco. All rights reserved.