Uses of Interface
org.activiti.engine.impl.interceptor.CommandInterceptor
Packages that use CommandInterceptor
Package
Description
-
Uses of CommandInterceptor in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg declared as CommandInterceptorModifier and TypeFieldDescriptionprotected CommandInterceptorProcessEngineConfigurationImpl.commandInvokerprotected CommandInterceptorCommandExecutorImpl.firstFields in org.activiti.engine.impl.cfg with type parameters of type CommandInterceptorModifier and TypeFieldDescriptionprotected List<CommandInterceptor>ProcessEngineConfigurationImpl.commandInterceptorsprotected List<CommandInterceptor>ProcessEngineConfigurationImpl.customPostCommandInterceptorsprotected List<CommandInterceptor>ProcessEngineConfigurationImpl.customPreCommandInterceptorsthe configurable list which will beprocessedto build theProcessEngineConfigurationImpl.commandExecutorMethods in org.activiti.engine.impl.cfg that return CommandInterceptorModifier and TypeMethodDescriptionJtaProcessEngineConfiguration.createTransactionInterceptor()abstract CommandInterceptorProcessEngineConfigurationImpl.createTransactionInterceptor()StandaloneProcessEngineConfiguration.createTransactionInterceptor()ProcessEngineConfigurationImpl.getCommandInvoker()CommandExecutorImpl.getFirst()ProcessEngineConfigurationImpl.initInterceptorChain(List<CommandInterceptor> chain) Methods in org.activiti.engine.impl.cfg that return types with arguments of type CommandInterceptorModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCommandInterceptors()ProcessEngineConfigurationImpl.getCustomPostCommandInterceptors()ProcessEngineConfigurationImpl.getCustomPreCommandInterceptors()Collection<? extends CommandInterceptor>ProcessEngineConfigurationImpl.getDefaultCommandInterceptors()Methods in org.activiti.engine.impl.cfg with parameters of type CommandInterceptorModifier and TypeMethodDescriptionvoidProcessEngineConfigurationImpl.setCommandInvoker(CommandInterceptor commandInvoker) voidCommandExecutorImpl.setFirst(CommandInterceptor commandInterceptor) Method parameters in org.activiti.engine.impl.cfg with type arguments of type CommandInterceptorModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.initInterceptorChain(List<CommandInterceptor> chain) ProcessEngineConfigurationImpl.setCommandInterceptors(List<CommandInterceptor> commandInterceptors) ProcessEngineConfigurationImpl.setCustomPostCommandInterceptors(List<CommandInterceptor> customPostCommandInterceptors) ProcessEngineConfigurationImpl.setCustomPreCommandInterceptors(List<CommandInterceptor> customPreCommandInterceptors) Constructors in org.activiti.engine.impl.cfg with parameters of type CommandInterceptorModifierConstructorDescriptionCommandExecutorImpl(CommandConfig defaultConfig, CommandInterceptor first) -
Uses of CommandInterceptor in org.activiti.engine.impl.cfg.multitenant
Methods in org.activiti.engine.impl.cfg.multitenant that return CommandInterceptorModifier and TypeMethodDescriptionMultiSchemaMultiTenantProcessEngineConfiguration.createTransactionInterceptor()Deprecated. -
Uses of CommandInterceptor in org.activiti.engine.impl.interceptor
Classes in org.activiti.engine.impl.interceptor that implement CommandInterceptorModifier and TypeClassDescriptionclassclassclassclassclassWe cannot perform a retry if we are called in an existing transaction.classclassclassInterceptsActivitiOptimisticLockingExceptionand tries to run the same command again.classFields in org.activiti.engine.impl.interceptor declared as CommandInterceptorModifier and TypeFieldDescriptionprotected CommandInterceptorAbstractCommandInterceptor.nextwill be initialized by theProcessEngineConfigurationMethods in org.activiti.engine.impl.interceptor that return CommandInterceptorModifier and TypeMethodDescriptionAbstractCommandInterceptor.getNext()CommandInterceptor.getNext()CommandInvoker.getNext()Methods in org.activiti.engine.impl.interceptor with parameters of type CommandInterceptorModifier and TypeMethodDescriptionvoidAbstractCommandInterceptor.setNext(CommandInterceptor next) voidCommandInterceptor.setNext(CommandInterceptor next) voidCommandInvoker.setNext(CommandInterceptor next) -
Uses of CommandInterceptor in org.activiti.engine.test.impl.logger
Classes in org.activiti.engine.test.impl.logger that implement CommandInterceptor -
Uses of CommandInterceptor in org.activiti.engine.test.profiler
Classes in org.activiti.engine.test.profiler that implement CommandInterceptor