Uses of Interface
org.flowable.common.engine.impl.interceptor.CommandInterceptor
Packages that use CommandInterceptor
Package
Description
-
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)