Uses of Interface
org.flowable.common.engine.impl.interceptor.CommandExecutor
-
-
Uses of CommandExecutor in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorAbstractEngineConfiguration. commandExecutorMethods in org.flowable.common.engine.impl that return CommandExecutor Modifier and Type Method Description CommandExecutorAbstractEngineConfiguration. getCommandExecutor()Methods in org.flowable.common.engine.impl with parameters of type CommandExecutor Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setCommandExecutor(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.common.engine.impl.cfg
Classes in org.flowable.common.engine.impl.cfg that implement CommandExecutor Modifier and Type Class Description classCommandExecutorImplCommand 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 CommandExecutor Modifier and Type Field Description protected CommandExecutorCommandContext. commandExecutorMethods in org.flowable.common.engine.impl.interceptor that return CommandExecutor Modifier and Type Method Description CommandExecutorCommandContext. getCommandExecutor()Methods in org.flowable.common.engine.impl.interceptor with parameters of type CommandExecutor Modifier and Type Method Description <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 CommandExecutor Modifier and Type Field Description protected CommandExecutorLockManagerImpl. commandExecutorConstructors in org.flowable.common.engine.impl.lock with parameters of type CommandExecutor Constructor Description LockManagerImpl(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 CommandExecutor Modifier and Type Field Description protected CommandExecutorByteArrayRef. commandExecutorMethods in org.flowable.common.engine.impl.persistence.entity that return CommandExecutor Modifier and Type Method Description protected CommandExecutorAbstractEngineEntityManager. getCommandExecutor()protected CommandExecutorByteArrayRefTypeHandler. getCommandExecutor()Constructors in org.flowable.common.engine.impl.persistence.entity with parameters of type CommandExecutor Constructor Description ByteArrayRef(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 CommandExecutor Modifier and Type Field Description protected CommandExecutorAbstractNativeQuery. commandExecutorprotected CommandExecutorAbstractQuery. commandExecutorMethods in org.flowable.common.engine.impl.query with parameters of type CommandExecutor Modifier and Type Method Description AbstractNativeQuery<T,U>AbstractNativeQuery. setCommandExecutor(CommandExecutor commandExecutor)AbstractQuery<T,U>AbstractQuery. setCommandExecutor(CommandExecutor commandExecutor)Constructors in org.flowable.common.engine.impl.query with parameters of type CommandExecutor Constructor Description AbstractNativeQuery(CommandExecutor commandExecutor)AbstractQuery(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.common.engine.impl.service
Fields in org.flowable.common.engine.impl.service declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorCommonEngineServiceImpl. commandExecutorMethods in org.flowable.common.engine.impl.service that return CommandExecutor Modifier and Type Method Description CommandExecutorCommonEngineServiceImpl. getCommandExecutor()Methods in org.flowable.common.engine.impl.service with parameters of type CommandExecutor Modifier and Type Method Description voidCommonEngineServiceImpl. setCommandExecutor(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.flowable.common.engine.impl.tenant
Fields in org.flowable.common.engine.impl.tenant declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorMyBatisChangeTenantIdManager. commandExecutorConstructors in org.flowable.common.engine.impl.tenant with parameters of type CommandExecutor Constructor Description MyBatisChangeTenantIdManager(CommandExecutor commandExecutor, String engineScopeType, Set<String> entityTypes)
-