Uses of Interface
org.flowable.common.engine.impl.interceptor.CommandInterceptor
Packages that use CommandInterceptor
Package
Description
-
Uses of CommandInterceptor in org.flowable.cmmn.engine
Methods in org.flowable.cmmn.engine that return CommandInterceptor -
Uses of CommandInterceptor in org.flowable.cmmn.engine.impl.interceptor
Classes in org.flowable.cmmn.engine.impl.interceptor that implement CommandInterceptorMethods in org.flowable.cmmn.engine.impl.interceptor with parameters of type CommandInterceptor -
Uses of CommandInterceptor in org.flowable.cmmn.spring
Methods in org.flowable.cmmn.spring that return CommandInterceptor -
Uses of CommandInterceptor in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as CommandInterceptorModifier and TypeFieldDescriptionprotected CommandInterceptorAbstractEngineConfiguration.commandInvokerFields in org.flowable.common.engine.impl with type parameters of type CommandInterceptorModifier and TypeFieldDescriptionprotected List<CommandInterceptor>AbstractEngineConfiguration.commandInterceptorsprotected List<CommandInterceptor>AbstractEngineConfiguration.customPostCommandInterceptorsprotected List<CommandInterceptor>AbstractEngineConfiguration.customPreCommandInterceptorsprotected Collection<? extends CommandInterceptor>AbstractEngineConfiguration.defaultCommandInterceptorsMethods in org.flowable.common.engine.impl that return CommandInterceptorModifier and TypeMethodDescriptionabstract CommandInterceptorAbstractEngineConfiguration.createTransactionInterceptor()AbstractEngineConfiguration.getCommandInvoker()AbstractEngineConfiguration.initInterceptorChain(List<CommandInterceptor> chain) Methods in org.flowable.common.engine.impl that return types with arguments of type CommandInterceptorModifier and TypeMethodDescriptionAbstractEngineConfiguration.getAdditionalDefaultCommandInterceptors()AbstractEngineConfiguration.getCommandInterceptors()AbstractEngineConfiguration.getCustomPostCommandInterceptors()AbstractEngineConfiguration.getCustomPreCommandInterceptors()Collection<? extends CommandInterceptor>AbstractEngineConfiguration.getDefaultCommandInterceptors()Methods in org.flowable.common.engine.impl with parameters of type CommandInterceptorModifier and TypeMethodDescriptionAbstractEngineConfiguration.addCustomPostCommandInterceptor(CommandInterceptor commandInterceptor) AbstractEngineConfiguration.addCustomPreCommandInterceptor(CommandInterceptor commandInterceptor) AbstractEngineConfiguration.setCommandInvoker(CommandInterceptor commandInvoker) Method parameters in org.flowable.common.engine.impl with type arguments of type CommandInterceptorModifier and TypeMethodDescriptionAbstractEngineConfiguration.initInterceptorChain(List<CommandInterceptor> chain) AbstractEngineConfiguration.setCommandInterceptors(List<CommandInterceptor> commandInterceptors) AbstractEngineConfiguration.setCustomPostCommandInterceptors(List<CommandInterceptor> customPostCommandInterceptors) AbstractEngineConfiguration.setCustomPreCommandInterceptors(List<CommandInterceptor> customPreCommandInterceptors) AbstractEngineConfiguration.setDefaultCommandInterceptors(Collection<? extends CommandInterceptor> defaultCommandInterceptors) -
Uses of CommandInterceptor in org.flowable.common.engine.impl.cfg
Fields in org.flowable.common.engine.impl.cfg declared as CommandInterceptorMethods in org.flowable.common.engine.impl.cfg that return CommandInterceptorMethods in org.flowable.common.engine.impl.cfg with parameters of type CommandInterceptorModifier and TypeMethodDescriptionvoidCommandExecutorImpl.setFirst(CommandInterceptor commandInterceptor) Constructors in org.flowable.common.engine.impl.cfg with parameters of type CommandInterceptorModifierConstructorDescriptionCommandExecutorImpl(CommandConfig defaultConfig, CommandInterceptor first) -
Uses of CommandInterceptor in org.flowable.common.engine.impl.interceptor
Classes in org.flowable.common.engine.impl.interceptor that implement CommandInterceptorModifier and TypeClassDescriptionclassclassclassInspired byRetryInterceptor, but adapted for CRDB.classclassWe cannot perform a retry if we are called in an existing transaction.classclassclassInterceptsFlowableOptimisticLockingExceptionand tries to run the same command again.classFields in org.flowable.common.engine.impl.interceptor declared as CommandInterceptorMethods in org.flowable.common.engine.impl.interceptor that return CommandInterceptorModifier and TypeMethodDescriptionAbstractCommandInterceptor.getNext()CommandInterceptor.getNext()DefaultCommandInvoker.getNext()Methods in org.flowable.common.engine.impl.interceptor with parameters of type CommandInterceptorModifier and TypeMethodDescriptionvoidAbstractCommandInterceptor.setNext(CommandInterceptor next) voidCommandInterceptor.setNext(CommandInterceptor next) voidDefaultCommandInvoker.setNext(CommandInterceptor next) -
Uses of CommandInterceptor in org.flowable.common.spring
Classes in org.flowable.common.spring that implement CommandInterceptor -
Uses of CommandInterceptor in org.flowable.dmn.engine
Methods in org.flowable.dmn.engine that return CommandInterceptor -
Uses of CommandInterceptor in org.flowable.dmn.engine.impl.interceptor
Classes in org.flowable.dmn.engine.impl.interceptor that implement CommandInterceptorMethods in org.flowable.dmn.engine.impl.interceptor with parameters of type CommandInterceptor -
Uses of CommandInterceptor in org.flowable.dmn.spring
Methods in org.flowable.dmn.spring that return CommandInterceptor -
Uses of CommandInterceptor in org.flowable.engine.impl.cfg
Methods in org.flowable.engine.impl.cfg that return CommandInterceptorModifier and TypeMethodDescriptionJtaProcessEngineConfiguration.createTransactionInterceptor()StandaloneProcessEngineConfiguration.createTransactionInterceptor()Methods in org.flowable.engine.impl.cfg that return types with arguments of type CommandInterceptorModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getAdditionalDefaultCommandInterceptors()ProcessEngineConfigurationImpl.getCommandInterceptors()ProcessEngineConfigurationImpl.getCustomPostCommandInterceptors()ProcessEngineConfigurationImpl.getCustomPreCommandInterceptors()Method parameters in org.flowable.engine.impl.cfg with type arguments of type CommandInterceptorModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCommandInterceptors(List<CommandInterceptor> commandInterceptors) ProcessEngineConfigurationImpl.setCustomPostCommandInterceptors(List<CommandInterceptor> customPostCommandInterceptors) ProcessEngineConfigurationImpl.setCustomPreCommandInterceptors(List<CommandInterceptor> customPreCommandInterceptors) -
Uses of CommandInterceptor in org.flowable.engine.impl.cfg.multitenant
Methods in org.flowable.engine.impl.cfg.multitenant that return CommandInterceptorModifier and TypeMethodDescriptionMultiSchemaMultiTenantProcessEngineConfiguration.createTransactionInterceptor() -
Uses of CommandInterceptor in org.flowable.engine.impl.interceptor
Classes in org.flowable.engine.impl.interceptor that implement CommandInterceptorMethods in org.flowable.engine.impl.interceptor that return CommandInterceptorMethods in org.flowable.engine.impl.interceptor with parameters of type CommandInterceptor -
Uses of CommandInterceptor in org.flowable.engine.test.profiler
Classes in org.flowable.engine.test.profiler that implement CommandInterceptor -
Uses of CommandInterceptor in org.flowable.eventregistry.impl
Methods in org.flowable.eventregistry.impl that return CommandInterceptorModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.createTransactionInterceptor() -
Uses of CommandInterceptor in org.flowable.eventregistry.spring
Methods in org.flowable.eventregistry.spring that return CommandInterceptorModifier and TypeMethodDescriptionSpringEventRegistryEngineConfiguration.createTransactionInterceptor() -
Uses of CommandInterceptor in org.flowable.idm.engine
Methods in org.flowable.idm.engine that return CommandInterceptor -
Uses of CommandInterceptor in org.flowable.spring
Methods in org.flowable.spring that return CommandInterceptorModifier and TypeMethodDescriptionSpringProcessEngineConfiguration.createTransactionInterceptor()