Uses of Class
org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
-
Packages that use CommandInterceptor Package Description 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 Modifier and Type Field Description protected CommandInterceptorProcessEngineConfigurationImpl. actualCommandExecutorFields in org.camunda.bpm.engine.impl.cfg with type parameters of type CommandInterceptor Modifier and Type Field Description protected List<CommandInterceptor>ProcessEngineConfigurationImpl. commandInterceptorsTxRequiredprotected List<CommandInterceptor>ProcessEngineConfigurationImpl. commandInterceptorsTxRequiresNewprotected List<CommandInterceptor>ProcessEngineConfigurationImpl. customPostCommandInterceptorsTxRequiredprotected List<CommandInterceptor>ProcessEngineConfigurationImpl. customPostCommandInterceptorsTxRequiresNewprotected List<CommandInterceptor>ProcessEngineConfigurationImpl. customPreCommandInterceptorsTxRequiredthe configurable list which will beprocessedto build theProcessEngineConfigurationImpl.commandExecutorTxRequiredprotected List<CommandInterceptor>ProcessEngineConfigurationImpl. customPreCommandInterceptorsTxRequiresNewthe configurable list which will beprocessedto build theProcessEngineConfigurationImpl.commandExecutorTxRequiresNewMethods in org.camunda.bpm.engine.impl.cfg that return CommandInterceptor Modifier and Type Method Description protected abstract CommandInterceptorAbstractTransactionProcessEngineConfiguration. createTransactionInterceptor(boolean requiresNew)protected CommandInterceptorJakartaTransactionProcessEngineConfiguration. createTransactionInterceptor(boolean requiresNew)protected CommandInterceptorJtaProcessEngineConfiguration. createTransactionInterceptor(boolean requiresNew)protected CommandInterceptorProcessEngineConfigurationImpl. initInterceptorChain(List<CommandInterceptor> chain) -
Uses of CommandInterceptor in org.camunda.bpm.engine.impl.interceptor
Subclasses of CommandInterceptor in org.camunda.bpm.engine.impl.interceptor Modifier and Type Class Description classAbstractTransactionInterceptorBase interceptor class for handling transactions for a command.classCommandContextInterceptorInterceptor used for opening theCommandContextandCommandInvocationContext.classCommandCounterInterceptorclassCommandExecutorImplclassCrdbTransactionRetryInterceptorA CockroachDB-specific Command interceptor to catch optimistic locking errors (classified as aCrdbTransactionRetryException).classExceptionCodeInterceptorA command interceptor to catchProcessEngineExceptionerrors and assign error codes.classJakartaTransactionInterceptorJakarta Transactions-based implementation of theAbstractTransactionInterceptorclassJtaTransactionInterceptorJTA-based implementation of theAbstractTransactionInterceptorclassLogInterceptorclassProcessApplicationContextInterceptor
-