|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandInterceptor | |
|---|---|
| org.camunda.bpm.engine.impl.cfg | |
| org.camunda.bpm.engine.impl.interceptor | |
| Uses of CommandInterceptor in org.camunda.bpm.engine.impl.cfg |
|---|
| Fields in org.camunda.bpm.engine.impl.cfg declared as CommandInterceptor | |
|---|---|
protected CommandInterceptor |
ProcessEngineConfigurationImpl.actualCommandExecutor
|
| Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type CommandInterceptor | |
|---|---|
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.commandInterceptorsTxRequired
|
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.commandInterceptorsTxRequiresNew
|
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.customPostCommandInterceptorsTxRequired
|
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.customPostCommandInterceptorsTxRequiresNew
|
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.customPreCommandInterceptorsTxRequired
the configurable list which will be processed to build the ProcessEngineConfigurationImpl.commandExecutorTxRequired |
protected List<CommandInterceptor> |
ProcessEngineConfigurationImpl.customPreCommandInterceptorsTxRequiresNew
the configurable list which will be processed to build the ProcessEngineConfigurationImpl.commandExecutorTxRequiresNew |
| Methods in org.camunda.bpm.engine.impl.cfg that return CommandInterceptor | |
|---|---|
protected CommandInterceptor |
ProcessEngineConfigurationImpl.initInterceptorChain(List<CommandInterceptor> chain)
|
| Uses of CommandInterceptor in org.camunda.bpm.engine.impl.interceptor |
|---|
| Subclasses of CommandInterceptor in org.camunda.bpm.engine.impl.interceptor | |
|---|---|
class |
CommandContextInterceptor
Interceptor used for opening the CommandContext and CommandInvocationContext. |
class |
CommandExecutorImpl
|
class |
JtaTransactionInterceptor
|
class |
LogInterceptor
|
class |
ProcessApplicationContextInterceptor
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||