Uses of Interface
org.camunda.bpm.engine.impl.interceptor.Command
-
-
Uses of Command in org.camunda.bpm.cockpit.db
Methods in org.camunda.bpm.cockpit.db with parameters of type Command Modifier and Type Method Description <T> T
CommandExecutor. executeCommand(Command<T> command)
Execute the given command and return the result of the execution -
Uses of Command in org.camunda.bpm.cockpit.impl.db
Classes in org.camunda.bpm.cockpit.impl.db that implement Command Modifier and Type Class Description protected class
QueryServiceImpl.ExecuteListQueryCmd<T>
protected class
QueryServiceImpl.ExecuteSingleQueryCmd<T>
protected class
QueryServiceImpl.QueryServiceRowCountCmd
Methods in org.camunda.bpm.cockpit.impl.db with parameters of type Command Modifier and Type Method Description <T> T
CommandExecutorImpl. executeCommand(Command<T> command)
-
Uses of Command in org.camunda.bpm.cockpit.impl.plugin.base.sub.resources
Classes in org.camunda.bpm.cockpit.impl.plugin.base.sub.resources that implement Command Modifier and Type Class Description protected class
ProcessDefinitionResource.QueryCalledProcessDefinitionsCmd
-
Uses of Command in org.camunda.bpm.cockpit.impl.plugin.resources
Classes in org.camunda.bpm.cockpit.impl.plugin.resources that implement Command Modifier and Type Class Description protected class
ProcessInstanceRestService.QueryProcessInstancesCmd
protected class
ProcessInstanceRestService.QueryProcessInstancesCountCmd
-
Uses of Command in org.camunda.bpm.engine
Subinterfaces of Command in org.camunda.bpm.engine Modifier and Type Interface Description interface
ProcessEngineBootstrapCommand
interface
SchemaOperationsCommand
-
Uses of Command in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type Command Modifier and Type Method Description protected <T> T
ConditionEvaluationBuilderImpl. execute(Command<T> command)
protected <T> T
MessageCorrelationBuilderImpl. execute(Command<T> command)
-
Uses of Command in org.camunda.bpm.engine.impl.batch
Classes in org.camunda.bpm.engine.impl.batch that implement Command Modifier and Type Class Description class
BatchQueryImpl
class
BatchStatisticsQueryImpl
class
DeleteBatchCmd
class
RestartProcessInstancesBatchCmd
-
Uses of Command in org.camunda.bpm.engine.impl.batch.history
Classes in org.camunda.bpm.engine.impl.batch.history that implement Command Modifier and Type Class Description class
DeleteHistoricBatchCmd
class
HistoricBatchQueryImpl
-
Uses of Command in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type Command Modifier and Type Method Description void
CommandLogger. debugFinishingCommand(Command<?> cmd)
void
CommandLogger. debugStartingCommand(Command<?> cmd)
-
Uses of Command in org.camunda.bpm.engine.impl.cmd.batch
Classes in org.camunda.bpm.engine.impl.cmd.batch that implement Command Modifier and Type Class Description class
CorrelateAllMessageBatchCmd
class
DeleteHistoricProcessInstancesBatchCmd
class
DeleteProcessInstanceBatchCmd
-
Uses of Command in org.camunda.bpm.engine.impl.cmd.batch.removaltime
Classes in org.camunda.bpm.engine.impl.cmd.batch.removaltime that implement Command Modifier and Type Class Description class
SetRemovalTimeToHistoricBatchesCmd
class
SetRemovalTimeToHistoricDecisionInstancesCmd
class
SetRemovalTimeToHistoricProcessInstancesCmd
-
Uses of Command in org.camunda.bpm.engine.impl.cmd.batch.variables
Classes in org.camunda.bpm.engine.impl.cmd.batch.variables that implement Command Modifier and Type Class Description class
SetVariablesToProcessInstancesBatchCmd
-
Uses of Command in org.camunda.bpm.engine.impl.cmd.optimize
Classes in org.camunda.bpm.engine.impl.cmd.optimize that implement Command Modifier and Type Class Description class
OptimizeCompletedHistoricActivityInstanceQueryCmd
class
OptimizeCompletedHistoricIncidentsQueryCmd
class
OptimizeCompletedHistoricProcessInstanceQueryCmd
class
OptimizeCompletedHistoricTaskInstanceQueryCmd
class
OptimizeHistoricDecisionInstanceQueryCmd
class
OptimizeHistoricIdentityLinkLogQueryCmd
class
OptimizeHistoricUserOperationsLogQueryCmd
class
OptimizeHistoricVariableUpdateQueryCmd
class
OptimizeOpenHistoricIncidentsQueryCmd
class
OptimizeRunningHistoricActivityInstanceQueryCmd
class
OptimizeRunningHistoricProcessInstanceQueryCmd
class
OptimizeRunningHistoricTaskInstanceQueryCmd
-
Uses of Command in org.camunda.bpm.engine.impl.cmmn
Methods in org.camunda.bpm.engine.impl.cmmn with parameters of type Command Modifier and Type Method Description protected void
CaseExecutionCommandBuilderImpl. executeCommand(Command<?> command)
-
Uses of Command in org.camunda.bpm.engine.impl.cmmn.cmd
Classes in org.camunda.bpm.engine.impl.cmmn.cmd that implement Command Modifier and Type Class Description class
CaseExecutionVariableCmd
class
CloseCaseInstanceCmd
class
CompleteCaseExecutionCmd
class
CreateCaseInstanceCmd
class
DisableCaseExecutionCmd
class
GetCaseExecutionVariableCmd
class
GetCaseExecutionVariablesCmd
class
GetCaseExecutionVariableTypedCmd
class
GetDeploymentCaseDefinitionCmd
class
GetDeploymentCaseDiagramCmd
Gives access to a deployed case diagram, e.g., a PNG image, through a stream of bytes.class
GetDeploymentCaseModelCmd
class
GetDeploymentCmmnModelInstanceCmd
class
ManualStartCaseExecutionCmd
class
ReenableCaseExecutionCmd
class
StateTransitionCaseExecutionCmd
class
TerminateCaseExecutionCmd
class
UpdateCaseDefinitionHistoryTimeToLiveCmd
-
Uses of Command in org.camunda.bpm.engine.impl.cmmn.entity.repository
Classes in org.camunda.bpm.engine.impl.cmmn.entity.repository that implement Command Modifier and Type Class Description class
CaseDefinitionQueryImpl
-
Uses of Command in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement Command Modifier and Type Class Description class
CaseExecutionQueryImpl
class
CaseInstanceQueryImpl
class
CaseSentryPartQueryImpl
This query is currently not public API on purpose. -
Uses of Command in org.camunda.bpm.engine.impl.dmn.cmd
Classes in org.camunda.bpm.engine.impl.dmn.cmd that implement Command Modifier and Type Class Description class
DeleteHistoricDecisionInstanceByDefinitionIdCmd
Deletes historic decision instances with the given id of the decision definition.class
DeleteHistoricDecisionInstanceByInstanceIdCmd
Deletes historic decision instances with the given id of the instance.class
DeleteHistoricDecisionInstancesBatchCmd
class
DeleteHistoricDecisionInstancesBulkCmd
Deletes historic decision instances with the given ids in bulk manner.class
EvaluateDecisionCmd
Evaluates the decision with the given key or id.class
EvaluateDecisionTableCmd
Evaluates the decision table with the given key or id.class
GetDeploymentDecisionDefinitionCmd
Gives access to a deployed decision definition instance.class
GetDeploymentDecisionDiagramCmd
Gives access to a deployed decision diagram, e.g., a PNG image, through a stream of bytes.class
GetDeploymentDecisionModelCmd
Gives access to a deployed decision model, e.g., a DMN 1.0 XML file, through a stream of bytes.class
GetDeploymentDecisionRequirementsDefinitionCmd
Gives access to a deployed decision requirements definition instance.class
GetDeploymentDecisionRequirementsDiagramCmd
Gives access to a deployed decision requirements diagram, e.g., a PNG image, through a stream of bytes.class
GetDeploymentDecisionRequirementsModelCmd
Gives access to a deployed decision requirements model, e.g., a DMN 1.1 XML file, through a stream of bytes.class
GetDeploymentDmnModelInstanceCmd
Gives access to a deployed DMN model instance which can be accessed by the DMN model API. -
Uses of Command in org.camunda.bpm.engine.impl.dmn.entity.repository
Classes in org.camunda.bpm.engine.impl.dmn.entity.repository that implement Command Modifier and Type Class Description class
DecisionDefinitionQueryImpl
class
DecisionRequirementsDefinitionQueryImpl
-
Uses of Command in org.camunda.bpm.engine.impl.filter
Classes in org.camunda.bpm.engine.impl.filter that implement Command Modifier and Type Class Description class
FilterQueryImpl
-
Uses of Command in org.camunda.bpm.engine.impl.identity.db
Classes in org.camunda.bpm.engine.impl.identity.db that implement Command Modifier and Type Class Description class
DbGroupQueryImpl
class
DbTenantQueryImpl
class
DbUserQueryImpl
-
Uses of Command in org.camunda.bpm.engine.impl.interceptor
Fields in org.camunda.bpm.engine.impl.interceptor declared as Command Modifier and Type Field Description protected Command<?>
CommandInvocationContext. command
Methods in org.camunda.bpm.engine.impl.interceptor that return Command Modifier and Type Method Description Command<?>
CommandInvocationContext. getCommand()
Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type Command Modifier and Type Method Description <T> T
CommandContextInterceptor. execute(Command<T> command)
<T> T
CommandCounterInterceptor. execute(Command<T> command)
<T> T
CommandExecutor. execute(Command<T> command)
<T> T
CommandExecutorImpl. execute(Command<T> command)
<T> T
CrdbTransactionRetryInterceptor. execute(Command<T> command)
<T> T
JtaTransactionInterceptor. execute(Command<T> command)
<T> T
LogInterceptor. execute(Command<T> command)
<T> T
ProcessApplicationContextInterceptor. execute(Command<T> command)
<T> void
CommandContext. executeWithOperationLogPrevented(Command<T> command)
protected boolean
CrdbTransactionRetryInterceptor. isRetryable(Command<?> command)
<T> T
CommandContext. runWithoutAuthorization(Command<T> command)
Constructors in org.camunda.bpm.engine.impl.interceptor with parameters of type Command Constructor Description CommandInvocationContext(Command<?> command, ProcessEngineConfigurationImpl configuration)
-
Uses of Command in org.camunda.bpm.engine.impl.jobexecutor
Classes in org.camunda.bpm.engine.impl.jobexecutor that implement Command Modifier and Type Class Description class
FailedJobListener
protected class
FailedJobListener.FailedJobListenerCmd
class
GetUnlockedTimersByDuedateCmd
protected class
RepeatingFailedJobListener.CreateNewTimerJobCommand
class
SuccessfulJobListener
Fields in org.camunda.bpm.engine.impl.jobexecutor declared as Command Modifier and Type Field Description protected Command<Object>
FailedJobListener.FailedJobListenerCmd. cmd
Methods in org.camunda.bpm.engine.impl.jobexecutor that return Command Modifier and Type Method Description Command<AcquiredJobs>
JobExecutor. getAcquireJobsCmd(int numJobs)
Command<AcquiredJobs>
AcquireJobsCommandFactory. getCommand(int numJobsToAcquire)
Command<AcquiredJobs>
DefaultAcquireJobsCommandFactory. getCommand(int numJobsToAcquire)
Command<Object>
DefaultFailedJobCommandFactory. getCommand(String jobId, Throwable exception)
Command<Object>
FailedJobCommandFactory. getCommand(String jobId, Throwable exception)
Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type Command Modifier and Type Method Description static void
ExecuteJobHelper. executeJob(String nextJobId, CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector, Command<Void> cmd)
static void
ExecuteJobHelper. executeJob(String nextJobId, CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector, Command<Void> cmd, ProcessEngineConfigurationImpl configuration)
Constructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type Command Constructor Description FailedJobListenerCmd(String jobId, Command<Object> cmd)
-
Uses of Command in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Classes in org.camunda.bpm.engine.impl.jobexecutor.historycleanup that implement Command Modifier and Type Class Description protected class
HistoryCleanupHandler.HistoryCleanupHandlerCmd
class
HistoryCleanupSchedulerCmd
-
Uses of Command in org.camunda.bpm.engine.impl.metrics
Classes in org.camunda.bpm.engine.impl.metrics that implement Command Modifier and Type Class Description class
MetricsQueryImpl
protected class
MetricsQueryImpl.MetricsQueryIntervalCmd
protected class
MetricsQueryImpl.MetricsQuerySumCmd
Fields in org.camunda.bpm.engine.impl.metrics declared as Command Modifier and Type Field Description protected Command<Object>
MetricsQueryImpl. callback
Contains the command implementation which should be executed either metric sum or select metric grouped by time interval. -
Uses of Command in org.camunda.bpm.engine.impl.metrics.reporter
Classes in org.camunda.bpm.engine.impl.metrics.reporter that implement Command Modifier and Type Class Description protected class
DbMetricsReporter.ReportDbMetricsValueCmd
protected class
MetricsCollectionTask.MetricsCollectionCmd
-
Uses of Command in org.camunda.bpm.engine.impl.migration
Classes in org.camunda.bpm.engine.impl.migration that implement Command Modifier and Type Class Description class
MigrateProcessInstanceCmd
How migration works: Validate migration instructions. -
Uses of Command in org.camunda.bpm.engine.impl.migration.batch
Classes in org.camunda.bpm.engine.impl.migration.batch that implement Command Modifier and Type Class Description class
MigrateProcessInstanceBatchCmd
-
Uses of Command in org.camunda.bpm.engine.impl.persistence.deploy
Classes in org.camunda.bpm.engine.impl.persistence.deploy that implement Command Modifier and Type Class Description protected class
DeleteDeploymentFailListener.DeleteDeploymentFailCmd
protected class
DeploymentFailListener.DeleteDeploymentListenerCmd
-
Uses of Command in org.camunda.bpm.engine.impl.telemetry.reporter
Classes in org.camunda.bpm.engine.impl.telemetry.reporter that implement Command Modifier and Type Class Description protected class
TelemetrySendingTask.SendInitialMsgCmd
-
Uses of Command in org.camunda.bpm.engine.spring
Methods in org.camunda.bpm.engine.spring with parameters of type Command Modifier and Type Method Description <T> T
SpringTransactionInterceptor. execute(Command<T> command)
-
Uses of Command in org.camunda.bpm.identity.impl.ldap
Classes in org.camunda.bpm.identity.impl.ldap that implement Command Modifier and Type Class Description class
LdapGroupQuery
class
LdapTenantQuery
Since multi-tenancy is not supported for the LDAP plugin, the query always returns0
or an empty list.class
LdapUserQueryImpl
-
Uses of Command in org.camunda.bpm.qa.upgrade.util
Classes in org.camunda.bpm.qa.upgrade.util that implement Command Modifier and Type Class Description class
ControlledCommand
Fields in org.camunda.bpm.qa.upgrade.util declared as Command Modifier and Type Field Description protected Command<?>
ControlledCommand. command
Constructors in org.camunda.bpm.qa.upgrade.util with parameters of type Command Constructor Description ControlledCommand(ControllableThread controllableThread, Command<?> command)
-