Uses of Interface
org.flowable.common.engine.impl.interceptor.Command
Packages that use Command
Package
Description
-
Uses of Command in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as CommandMethods in org.flowable.common.engine.impl that return CommandMethods in org.flowable.common.engine.impl with parameters of type CommandModifier and TypeMethodDescriptionAbstractEngineConfiguration.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 CommandModifier and TypeMethodDescription<T> T<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 CommandModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of Command in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor declared as CommandMethods in org.flowable.common.engine.impl.interceptor that return CommandMethods in org.flowable.common.engine.impl.interceptor with parameters of type CommandModifier and TypeMethodDescriptionCommandContextFactory.createCommandContext(Command<?> cmd) <T> TCommandContextInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TExecute 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 -
Uses of Command in org.flowable.common.engine.impl.lock
Methods in org.flowable.common.engine.impl.lock with parameters of type CommandModifier and TypeMethodDescriptionprotected <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 -
Uses of Command in org.flowable.common.engine.impl.query
Classes in org.flowable.common.engine.impl.query that implement CommandModifier and TypeClassDescriptionclassAbstractNativeQuery<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 CommandModifier and TypeClassDescriptionclassclassclass -
Uses of Command in org.flowable.common.engine.impl.test
Methods in org.flowable.common.engine.impl.test with parameters of type CommandModifier and TypeMethodDescriptionstatic 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)