Uses of Class
org.camunda.bpm.engine.impl.interceptor.CommandInterceptor

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)
           
 

Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type CommandInterceptor
 List<CommandInterceptor> ProcessEngineConfigurationImpl.getCommandInterceptorsTxRequired()
           
 List<CommandInterceptor> ProcessEngineConfigurationImpl.getCommandInterceptorsTxRequiresNew()
           
 List<CommandInterceptor> ProcessEngineConfigurationImpl.getCustomPostCommandInterceptorsTxRequired()
           
 List<CommandInterceptor> ProcessEngineConfigurationImpl.getCustomPostCommandInterceptorsTxRequiresNew()
           
 List<CommandInterceptor> ProcessEngineConfigurationImpl.getCustomPreCommandInterceptorsTxRequired()
           
 List<CommandInterceptor> ProcessEngineConfigurationImpl.getCustomPreCommandInterceptorsTxRequiresNew()
           
protected abstract  Collection<? extends CommandInterceptor> ProcessEngineConfigurationImpl.getDefaultCommandInterceptorsTxRequired()
           
protected  Collection<? extends CommandInterceptor> StandaloneProcessEngineConfiguration.getDefaultCommandInterceptorsTxRequired()
           
protected  Collection<? extends CommandInterceptor> JtaProcessEngineConfiguration.getDefaultCommandInterceptorsTxRequired()
           
protected abstract  Collection<? extends CommandInterceptor> ProcessEngineConfigurationImpl.getDefaultCommandInterceptorsTxRequiresNew()
           
protected  Collection<? extends CommandInterceptor> StandaloneProcessEngineConfiguration.getDefaultCommandInterceptorsTxRequiresNew()
           
protected  Collection<? extends CommandInterceptor> JtaProcessEngineConfiguration.getDefaultCommandInterceptorsTxRequiresNew()
           
 

Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type CommandInterceptor
protected  CommandInterceptor ProcessEngineConfigurationImpl.initInterceptorChain(List<CommandInterceptor> chain)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCommandInterceptorsTxRequired(List<CommandInterceptor> commandInterceptorsTxRequired)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCommandInterceptorsTxRequiresNew(List<CommandInterceptor> commandInterceptorsTxRequiresNew)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCustomPostCommandInterceptorsTxRequired(List<CommandInterceptor> customPostCommandInterceptorsTxRequired)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCustomPostCommandInterceptorsTxRequiresNew(List<CommandInterceptor> customPostCommandInterceptorsTxRequiresNew)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCustomPreCommandInterceptorsTxRequired(List<CommandInterceptor> customPreCommandInterceptorsTxRequired)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCustomPreCommandInterceptorsTxRequiresNew(List<CommandInterceptor> customPreCommandInterceptorsTxRequiresNew)
           
 

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 JtaRetryInterceptor
          We cannot perform a retry if we are called in an existing transaction.
 class JtaTransactionInterceptor
           
 class LogInterceptor
           
 class RetryInterceptor
          Intercepts OptimisticLockingException and tries to run the same command again.
 



Copyright © 2015 camunda services GmbH. All rights reserved.