Uses of Interface
org.flowable.common.engine.impl.interceptor.CommandInterceptor
-
Packages that use CommandInterceptor Package Description org.flowable.common.engine.impl org.flowable.common.engine.impl.cfg org.flowable.common.engine.impl.interceptor -
-
Uses of CommandInterceptor in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as CommandInterceptor Modifier and Type Field Description protected CommandInterceptorAbstractEngineConfiguration. commandInvokerFields in org.flowable.common.engine.impl with type parameters of type CommandInterceptor Modifier and Type Field Description protected 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 CommandInterceptor Modifier and Type Method Description abstract CommandInterceptorAbstractEngineConfiguration. createTransactionInterceptor()CommandInterceptorAbstractEngineConfiguration. getCommandInvoker()CommandInterceptorAbstractEngineConfiguration. initInterceptorChain(List<CommandInterceptor> chain)Methods in org.flowable.common.engine.impl that return types with arguments of type CommandInterceptor Modifier and Type Method Description List<CommandInterceptor>AbstractEngineConfiguration. getAdditionalDefaultCommandInterceptors()List<CommandInterceptor>AbstractEngineConfiguration. getCommandInterceptors()List<CommandInterceptor>AbstractEngineConfiguration. getCustomPostCommandInterceptors()List<CommandInterceptor>AbstractEngineConfiguration. getCustomPreCommandInterceptors()Collection<? extends CommandInterceptor>AbstractEngineConfiguration. getDefaultCommandInterceptors()Methods in org.flowable.common.engine.impl with parameters of type CommandInterceptor Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setCommandInvoker(CommandInterceptor commandInvoker)Method parameters in org.flowable.common.engine.impl with type arguments of type CommandInterceptor Modifier and Type Method Description CommandInterceptorAbstractEngineConfiguration. initInterceptorChain(List<CommandInterceptor> chain)AbstractEngineConfigurationAbstractEngineConfiguration. setCommandInterceptors(List<CommandInterceptor> commandInterceptors)AbstractEngineConfigurationAbstractEngineConfiguration. setCustomPostCommandInterceptors(List<CommandInterceptor> customPostCommandInterceptors)AbstractEngineConfigurationAbstractEngineConfiguration. setCustomPreCommandInterceptors(List<CommandInterceptor> customPreCommandInterceptors)AbstractEngineConfigurationAbstractEngineConfiguration. 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 CommandInterceptor Modifier and Type Field Description protected CommandInterceptorCommandExecutorImpl. firstMethods in org.flowable.common.engine.impl.cfg that return CommandInterceptor Modifier and Type Method Description CommandInterceptorCommandExecutorImpl. getFirst()Methods in org.flowable.common.engine.impl.cfg with parameters of type CommandInterceptor Modifier and Type Method Description voidCommandExecutorImpl. setFirst(CommandInterceptor commandInterceptor)Constructors in org.flowable.common.engine.impl.cfg with parameters of type CommandInterceptor Constructor Description CommandExecutorImpl(CommandConfig defaultConfig, CommandInterceptor first) -
Uses of CommandInterceptor in org.flowable.common.engine.impl.interceptor
Classes in org.flowable.common.engine.impl.interceptor that implement CommandInterceptor Modifier and Type Class Description classAbstractCommandInterceptorclassCommandContextInterceptorclassCrDbRetryInterceptorInspired byRetryInterceptor, but adapted for CRDB.classDefaultCommandInvokerclassJtaRetryInterceptorWe cannot perform a retry if we are called in an existing transaction.classJtaTransactionInterceptorclassLogInterceptorclassRetryInterceptorInterceptsFlowableOptimisticLockingExceptionand tries to run the same command again.classTransactionContextInterceptorFields in org.flowable.common.engine.impl.interceptor declared as CommandInterceptor Modifier and Type Field Description protected CommandInterceptorAbstractCommandInterceptor. nextMethods in org.flowable.common.engine.impl.interceptor that return CommandInterceptor Modifier and Type Method Description CommandInterceptorAbstractCommandInterceptor. getNext()CommandInterceptorCommandInterceptor. getNext()CommandInterceptorDefaultCommandInvoker. getNext()Methods in org.flowable.common.engine.impl.interceptor with parameters of type CommandInterceptor Modifier and Type Method Description voidAbstractCommandInterceptor. setNext(CommandInterceptor next)voidCommandInterceptor. setNext(CommandInterceptor next)voidDefaultCommandInvoker. setNext(CommandInterceptor next)
-