Uses of Class
org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
Package
Description
-
Uses of CommandInterceptor in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected CommandInterceptor
ProcessEngineConfigurationImpl.actualCommandExecutor
Modifier and TypeFieldDescriptionprotected 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 beprocessed
to build theProcessEngineConfigurationImpl.commandExecutorTxRequired
protected List<CommandInterceptor>
ProcessEngineConfigurationImpl.customPreCommandInterceptorsTxRequiresNew
the configurable list which will beprocessed
to build theProcessEngineConfigurationImpl.commandExecutorTxRequiresNew
Modifier and TypeMethodDescriptionprotected abstract CommandInterceptor
AbstractTransactionProcessEngineConfiguration.createTransactionInterceptor
(boolean requiresNew) protected CommandInterceptor
JakartaTransactionProcessEngineConfiguration.createTransactionInterceptor
(boolean requiresNew) protected CommandInterceptor
JtaProcessEngineConfiguration.createTransactionInterceptor
(boolean requiresNew) protected CommandInterceptor
ProcessEngineConfigurationImpl.initInterceptorChain
(List<CommandInterceptor> chain) Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCommandInterceptorsTxRequired()
ProcessEngineConfigurationImpl.getCommandInterceptorsTxRequiresNew()
ProcessEngineConfigurationImpl.getCustomPostCommandInterceptorsTxRequired()
ProcessEngineConfigurationImpl.getCustomPostCommandInterceptorsTxRequiresNew()
ProcessEngineConfigurationImpl.getCustomPreCommandInterceptorsTxRequired()
ProcessEngineConfigurationImpl.getCustomPreCommandInterceptorsTxRequiresNew()
protected Collection<? extends CommandInterceptor>
AbstractTransactionProcessEngineConfiguration.getDefaultCommandInterceptorsTxRequired()
protected abstract Collection<? extends CommandInterceptor>
ProcessEngineConfigurationImpl.getDefaultCommandInterceptorsTxRequired()
protected Collection<? extends CommandInterceptor>
StandaloneProcessEngineConfiguration.getDefaultCommandInterceptorsTxRequired()
protected Collection<? extends CommandInterceptor>
AbstractTransactionProcessEngineConfiguration.getDefaultCommandInterceptorsTxRequiresNew()
protected abstract Collection<? extends CommandInterceptor>
ProcessEngineConfigurationImpl.getDefaultCommandInterceptorsTxRequiresNew()
protected Collection<? extends CommandInterceptor>
StandaloneProcessEngineConfiguration.getDefaultCommandInterceptorsTxRequiresNew()
Modifier and TypeMethodDescriptionprotected CommandInterceptor
ProcessEngineConfigurationImpl.initInterceptorChain
(List<CommandInterceptor> chain) ProcessEngineConfigurationImpl.setCommandInterceptorsTxRequired
(List<CommandInterceptor> commandInterceptorsTxRequired) ProcessEngineConfigurationImpl.setCommandInterceptorsTxRequiresNew
(List<CommandInterceptor> commandInterceptorsTxRequiresNew) ProcessEngineConfigurationImpl.setCustomPostCommandInterceptorsTxRequired
(List<CommandInterceptor> customPostCommandInterceptorsTxRequired) ProcessEngineConfigurationImpl.setCustomPostCommandInterceptorsTxRequiresNew
(List<CommandInterceptor> customPostCommandInterceptorsTxRequiresNew) ProcessEngineConfigurationImpl.setCustomPreCommandInterceptorsTxRequired
(List<CommandInterceptor> customPreCommandInterceptorsTxRequired) ProcessEngineConfigurationImpl.setCustomPreCommandInterceptorsTxRequiresNew
(List<CommandInterceptor> customPreCommandInterceptorsTxRequiresNew) -
Uses of CommandInterceptor in org.camunda.bpm.engine.impl.interceptor
Modifier and TypeClassDescriptionclass
Base interceptor class for handling transactions for a command.class
Interceptor used for opening theCommandContext
andCommandInvocationContext
.class
class
class
A command interceptor to catchProcessEngineException
errors and assign error codes.class
Jakarta Transactions-based implementation of theAbstractTransactionInterceptor
class
JTA-based implementation of theAbstractTransactionInterceptor
class
class
-
Uses of CommandInterceptor in org.camunda.bpm.engine.spring
Modifier and TypeMethodDescriptionprotected Collection<? extends CommandInterceptor>
SpringTransactionsProcessEngineConfiguration.getDefaultCommandInterceptorsTxRequired()
protected Collection<? extends CommandInterceptor>
SpringTransactionsProcessEngineConfiguration.getDefaultCommandInterceptorsTxRequiresNew()