Uses of Interface
org.flowable.common.engine.impl.interceptor.Command
-
-
Uses of Command in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as Command Modifier and Type Field Description protected Command<Void>AbstractEngineConfiguration. schemaManagementCmdMethods in org.flowable.common.engine.impl that return Command Modifier and Type Method Description Command<Void>AbstractEngineConfiguration. getSchemaManagementCmd()Methods in org.flowable.common.engine.impl with parameters of type Command Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setSchemaManagementCmd(Command<Void> schemaManagementCmd) -
Uses of Command in org.flowable.common.engine.impl.cfg
Methods in org.flowable.common.engine.impl.cfg with parameters of type Command Modifier and Type Method Description <T> TCommandExecutorImpl. execute(Command<T> command)<T> TCommandExecutorImpl. execute(CommandConfig config, Command<T> command) -
Uses of Command in org.flowable.common.engine.impl.cmd
Classes in org.flowable.common.engine.impl.cmd that implement Command Modifier and Type Class Description classGetLockValueCmdclassGetPropertiesCmdclassGetTableCountCmdclassGetTableMetaDataCmdclassLockCmdclassReleaseLockCmd -
Uses of Command in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor declared as Command Modifier and Type Field Description protected Command<?>CommandContext. commandMethods in org.flowable.common.engine.impl.interceptor that return Command Modifier and Type Method Description Command<?>CommandContext. getCommand()Methods in org.flowable.common.engine.impl.interceptor with parameters of type Command Modifier and Type Method Description CommandContextCommandContextFactory. createCommandContext(Command<?> cmd)<T> TCommandContextInterceptor. execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor)<T> TCommandExecutor. execute(Command<T> command)Execute a command with the defaultCommandConfig.<T> TCommandExecutor. execute(CommandConfig config, Command<T> command)Execute a command with the specifiedCommandConfig.<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)Constructors in org.flowable.common.engine.impl.interceptor with parameters of type Command Constructor Description CommandContext(Command<?> command) -
Uses of Command in org.flowable.common.engine.impl.lock
Methods in org.flowable.common.engine.impl.lock with parameters of type Command Modifier and Type Method Description protected <T> TLockManagerImpl. executeCommand(Command<T> command) -
Uses of Command in org.flowable.common.engine.impl.persistence.entity
Classes in org.flowable.common.engine.impl.persistence.entity that implement Command Modifier and Type Class Description classTablePageQueryImpl -
Uses of Command in org.flowable.common.engine.impl.query
Classes in org.flowable.common.engine.impl.query that implement Command Modifier and Type Class Description classAbstractNativeQuery<T extends NativeQuery<?,?>,U>Abstract superclass for all native query types.classAbstractQuery<T extends Query<?,?>,U>Abstract superclass for all query types. -
Uses of Command in org.flowable.common.engine.impl.tenant
Classes in org.flowable.common.engine.impl.tenant that implement Command Modifier and Type Class Description classBaseChangeTenantIdCmdclassExecuteChangeTenantIdCmdclassSimulateChangeTenantIdCmd -
Uses of Command in org.flowable.common.engine.impl.test
Methods in org.flowable.common.engine.impl.test with parameters of type Command Modifier and Type Method Description static voidEnsureCleanDbUtils. assertAndEnsureCleanDb(String testName, org.slf4j.Logger logger, AbstractEngineConfiguration engineConfiguration, Collection<String> tableNamesExcludedFromDbCleanCheck, boolean hasNoException, Command<Void> dropAndRecreateDbCommand)static voidEnsureCleanDbUtils. assertAndEnsureCleanDb(String testName, org.slf4j.Logger logger, AbstractEngineConfiguration engineConfiguration, EnsureCleanDb ensureCleanDb, boolean hasNoException, Command<Void> dropAndRecreateDbCommand)
-