Uses of Interface
org.flowable.common.engine.impl.interceptor.Command
Packages that use Command
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
: Manages Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService
: Used for managing users, groups and the relations between them.ManagementService
: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService
: Exposes information about ongoing and past process instances.FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of Command in org.flowable.batch.service.impl
Classes in org.flowable.batch.service.impl that implement Command -
Uses of Command in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl with parameters of type CommandModifier and TypeMethodDescription<T> T
CmmnManagementServiceImpl.executeCommand
(Command<T> command) <T> T
CmmnManagementServiceImpl.executeCommand
(CommandConfig config, Command<T> command) -
Uses of Command in org.flowable.cmmn.engine.impl.cmd
Classes in org.flowable.cmmn.engine.impl.cmd that implement CommandModifier and TypeClassDescriptionclass
class
class
class
class
This command is adding a listener to the event dispatcher of the case engine, either for specific event types or for all events.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Creates new task byTaskBuilder
class
Creates a new dynamically injected plan item instance and adds it to the agenda for activation.class
class
class
class
This command deletes event subscriptions with a case start event and optional correlation parameter values.class
class
class
class
class
class
class
class
Deprecated.class
Deprecated.class
class
class
class
This command dispatches an event within the case engine.class
class
class
class
class
class
class
class
class
class
class
Gives access to a deployed case diagram, e.g., a PNG image, through a stream of bytes.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
This command either modifies event subscriptions with a case start event and optional correlation parameter values.class
An abstract superclass forCommand
implementations that want to verify the provided task is always active (ie.class
class
This command reactivates a history case instance by putting it back to the runtime and triggering the reactivation event on its CMMN model.class
This command creates and registers a new case start event subscription based on the provided builder information.class
Command to remove the current assignee from a case instance.class
Command to remove the current owner from a case instance.class
This command removes an event listener from the case engine.class
class
class
class
class
class
class
class
class
class
class
Command to set a new assignee on a case instance.class
Command
that changes the business key of an existing case instance.class
class
A command to set or change the name of a case instance.class
Command to set a new owner on a case instance and return the previous one, if any.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Command in org.flowable.cmmn.engine.impl.delete
Classes in org.flowable.cmmn.engine.impl.delete that implement Command -
Uses of Command in org.flowable.cmmn.engine.impl.history
Classes in org.flowable.cmmn.engine.impl.history that implement CommandModifier and TypeClassDescriptionclass
class
class
-
Uses of Command in org.flowable.cmmn.engine.impl.interceptor
Methods in org.flowable.cmmn.engine.impl.interceptor with parameters of type CommandModifier and TypeMethodDescription<T> T
CmmnCommandInvoker.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) -
Uses of Command in org.flowable.cmmn.engine.impl.repository
Classes in org.flowable.cmmn.engine.impl.repository that implement Command -
Uses of Command in org.flowable.cmmn.engine.impl.runtime
Classes in org.flowable.cmmn.engine.impl.runtime that implement CommandModifier and TypeClassDescriptionclass
class
class
-
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> T
CommandExecutorImpl.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 TypeClassDescriptionclass
class
class
class
class
class
-
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> T
CommandContextInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
Execute a command with the defaultCommandConfig
.<T> T
CommandExecutor.execute
(CommandConfig config, Command<T> command) Execute a command with the specifiedCommandConfig
.<T> T
CommandInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
CrDbRetryInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
DefaultCommandInvoker.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
JtaRetryInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
JtaTransactionInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
LogInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
RetryInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
TransactionContextInterceptor.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> T
LockManagerImpl.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 TypeClassDescriptionclass
AbstractNativeQuery<T extends NativeQuery<?,
?>, U> Abstract superclass for all native query types.class
AbstractQuery<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 TypeClassDescriptionclass
class
class
-
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 void
EnsureCleanDbUtils.assertAndEnsureCleanDb
(String testName, org.slf4j.Logger logger, AbstractEngineConfiguration engineConfiguration, Collection<String> tableNamesExcludedFromDbCleanCheck, boolean hasNoException, Command<Void> dropAndRecreateDbCommand) static void
EnsureCleanDbUtils.assertAndEnsureCleanDb
(String testName, org.slf4j.Logger logger, AbstractEngineConfiguration engineConfiguration, EnsureCleanDb ensureCleanDb, boolean hasNoException, Command<Void> dropAndRecreateDbCommand) -
Uses of Command in org.flowable.common.spring
Methods in org.flowable.common.spring with parameters of type CommandModifier and TypeMethodDescription<T> T
SpringTransactionInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) -
Uses of Command in org.flowable.dmn.engine.impl
Classes in org.flowable.dmn.engine.impl that implement CommandModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of Command in org.flowable.dmn.engine.impl.cmd
Classes in org.flowable.dmn.engine.impl.cmd that implement CommandModifier and TypeClassDescriptionclass
class
class
class
DeployCmd<T>
class
class
ExecuteCustomSqlCmd<Mapper,
ResultType> class
class
class
class
class
class
Gives access to a deployed decision table model, e.g., a DMN XML file, through a stream of bytes.class
class
class
class
class
class
class
class
class
class
-
Uses of Command in org.flowable.dmn.engine.impl.interceptor
Methods in org.flowable.dmn.engine.impl.interceptor with parameters of type CommandModifier and TypeMethodDescription<T> T
DmnCommandInvoker.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) -
Uses of Command in org.flowable.engine
Methods in org.flowable.engine with parameters of type CommandModifier and TypeMethodDescription<T> T
ManagementService.executeCommand
(Command<T> command) Executes a given command with the defaultCommandConfig
.<T> T
ManagementService.executeCommand
(CommandConfig config, Command<T> command) Executes a given command with the specifiedCommandConfig
. -
Uses of Command in org.flowable.engine.impl
Classes in org.flowable.engine.impl that implement CommandModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in org.flowable.engine.impl with parameters of type CommandModifier and TypeMethodDescription<T> T
ManagementServiceImpl.executeCommand
(Command<T> command) <T> T
ManagementServiceImpl.executeCommand
(CommandConfig config, Command<T> command) -
Uses of Command in org.flowable.engine.impl.cfg.multitenant
Classes in org.flowable.engine.impl.cfg.multitenant that implement CommandModifier and TypeClassDescriptionclass
Command
that is used by theMultiSchemaMultiTenantProcessEngineConfiguration
to make sure the 'databaseSchemaUpdate' setting is applied for each tenant datasource.Methods in org.flowable.engine.impl.cfg.multitenant that return CommandModifier and TypeMethodDescriptionMultiSchemaMultiTenantProcessEngineConfiguration.getProcessEngineCloseCommand()
-
Uses of Command in org.flowable.engine.impl.cmd
Classes in org.flowable.engine.impl.cmd that implement CommandModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
Command that adds an event-listener to the process engine.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Creates new task byTaskBuilder
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
This command either modifies event subscriptions with a process start event and optional correlation parameter values.class
Deprecated.class
Deprecated.class
class
DeployCmd<T>
class
Command that dispatches an event.class
class
class
ExecuteCustomSqlCmd<Mapper,
ResultType> class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Gives access to a deployed process diagram, e.g., a PNG image, through a stream of bytes.class
Provides positions and dimensions of elements in a process diagram as provided byGetDeploymentProcessDiagramCmd
.class
Gives access to a deployed process model, e.g., a BPMN 2.0 XML file, through a stream of bytes.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Command for retrieving start or task form keys.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
This command either modifies event subscriptions with a process start event and optional correlation parameter values.class
class
class
An abstract superclass forCommand
implementations that want to verify the provided task is always active (ie.class
class
class
class
class
class
This command creates and registers a new process start event subscription based on the provided builder information.class
class
Command that removes an event-listener from the process engine.class
class
Command to remove the current assignee from a process instance.class
Command to remove the current owner from a process instance.class
class
class
class
class
class
class
class
class
class
class
class
class
class
Command
that changes the process definition version of an existing process instance.class
Command to set a new assignee on a process instance and return the previous one, if any.class
Command
that changes the business key of an existing process instance.class
Command
that changes the business status of an existing process instance.class
class
Command to set a new owner on a process instance and return the previous one, if any.class
class
class
class
class
author martin.grofcikclass
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Command in org.flowable.engine.impl.delete
Classes in org.flowable.engine.impl.delete that implement Command -
Uses of Command in org.flowable.engine.impl.interceptor
Methods in org.flowable.engine.impl.interceptor with parameters of type CommandModifier and TypeMethodDescription<T> T
BpmnOverrideContextInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> T
CommandInvoker.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) -
Uses of Command in org.flowable.engine.impl.jobexecutor
Methods in org.flowable.engine.impl.jobexecutor that return CommandModifier and TypeMethodDescriptionDefaultFailedJobCommandFactory.getCommand
(String jobId, Throwable exception) -
Uses of Command in org.flowable.engine.test.profiler
Methods in org.flowable.engine.test.profiler with parameters of type CommandModifier and TypeMethodDescription<T> T
TotalExecutionTimeCommandInterceptor.execute
(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) -
Uses of Command in org.flowable.eventregistry.impl
Classes in org.flowable.eventregistry.impl that implement CommandModifier and TypeClassDescriptionclass
class
class
-
Uses of Command in org.flowable.eventregistry.impl.cmd
Classes in org.flowable.eventregistry.impl.cmd that implement CommandModifier and TypeClassDescriptionclass
class
DeployCmd<T>
class
class
Gives access to a deployed event model, e.g., an Event definition JSON file, through a stream of bytes.class
class
class
class
class
Gives access to a deployed event model, e.g., an Event definition JSON file, through a stream of bytes.class
class
class
class
class
class
class
class
class
-
Uses of Command in org.flowable.eventsubscription.service.impl
Classes in org.flowable.eventsubscription.service.impl that implement Command -
Uses of Command in org.flowable.idm.engine.impl
Classes in org.flowable.idm.engine.impl that implement CommandModifier and TypeClassDescriptionclass
class
class
class
class
final class
class
class
-
Uses of Command in org.flowable.idm.engine.impl.cmd
Classes in org.flowable.idm.engine.impl.cmd that implement CommandModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
ExecuteCustomSqlCmd<Mapper,
ResultType> class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Command in org.flowable.job.service.impl
Classes in org.flowable.job.service.impl that implement CommandModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of Command in org.flowable.job.service.impl.asyncexecutor
Classes in org.flowable.job.service.impl.asyncexecutor that implement CommandMethods in org.flowable.job.service.impl.asyncexecutor that return CommandModifier and TypeMethodDescriptionFailedJobCommandFactory.getCommand
(String jobId, Throwable exception) -
Uses of Command in org.flowable.job.service.impl.cmd
Classes in org.flowable.job.service.impl.cmd that implement CommandModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Send job cancelled event and delete jobclass
class
class
class
class
class
class
class
class
Executes aHistoryJob
directly (not through the async history executor).class
class
class
Executes aHistoryJob
directly (not through the async history executor).class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Command in org.flowable.task.service.impl
Classes in org.flowable.task.service.impl that implement CommandModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of Command in org.flowable.variable.service.impl
Classes in org.flowable.variable.service.impl that implement CommandModifier and TypeClassDescriptionclass
AbstractVariableQueryImpl<T extends Query<?,
?>, U> Abstract query class that adds methods to query for variable values.class
class
class
class