Uses of Interface
org.flowable.common.engine.impl.interceptor.CommandExecutor
Packages that use CommandExecutor
Package
Description
-
Uses of CommandExecutor in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutorAbstractEngineConfiguration.commandExecutorMethods in org.flowable.common.engine.impl that return CommandExecutorMethods in org.flowable.common.engine.impl with parameters of type CommandExecutorModifier and TypeMethodDescriptionAbstractEngineConfiguration.setCommandExecutor(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.common.engine.impl.cfg
Classes in org.flowable.common.engine.impl.cfg that implement CommandExecutorModifier and TypeClassDescriptionclassCommand executor that passes commands to the first interceptor in the chain. -
Uses of CommandExecutor in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor declared as CommandExecutorMethods in org.flowable.common.engine.impl.interceptor that return CommandExecutorMethods in org.flowable.common.engine.impl.interceptor with parameters of type CommandExecutorModifier and TypeMethodDescription<T> TCommandContextInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TCommandInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TCrDbRetryInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TDefaultCommandInvoker.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TJtaRetryInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TJtaTransactionInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TLogInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TRetryInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TTransactionContextInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) voidCommandContext.setCommandExecutor(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.common.engine.impl.lock
Fields in org.flowable.common.engine.impl.lock declared as CommandExecutorConstructors in org.flowable.common.engine.impl.lock with parameters of type CommandExecutorModifierConstructorDescriptionLockManagerImpl(CommandExecutor commandExecutor, String lockName, Duration lockPollRate, String engineType) LockManagerImpl(CommandExecutor commandExecutor, String lockName, Duration lockPollRate, Duration forceAcquireAfter, String engineType) -
Uses of CommandExecutor in org.flowable.common.engine.impl.persistence.entity
Fields in org.flowable.common.engine.impl.persistence.entity declared as CommandExecutorMethods in org.flowable.common.engine.impl.persistence.entity that return CommandExecutorModifier and TypeMethodDescriptionprotected CommandExecutorAbstractEngineEntityManager.getCommandExecutor()protected CommandExecutorByteArrayRefTypeHandler.getCommandExecutor()Constructors in org.flowable.common.engine.impl.persistence.entity with parameters of type CommandExecutorModifierConstructorDescriptionByteArrayRef(String id, CommandExecutor commandExecutor) TablePageQueryImpl(CommandExecutor commandExecutor, AbstractEngineConfiguration engineConfiguration) -
Uses of CommandExecutor in org.flowable.common.engine.impl.query
Fields in org.flowable.common.engine.impl.query declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutorAbstractNativeQuery.commandExecutorprotected CommandExecutorAbstractQuery.commandExecutorMethods in org.flowable.common.engine.impl.query with parameters of type CommandExecutorModifier and TypeMethodDescriptionAbstractNativeQuery.setCommandExecutor(CommandExecutor commandExecutor) AbstractQuery.setCommandExecutor(CommandExecutor commandExecutor) Constructors in org.flowable.common.engine.impl.query with parameters of type CommandExecutorModifierConstructorDescriptionprotectedAbstractNativeQuery(CommandExecutor commandExecutor) protectedAbstractQuery(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.common.engine.impl.service
Fields in org.flowable.common.engine.impl.service declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutorCommonEngineServiceImpl.commandExecutorMethods in org.flowable.common.engine.impl.service that return CommandExecutorMethods in org.flowable.common.engine.impl.service with parameters of type CommandExecutorModifier and TypeMethodDescriptionvoidCommonEngineServiceImpl.setCommandExecutor(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.common.engine.impl.tenant
Fields in org.flowable.common.engine.impl.tenant declared as CommandExecutorModifier and TypeFieldDescriptionprotected final CommandExecutorMyBatisChangeTenantIdManager.commandExecutorConstructors in org.flowable.common.engine.impl.tenant with parameters of type CommandExecutorModifierConstructorDescriptionMyBatisChangeTenantIdManager(CommandExecutor commandExecutor, String engineScopeType, Set<String> entityTypes)