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 Deployments.RuntimeService: For starting and searching ProcessInstances.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> TCmmnManagementServiceImpl.executeCommand(Command<T> command) <T> TCmmnManagementServiceImpl.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 TypeClassDescriptionclassclassclassclassclassThis command is adding a listener to the event dispatcher of the case engine, either for specific event types or for all events.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassCreates new task byTaskBuilderclassCreates a new dynamically injected plan item instance and adds it to the agenda for activation.classclassclassclassThis command deletes event subscriptions with a case start event and optional correlation parameter values.classclassclassclassclassclassclassclassDeprecated.classDeprecated.classclassclassclassThis command dispatches an event within the case engine.classclassclassclassclassclassclassclassclassclassclassGives access to a deployed case diagram, e.g., a PNG image, through a stream of bytes.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassThis command either modifies event subscriptions with a case start event and optional correlation parameter values.classAn abstract superclass forCommandimplementations that want to verify the provided task is always active (ie. not suspended).classclassThis command reactivates a history case instance by putting it back to the runtime and triggering the reactivation event on its CMMN model.classThis command creates and registers a new case start event subscription based on the provided builder information.classCommand to remove the current assignee from a case instance.classCommand to remove the current owner from a case instance.classThis command removes an event listener from the case engine.classclassclassclassclassclassclassclassclassclassclassCommand to set a new assignee on a case instance.classCommandthat changes the business key of an existing case instance.classclassclassA command to set or change the name of a case instance.classCommand to set a new owner on a case instance and return the previous one, if any.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassCommandthat updates properties of an existing case instance. -
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 TypeClassDescriptionclassclassclass -
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> TCmmnCommandInvoker.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 TypeClassDescriptionclassclassclass -
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.db
Classes in org.flowable.common.engine.impl.db that implement CommandModifier and TypeClassDescriptionclassclass -
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) -
Uses of Command in org.flowable.common.spring
Methods in org.flowable.common.spring with parameters of type CommandModifier and TypeMethodDescription<T> TSpringTransactionInterceptor.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 TypeClassDescriptionclassclassclassclassclassclass -
Uses of Command in org.flowable.dmn.engine.impl.cmd
Classes in org.flowable.dmn.engine.impl.cmd that implement CommandModifier and TypeClassDescriptionclassclassclassclassDeployCmd<T>classclassExecuteCustomSqlCmd<Mapper, ResultType>classclassclassclassclassclassGives access to a deployed decision table model, e.g., a DMN XML file, through a stream of bytes.classclassclassclassclassclassclassclassclass -
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> TDmnCommandInvoker.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> TManagementService.executeCommand(Command<T> command) Executes a given command with the defaultCommandConfig.<T> TManagementService.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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.flowable.engine.impl with parameters of type CommandModifier and TypeMethodDescription<T> TManagementServiceImpl.executeCommand(Command<T> command) <T> TManagementServiceImpl.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 TypeClassDescriptionclassCommandthat is used by theMultiSchemaMultiTenantProcessEngineConfigurationto 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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassCommand that adds an event-listener to the process engine.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassCreates new task byTaskBuilderclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassThis command either modifies event subscriptions with a process start event and optional correlation parameter values.classDeprecated.classDeprecated.classclassDeployCmd<T>classCommand that dispatches an event.classclassclassExecuteCustomSqlCmd<Mapper, ResultType>classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassGives access to a deployed process diagram, e.g., a PNG image, through a stream of bytes.classProvides positions and dimensions of elements in a process diagram as provided byGetDeploymentProcessDiagramCmd.classGives access to a deployed process model, e.g., a BPMN 2.0 XML file, through a stream of bytes.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassCommand for retrieving start or task form keys.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassHandles an uncaughtBusinessErrorfrom a child CMMN case instance by propagating it as a BPMN error on the parent CaseTask execution.classclassclassclassclassclassclassclassclassclassclassclassThis command either modifies event subscriptions with a process start event and optional correlation parameter values.classclassclassAn abstract superclass forCommandimplementations that want to verify the provided task is always active (ie. not suspended).classclassCommandthat claims an existing process instance.classclassclassclassclassThis command creates and registers a new process start event subscription based on the provided builder information.classclassCommand that removes an event-listener from the process engine.classclassCommand to remove the current assignee from a process instance.classCommand to remove the current owner from a process instance.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassCommandthat changes the process definition version of an existing process instance.classCommand to set a new assignee on a process instance and return the previous one, if any.classCommandthat changes the business key of an existing process instance.classCommandthat changes the business status of an existing process instance.classCommandthat changes the due date of an existing process instance.classclassCommand to set a new owner on a process instance and return the previous one, if any.classclassclassclassclassauthor martin.grofcikclassclassclassclassclassclassclassclassclassclassclassCommandthat updates properties of an existing process instance.classclassclassclass -
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> TBpmnOverrideContextInterceptor.execute(CommandConfig config, Command<T> command, CommandExecutor commandExecutor) <T> TCommandInvoker.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> TTotalExecutionTimeCommandInterceptor.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 TypeClassDescriptionclassclassclass -
Uses of Command in org.flowable.eventregistry.impl.cmd
Classes in org.flowable.eventregistry.impl.cmd that implement CommandModifier and TypeClassDescriptionclassclassDeployCmd<T>classclassGives access to a deployed event model, e.g., an Event definition JSON file, through a stream of bytes.classclassclassclassclassGives access to a deployed event model, e.g., an Event definition JSON file, through a stream of bytes.classclassclassclassclassclassclassclass -
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 TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of Command in org.flowable.idm.engine.impl.cmd
Classes in org.flowable.idm.engine.impl.cmd that implement CommandModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassExecuteCustomSqlCmd<Mapper, ResultType>classclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Command in org.flowable.job.service.impl
Classes in org.flowable.job.service.impl that implement CommandModifier and TypeClassDescriptionclassclassclassclassclassclass -
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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassSend job cancelled event and delete jobclassclassclassclassclassclassclassclassclassExecutes aHistoryJobdirectly (not through the async history executor).classclassclassExecutes aHistoryJobdirectly (not through the async history executor).classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Command in org.flowable.task.service.impl
Classes in org.flowable.task.service.impl that implement CommandModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of Command in org.flowable.variable.service.impl
Classes in org.flowable.variable.service.impl that implement CommandModifier and TypeClassDescriptionclassAbstractVariableQueryImpl<T extends Query<?,?>, U> Abstract query class that adds methods to query for variable values.classclassclassclass