Uses of Class
org.operaton.bpm.engine.impl.interceptor.CommandInterceptor
Packages that use CommandInterceptor
Package
Description
-
Uses of CommandInterceptor in org.operaton.bpm.engine.impl.cfg
Fields in org.operaton.bpm.engine.impl.cfg declared as CommandInterceptorModifier and TypeFieldDescriptionprotected CommandInterceptorProcessEngineConfigurationImpl.actualCommandExecutorFields in org.operaton.bpm.engine.impl.cfg with type parameters of type CommandInterceptorModifier and TypeFieldDescriptionprotected 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.operaton.bpm.engine.impl.cfg that return CommandInterceptorModifier and TypeMethodDescriptionprotected abstract CommandInterceptorAbstractTransactionProcessEngineConfiguration.createTransactionInterceptor(boolean requiresNew) protected CommandInterceptorJakartaTransactionProcessEngineConfiguration.createTransactionInterceptor(boolean requiresNew) protected CommandInterceptorProcessEngineConfigurationImpl.initInterceptorChain(List<CommandInterceptor> chain) Methods in org.operaton.bpm.engine.impl.cfg that return types with arguments of type CommandInterceptorModifier 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()Method parameters in org.operaton.bpm.engine.impl.cfg with type arguments of type CommandInterceptorModifier and TypeMethodDescriptionprotected CommandInterceptorProcessEngineConfigurationImpl.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.operaton.bpm.engine.impl.interceptor
Subclasses of CommandInterceptor in org.operaton.bpm.engine.impl.interceptorModifier and TypeClassDescriptionclassBase interceptor class for handling transactions for a command.classInterceptor used for opening theCommandContextandCommandInvocationContext.classclassclassA command interceptor to catchProcessEngineExceptionerrors and assign error codes.classJakarta Transactions-based implementation of theAbstractTransactionInterceptorclassclass -
Uses of CommandInterceptor in org.operaton.bpm.engine.spring
Subclasses of CommandInterceptor in org.operaton.bpm.engine.springMethods in org.operaton.bpm.engine.spring that return types with arguments of type CommandInterceptorModifier and TypeMethodDescriptionprotected Collection<? extends CommandInterceptor> SpringTransactionsProcessEngineConfiguration.getDefaultCommandInterceptorsTxRequired()protected Collection<? extends CommandInterceptor> SpringTransactionsProcessEngineConfiguration.getDefaultCommandInterceptorsTxRequiresNew() -
Uses of CommandInterceptor in org.operaton.bpm.engine.test.api.authorization.util
Subclasses of CommandInterceptor in org.operaton.bpm.engine.test.api.authorization.util