Uses of Interface
org.camunda.bpm.engine.impl.interceptor.CommandExecutor
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of CommandExecutor in org.camunda.bpm.container.impl.ejb
Modifier and TypeMethodDescriptionJobExecutionHandlerMDB.executeJob
(String job, CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.container.impl.threading.ra.inflow
Modifier and TypeMethodDescriptionprotected void
JcaInflowExecuteJobsRunnable.executeJob
(String nextJobId, CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector) JobExecutionHandler.executeJob
(String job, CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl
Modifier and TypeFieldDescriptionprotected CommandExecutor
AbstractNativeQuery.commandExecutor
protected CommandExecutor
AbstractQuery.commandExecutor
protected CommandExecutor
ConditionEvaluationBuilderImpl.commandExecutor
protected CommandExecutor
HistoricProcessInstanceReportImpl.commandExecutor
protected CommandExecutor
HistoricTaskInstanceReportImpl.commandExecutor
protected CommandExecutor
MessageCorrelationAsyncBuilderImpl.commandExecutor
protected CommandExecutor
MessageCorrelationBuilderImpl.commandExecutor
protected CommandExecutor
ModificationBuilderImpl.commandExecutor
protected CommandExecutor
ProcessEngineImpl.commandExecutor
protected CommandExecutor
ProcessInstanceModificationBuilderImpl.commandExecutor
protected CommandExecutor
ProcessInstantiationBuilderImpl.commandExecutor
protected CommandExecutor
RestartProcessInstanceBuilderImpl.commandExecutor
protected CommandExecutor
ServiceImpl.commandExecutor
protected final CommandExecutor
SignalEventReceivedBuilderImpl.commandExecutor
protected CommandExecutor
TaskReportImpl.commandExecutor
protected CommandExecutor
UpdateProcessInstancesSuspensionStateBuilderImpl.commandExecutor
protected CommandExecutor
ProcessEngineImpl.commandExecutorSchemaOperations
Modifier and TypeMethodDescriptionConditionEvaluationBuilderImpl.getCommandExecutor()
MessageCorrelationAsyncBuilderImpl.getCommandExecutor()
MessageCorrelationBuilderImpl.getCommandExecutor()
ModificationBuilderImpl.getCommandExecutor()
ProcessInstanceModificationBuilderImpl.getCommandExecutor()
ServiceImpl.getCommandExecutor()
Modifier and TypeMethodDescriptionstatic ProcessInstantiationBuilder
ProcessInstantiationBuilderImpl.createProcessInstanceById
(CommandExecutor commandExecutor, String processDefinitionId) static ProcessInstantiationBuilder
ProcessInstantiationBuilderImpl.createProcessInstanceByKey
(CommandExecutor commandExecutor, String processDefinitionKey) AbstractNativeQuery.setCommandExecutor
(CommandExecutor commandExecutor) AbstractQuery.setCommandExecutor
(CommandExecutor commandExecutor) void
ServiceImpl.setCommandExecutor
(CommandExecutor commandExecutor) ModifierConstructorDescriptionprotected
AbstractNativeQuery
(CommandExecutor commandExecutor) protected
AbstractQuery
(CommandExecutor commandExecutor) AbstractVariableQueryImpl
(CommandExecutor commandExecutor) ActivityStatisticsQueryImpl
(String processDefinitionId, CommandExecutor executor) AuthorizationQueryImpl
(CommandExecutor commandExecutor) CleanableHistoricBatchReportImpl
(CommandExecutor commandExecutor) CleanableHistoricCaseInstanceReportImpl
(CommandExecutor commandExecutor) CleanableHistoricDecisionInstanceReportImpl
(CommandExecutor commandExecutor) CleanableHistoricProcessInstanceReportImpl
(CommandExecutor commandExecutor) ConditionEvaluationBuilderImpl
(CommandExecutor commandExecutor) DeploymentQueryImpl
(CommandExecutor commandExecutor) DeploymentStatisticsQueryImpl
(CommandExecutor executor) EventSubscriptionQueryImpl
(CommandExecutor commandExecutor) ExecutionQueryImpl
(CommandExecutor commandExecutor) ExternalTaskQueryImpl
(CommandExecutor commandExecutor) GroupQueryImpl
(CommandExecutor commandExecutor) HistoricActivityInstanceQueryImpl
(CommandExecutor commandExecutor) HistoricActivityStatisticsQueryImpl
(String processDefinitionId, CommandExecutor commandExecutor) HistoricCaseActivityInstanceQueryImpl
(CommandExecutor commandExecutor) HistoricCaseActivityStatisticsQueryImpl
(String caseDefinitionId, CommandExecutor commandExecutor) HistoricCaseInstanceQueryImpl
(CommandExecutor commandExecutor) HistoricDecisionInstanceQueryImpl
(CommandExecutor commandExecutor) HistoricDecisionInstanceStatisticsQueryImpl
(String decisionRequirementsDefinitionId, CommandExecutor commandExecutor) HistoricDetailQueryImpl
(CommandExecutor commandExecutor) HistoricExternalTaskLogQueryImpl
(CommandExecutor commandExecutor) HistoricIdentityLinkLogQueryImpl
(CommandExecutor commandExecutor) HistoricIncidentQueryImpl
(CommandExecutor commandExecutor) HistoricJobLogQueryImpl
(CommandExecutor commandExecutor) HistoricProcessInstanceQueryImpl
(CommandExecutor commandExecutor) HistoricProcessInstanceReportImpl
(CommandExecutor commandExecutor) HistoricTaskInstanceQueryImpl
(CommandExecutor commandExecutor) HistoricTaskInstanceReportImpl
(CommandExecutor commandExecutor) HistoricVariableInstanceQueryImpl
(CommandExecutor commandExecutor) IncidentQueryImpl
(CommandExecutor commandExecutor) JobDefinitionQueryImpl
(CommandExecutor commandExecutor) JobQueryImpl
(CommandExecutor commandExecutor) MessageCorrelationAsyncBuilderImpl
(CommandExecutor commandExecutor, String messageName) MessageCorrelationBuilderImpl
(CommandExecutor commandExecutor, String messageName) ModificationBuilderImpl
(CommandExecutor commandExecutor, String processDefinitionId) NativeExecutionQueryImpl
(CommandExecutor commandExecutor) NativeHistoricActivityInstanceQueryImpl
(CommandExecutor commandExecutor) NativeHistoricCaseActivityInstanceQueryImpl
(CommandExecutor commandExecutor) NativeHistoricCaseInstanceQueryImpl
(CommandExecutor commandExecutor) NativeHistoricProcessInstanceQueryImpl
(CommandExecutor commandExecutor) NativeHistoricTaskInstanceQueryImpl
(CommandExecutor commandExecutor) NativeHistoricVariableInstanceQueryImpl
(CommandExecutor commandExecutor) NativeHistoryDecisionInstanceQueryImpl
(CommandExecutor commandExecutor) NativeProcessInstanceQueryImpl
(CommandExecutor commandExecutor) NativeTaskQueryImpl
(CommandExecutor commandExecutor) NativeUserQueryImpl
(CommandExecutor commandExecutor) ProcessDefinitionQueryImpl
(CommandExecutor commandExecutor) ProcessDefinitionStatisticsQueryImpl
(CommandExecutor commandExecutor) ProcessInstanceModificationBuilderImpl
(CommandExecutor commandExecutor, String processInstanceId) ProcessInstanceQueryImpl
(CommandExecutor commandExecutor) protected
ProcessInstantiationBuilderImpl
(CommandExecutor commandExecutor) RestartProcessInstanceBuilderImpl
(CommandExecutor commandExecutor, String processDefinitionId) SchemaLogQueryImpl
(CommandExecutor commandExecutor) SignalEventReceivedBuilderImpl
(CommandExecutor commandExecutor, String signalName) TablePageQueryImpl
(CommandExecutor commandExecutor) TaskQueryImpl
(CommandExecutor commandExecutor) TaskReportImpl
(CommandExecutor commandExecutor) TenantQueryImpl
(CommandExecutor commandExecutor) UpdateProcessInstancesSuspensionStateBuilderImpl
(CommandExecutor commandExecutor) UserOperationLogQueryImpl
(CommandExecutor commandExecutor) UserQueryImpl
(CommandExecutor commandExecutor) VariableInstanceQueryImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.batch
ModifierConstructorDescriptionBatchQueryImpl
(CommandExecutor commandExecutor) BatchStatisticsQueryImpl
(CommandExecutor commandExecutor) RestartProcessInstancesBatchCmd
(CommandExecutor commandExecutor, RestartProcessInstanceBuilderImpl builder) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.batch.history
-
Uses of CommandExecutor in org.camunda.bpm.engine.impl.batch.removaltime
Modifier and TypeFieldDescriptionprotected CommandExecutor
ProcessSetRemovalTimeResultHandler.commandExecutor
Modifier and TypeMethodDescriptionprotected TransactionListener
ProcessSetRemovalTimeJobHandler.createTransactionHandler
(SetRemovalTimeBatchConfiguration configuration, Map<Class<? extends DbEntity>, DbOperation> operations, Integer chunkSize, MessageEntity currentJob, CommandExecutor newCommandExecutor) ModifierConstructorDescriptionProcessSetRemovalTimeResultHandler
(SetRemovalTimeBatchConfiguration batchJobConfiguration, Integer chunkSize, CommandExecutor commandExecutor, ProcessSetRemovalTimeJobHandler jobHandler, String jobId, Map<Class<? extends DbEntity>, DbOperation> operations) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected CommandExecutor
ProcessEngineConfigurationImpl.commandExecutorSchemaOperations
Separate command executor to be used for db schema operations.protected CommandExecutor
ProcessEngineConfigurationImpl.commandExecutorTxRequired
this will be initialized during the configurationComplete()protected CommandExecutor
ProcessEngineConfigurationImpl.commandExecutorTxRequiresNew
this will be initialized during the configurationComplete()Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCommandExecutorSchemaOperations()
ProcessEngineConfigurationImpl.getCommandExecutorTxRequired()
ProcessEngineConfigurationImpl.getCommandExecutorTxRequiresNew()
Modifier and TypeMethodDescriptionvoid
ProcessEngineConfigurationImpl.setCommandExecutorSchemaOperations
(CommandExecutor commandExecutorSchemaOperations) ProcessEngineConfigurationImpl.setCommandExecutorTxRequired
(CommandExecutor commandExecutorTxRequired) ProcessEngineConfigurationImpl.setCommandExecutorTxRequiresNew
(CommandExecutor commandExecutorTxRequiresNew) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.cmd
Modifier and TypeFieldDescriptionprotected CommandExecutor
AbstractRestartProcessInstanceCmd.commandExecutor
protected CommandExecutor
AbstractUpdateProcessInstancesSuspendStateCmd.commandExecutor
protected CommandExecutor
UpdateExternalTaskRetriesBuilderImpl.commandExecutor
Modifier and TypeMethodDescriptionprotected ProcessInstantiationBuilderImpl
RestartProcessInstancesCmd.getProcessInstantiationBuilder
(CommandExecutor commandExecutor, String processDefinitionId) ModifierConstructorDescriptionAbstractRestartProcessInstanceCmd
(CommandExecutor commandExecutor, RestartProcessInstanceBuilderImpl builder) AbstractUpdateProcessInstancesSuspendStateCmd
(CommandExecutor commandExecutor, UpdateProcessInstancesSuspensionStateBuilderImpl builder, boolean suspending) RestartProcessInstancesCmd
(CommandExecutor commandExecutor, RestartProcessInstanceBuilderImpl builder) UpdateExternalTaskRetriesBuilderImpl
(CommandExecutor commandExecutor) UpdateProcessInstancesSuspendStateBatchCmd
(CommandExecutor commandExecutor, UpdateProcessInstancesSuspensionStateBuilderImpl builder, boolean suspending) UpdateProcessInstancesSuspendStateCmd
(CommandExecutor commandExecutor, UpdateProcessInstancesSuspensionStateBuilderImpl builder, boolean suspendstate) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.cmmn
Modifier and TypeFieldDescriptionprotected CommandExecutor
CaseExecutionCommandBuilderImpl.commandExecutor
protected CommandExecutor
CaseInstanceBuilderImpl.commandExecutor
ModifierConstructorDescriptionCaseExecutionCommandBuilderImpl
(CommandExecutor commandExecutor, String caseExecutionId) CaseInstanceBuilderImpl
(CommandExecutor commandExecutor, String caseDefinitionKey, String caseDefinitionId) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.cmmn.entity.repository
-
Uses of CommandExecutor in org.camunda.bpm.engine.impl.cmmn.entity.runtime
ModifierConstructorDescriptionCaseExecutionQueryImpl
(CommandExecutor commandExecutor) CaseInstanceQueryImpl
(CommandExecutor commandExecutor) CaseSentryPartQueryImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.db
Modifier and TypeMethodDescriptionvoid
DbIdGenerator.setCommandExecutor
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.dmn
Modifier and TypeFieldDescriptionprotected CommandExecutor
DecisionEvaluationBuilderImpl.commandExecutor
protected CommandExecutor
DecisionTableEvaluationBuilderImpl.commandExecutor
Modifier and TypeMethodDescriptionstatic DecisionsEvaluationBuilder
DecisionEvaluationBuilderImpl.evaluateDecisionById
(CommandExecutor commandExecutor, String decisionDefinitionId) static DecisionsEvaluationBuilder
DecisionEvaluationBuilderImpl.evaluateDecisionByKey
(CommandExecutor commandExecutor, String decisionDefinitionKey) static DecisionEvaluationBuilder
DecisionTableEvaluationBuilderImpl.evaluateDecisionTableById
(CommandExecutor commandExecutor, String decisionDefinitionId) static DecisionEvaluationBuilder
DecisionTableEvaluationBuilderImpl.evaluateDecisionTableByKey
(CommandExecutor commandExecutor, String decisionDefinitionKey) ModifierConstructorDescriptionDecisionEvaluationBuilderImpl
(CommandExecutor commandExecutor) DecisionTableEvaluationBuilderImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.dmn.entity.repository
ModifierConstructorDescriptionDecisionDefinitionQueryImpl
(CommandExecutor commandExecutor) DecisionRequirementsDefinitionQueryImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.externaltask
Modifier and TypeFieldDescriptionprotected CommandExecutor
ExternalTaskQueryTopicBuilderImpl.commandExecutor
protected final CommandExecutor
FetchAndLockBuilderImpl.commandExecutor
ModifierConstructorDescriptionExternalTaskQueryTopicBuilderImpl
(CommandExecutor commandExecutor, String workerId, int maxTasks, boolean usePriority) Constructor using priority.ExternalTaskQueryTopicBuilderImpl
(CommandExecutor commandExecutor, String workerId, int maxTasks, boolean usePriority, List<QueryOrderingProperty> orderingProperties) Constructor using priority & createTime.ExternalTaskQueryTopicBuilderImpl
(CommandExecutor commandExecutor, String workerId, int maxTasks, boolean usePriority, List<QueryOrderingProperty> orderingProperties, Map<String, TopicFetchInstruction> instructions, TopicFetchInstruction currentInstruction) All args constructor.FetchAndLockBuilderImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.filter
-
Uses of CommandExecutor in org.camunda.bpm.engine.impl.history
Modifier and TypeFieldDescriptionprotected CommandExecutor
SetRemovalTimeToHistoricBatchesBuilderImpl.commandExecutor
protected CommandExecutor
SetRemovalTimeToHistoricDecisionInstancesBuilderImpl.commandExecutor
protected CommandExecutor
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.commandExecutor
ModifierConstructorDescriptionSetRemovalTimeToHistoricBatchesBuilderImpl
(CommandExecutor commandExecutor) SetRemovalTimeToHistoricDecisionInstancesBuilderImpl
(CommandExecutor commandExecutor) SetRemovalTimeToHistoricProcessInstancesBuilderImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.identity.db
ModifierConstructorDescriptionDbGroupQueryImpl
(CommandExecutor commandExecutor) DbTenantQueryImpl
(CommandExecutor commandExecutor) DbUserQueryImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.interceptor
Modifier and TypeClassDescriptionclass
Base interceptor class for handling transactions for a command.class
Interceptor used for opening theCommandContext
andCommandInvocationContext
.class
class
class
class
A command interceptor to catchProcessEngineException
errors and assign error codes.class
Jakarta Transactions-based implementation of theAbstractTransactionInterceptor
class
JTA-based implementation of theAbstractTransactionInterceptor
class
class
Modifier and TypeFieldDescriptionprotected CommandExecutor
CommandInterceptor.next
will be initialized by theCommandInterceptorChains
-
Uses of CommandExecutor in org.camunda.bpm.engine.impl.jobexecutor
Modifier and TypeFieldDescriptionprotected CommandExecutor
FailedJobListener.commandExecutor
protected CommandExecutor
RepeatingFailedJobListener.commandExecutor
Modifier and TypeMethodDescriptionprotected static FailedJobListener
ExecuteJobHelper.createFailedJobListener
(CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector) protected static SuccessfulJobListener
ExecuteJobHelper.createSuccessfulJobListener
(CommandExecutor commandExecutor) static void
ExecuteJobHelper.executeJob
(String jobId, CommandExecutor commandExecutor) 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) protected void
ExecuteJobsRunnable.executeJob
(String nextJobId, CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector) Note: this is a hook to be overridden by org.camunda.bpm.container.impl.threading.ra.inflow.JcaInflowExecuteJobsRunnable.executeJob(String, CommandExecutor)protected static void
ExecuteJobHelper.invokeJobListener
(CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector) void
JobExecutor.setCommandExecutor
(CommandExecutor commandExecutorTxRequired) Deprecated.protected void
ExecuteJobsRunnable.unlockJob
(String nextJobId, CommandExecutor commandExecutor) ModifierConstructorDescriptionFailedJobListener
(CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector) RepeatingFailedJobListener
(CommandExecutor commandExecutor, String jobId) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Modifier and TypeMethodDescriptionHistoryCleanupHandler.setCommandExecutor
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.management
Modifier and TypeFieldDescriptionprotected final CommandExecutor
SetJobRetriesBuilderImpl.commandExecutor
protected final CommandExecutor
SetJobRetriesByJobsAsyncBuilderImpl.commandExecutor
protected final CommandExecutor
SetJobRetriesByProcessAsyncBuilderImpl.commandExecutor
protected final CommandExecutor
UpdateJobDefinitionSuspensionStateBuilderImpl.commandExecutor
protected final CommandExecutor
UpdateJobSuspensionStateBuilderImpl.commandExecutor
ModifierConstructorDescriptionSetJobRetriesBuilderImpl
(CommandExecutor commandExecutor, int retries) SetJobRetriesByJobsAsyncBuilderImpl
(CommandExecutor commandExecutor, int retries) SetJobRetriesByProcessAsyncBuilderImpl
(CommandExecutor commandExecutor, int retries) UpdateJobDefinitionSuspensionStateBuilderImpl
(CommandExecutor commandExecutor) UpdateJobSuspensionStateBuilderImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.metrics
-
Uses of CommandExecutor in org.camunda.bpm.engine.impl.metrics.reporter
Modifier and TypeFieldDescriptionprotected CommandExecutor
DbMetricsReporter.commandExecutor
protected CommandExecutor
MetricsCollectionTask.commandExecutor
ModifierConstructorDescriptionDbMetricsReporter
(MetricsRegistry metricsRegistry, CommandExecutor commandExecutor) MetricsCollectionTask
(MetricsRegistry metricsRegistry, CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.migration
Modifier and TypeFieldDescriptionprotected CommandExecutor
MigrationPlanBuilderImpl.commandExecutor
protected CommandExecutor
MigrationPlanExecutionBuilderImpl.commandExecutor
ModifierConstructorDescriptionMigrationPlanBuilderImpl
(CommandExecutor commandExecutor, String sourceProcessDefinitionId, String targetProcessDefinitionId) MigrationPlanExecutionBuilderImpl
(CommandExecutor commandExecutor, MigrationPlan migrationPlan) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.persistence.deploy
Modifier and TypeFieldDescriptionprotected CommandExecutor
DeleteDeploymentFailListener.commandExecutor
protected CommandExecutor
DeploymentFailListener.commandExecutor
ModifierConstructorDescriptionDeleteDeploymentFailListener
(String deploymentId, ProcessApplicationReference processApplicationReference, CommandExecutor commandExecutor) DeploymentFailListener
(String deploymentId, CommandExecutor commandExecutor) DeploymentFailListener
(Set<String> deploymentIds, CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionprotected RepeatingFailedJobListener
TimerEntity.createRepeatingFailedJobListener
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.repository
Modifier and TypeFieldDescriptionprotected final CommandExecutor
UpdateProcessDefinitionSuspensionStateBuilderImpl.commandExecutor
ModifierConstructorDescriptionDeleteProcessDefinitionsBuilderImpl
(CommandExecutor commandExecutor) UpdateProcessDefinitionSuspensionStateBuilderImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.runtime
Modifier and TypeFieldDescriptionprotected final CommandExecutor
UpdateProcessInstanceSuspensionStateBuilderImpl.commandExecutor
ModifierConstructorDescriptionUpdateProcessInstanceSuspensionStateBuilderImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.spring
-
Uses of CommandExecutor in org.camunda.bpm.identity.impl.ldap
ModifierConstructorDescriptionLdapGroupQuery
(CommandExecutor commandExecutor) LdapTenantQuery
(CommandExecutor commandExecutor) LdapUserQueryImpl
(CommandExecutor commandExecutor, LdapConfiguration ldapConfiguration)