Uses of Interface
org.camunda.bpm.engine.impl.interceptor.CommandExecutor
Packages that use 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
Methods in org.camunda.bpm.container.impl.ejb with parameters of type CommandExecutorModifier and TypeMethodDescriptionJobExecutionHandlerMDB.executeJob
(String job, CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.container.impl.threading.ra.inflow
Methods in org.camunda.bpm.container.impl.threading.ra.inflow with parameters of type CommandExecutorModifier 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
Fields in org.camunda.bpm.engine.impl declared as CommandExecutorModifier 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
Methods in org.camunda.bpm.engine.impl that return CommandExecutorModifier and TypeMethodDescriptionConditionEvaluationBuilderImpl.getCommandExecutor()
MessageCorrelationAsyncBuilderImpl.getCommandExecutor()
MessageCorrelationBuilderImpl.getCommandExecutor()
ModificationBuilderImpl.getCommandExecutor()
ProcessInstanceModificationBuilderImpl.getCommandExecutor()
ServiceImpl.getCommandExecutor()
Methods in org.camunda.bpm.engine.impl with parameters of type CommandExecutorModifier 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) Constructors in org.camunda.bpm.engine.impl with parameters of type CommandExecutorModifierConstructorDescriptionprotected
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
Constructors in org.camunda.bpm.engine.impl.batch with parameters of type CommandExecutorModifierConstructorDescriptionBatchQueryImpl
(CommandExecutor commandExecutor) BatchStatisticsQueryImpl
(CommandExecutor commandExecutor) RestartProcessInstancesBatchCmd
(CommandExecutor commandExecutor, RestartProcessInstanceBuilderImpl builder) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.batch.history
Constructors in org.camunda.bpm.engine.impl.batch.history with parameters of type CommandExecutor -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.batch.removaltime
Fields in org.camunda.bpm.engine.impl.batch.removaltime declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
ProcessSetRemovalTimeResultHandler.commandExecutor
Methods in org.camunda.bpm.engine.impl.batch.removaltime with parameters of type CommandExecutorModifier and TypeMethodDescriptionprotected TransactionListener
ProcessSetRemovalTimeJobHandler.createTransactionHandler
(SetRemovalTimeBatchConfiguration configuration, Map<Class<? extends DbEntity>, DbOperation> operations, Integer chunkSize, MessageEntity currentJob, CommandExecutor newCommandExecutor) Constructors in org.camunda.bpm.engine.impl.batch.removaltime with parameters of type CommandExecutorModifierConstructorDescriptionProcessSetRemovalTimeResultHandler
(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
Fields in org.camunda.bpm.engine.impl.cfg declared as CommandExecutorModifier 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()Methods in org.camunda.bpm.engine.impl.cfg that return CommandExecutorModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCommandExecutorSchemaOperations()
ProcessEngineConfigurationImpl.getCommandExecutorTxRequired()
ProcessEngineConfigurationImpl.getCommandExecutorTxRequiresNew()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type CommandExecutorModifier and TypeMethodDescriptionvoid
ProcessEngineConfigurationImpl.setCommandExecutorSchemaOperations
(CommandExecutor commandExecutorSchemaOperations) ProcessEngineConfigurationImpl.setCommandExecutorTxRequired
(CommandExecutor commandExecutorTxRequired) ProcessEngineConfigurationImpl.setCommandExecutorTxRequiresNew
(CommandExecutor commandExecutorTxRequiresNew) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.cmd
Fields in org.camunda.bpm.engine.impl.cmd declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
AbstractRestartProcessInstanceCmd.commandExecutor
protected CommandExecutor
AbstractUpdateProcessInstancesSuspendStateCmd.commandExecutor
protected CommandExecutor
UpdateExternalTaskRetriesBuilderImpl.commandExecutor
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CommandExecutorModifier and TypeMethodDescriptionprotected ProcessInstantiationBuilderImpl
RestartProcessInstancesCmd.getProcessInstantiationBuilder
(CommandExecutor commandExecutor, String processDefinitionId) Constructors in org.camunda.bpm.engine.impl.cmd with parameters of type CommandExecutorModifierConstructorDescriptionAbstractRestartProcessInstanceCmd
(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
Fields in org.camunda.bpm.engine.impl.cmmn declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
CaseExecutionCommandBuilderImpl.commandExecutor
protected CommandExecutor
CaseInstanceBuilderImpl.commandExecutor
Constructors in org.camunda.bpm.engine.impl.cmmn with parameters of type CommandExecutorModifierConstructorDescriptionCaseExecutionCommandBuilderImpl
(CommandExecutor commandExecutor, String caseExecutionId) CaseInstanceBuilderImpl
(CommandExecutor commandExecutor, String caseDefinitionKey, String caseDefinitionId) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.cmmn.entity.repository
Constructors in org.camunda.bpm.engine.impl.cmmn.entity.repository with parameters of type CommandExecutor -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Constructors in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type CommandExecutorModifierConstructorDescriptionCaseExecutionQueryImpl
(CommandExecutor commandExecutor) CaseInstanceQueryImpl
(CommandExecutor commandExecutor) CaseSentryPartQueryImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.db
Fields in org.camunda.bpm.engine.impl.db declared as CommandExecutorMethods in org.camunda.bpm.engine.impl.db that return CommandExecutorMethods in org.camunda.bpm.engine.impl.db with parameters of type CommandExecutorModifier and TypeMethodDescriptionvoid
DbIdGenerator.setCommandExecutor
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.dmn
Fields in org.camunda.bpm.engine.impl.dmn declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
DecisionEvaluationBuilderImpl.commandExecutor
protected CommandExecutor
DecisionTableEvaluationBuilderImpl.commandExecutor
Methods in org.camunda.bpm.engine.impl.dmn with parameters of type CommandExecutorModifier 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) Constructors in org.camunda.bpm.engine.impl.dmn with parameters of type CommandExecutorModifierConstructorDescriptionDecisionEvaluationBuilderImpl
(CommandExecutor commandExecutor) DecisionTableEvaluationBuilderImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.dmn.entity.repository
Constructors in org.camunda.bpm.engine.impl.dmn.entity.repository with parameters of type CommandExecutorModifierConstructorDescriptionDecisionDefinitionQueryImpl
(CommandExecutor commandExecutor) DecisionRequirementsDefinitionQueryImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.externaltask
Fields in org.camunda.bpm.engine.impl.externaltask declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
ExternalTaskQueryTopicBuilderImpl.commandExecutor
protected final CommandExecutor
FetchAndLockBuilderImpl.commandExecutor
Constructors in org.camunda.bpm.engine.impl.externaltask with parameters of type CommandExecutorModifierConstructorDescriptionExternalTaskQueryTopicBuilderImpl
(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
Constructors in org.camunda.bpm.engine.impl.filter with parameters of type CommandExecutor -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.history
Fields in org.camunda.bpm.engine.impl.history declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
SetRemovalTimeToHistoricBatchesBuilderImpl.commandExecutor
protected CommandExecutor
SetRemovalTimeToHistoricDecisionInstancesBuilderImpl.commandExecutor
protected CommandExecutor
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.commandExecutor
Constructors in org.camunda.bpm.engine.impl.history with parameters of type CommandExecutorModifierConstructorDescriptionSetRemovalTimeToHistoricBatchesBuilderImpl
(CommandExecutor commandExecutor) SetRemovalTimeToHistoricDecisionInstancesBuilderImpl
(CommandExecutor commandExecutor) SetRemovalTimeToHistoricProcessInstancesBuilderImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.identity.db
Constructors in org.camunda.bpm.engine.impl.identity.db with parameters of type CommandExecutorModifierConstructorDescriptionDbGroupQueryImpl
(CommandExecutor commandExecutor) DbTenantQueryImpl
(CommandExecutor commandExecutor) DbUserQueryImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.interceptor
Classes in org.camunda.bpm.engine.impl.interceptor that implement CommandExecutorModifier 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
Fields in org.camunda.bpm.engine.impl.interceptor declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
CommandInterceptor.next
will be initialized by theCommandInterceptorChains
Methods in org.camunda.bpm.engine.impl.interceptor that return CommandExecutorMethods in org.camunda.bpm.engine.impl.interceptor with parameters of type CommandExecutor -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.jobexecutor
Fields in org.camunda.bpm.engine.impl.jobexecutor declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
FailedJobListener.commandExecutor
protected CommandExecutor
RepeatingFailedJobListener.commandExecutor
Methods in org.camunda.bpm.engine.impl.jobexecutor that return CommandExecutorMethods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type CommandExecutorModifier 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) Constructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type CommandExecutorModifierConstructorDescriptionFailedJobListener
(CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector) RepeatingFailedJobListener
(CommandExecutor commandExecutor, String jobId) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Fields in org.camunda.bpm.engine.impl.jobexecutor.historycleanup declared as CommandExecutorMethods in org.camunda.bpm.engine.impl.jobexecutor.historycleanup with parameters of type CommandExecutorModifier and TypeMethodDescriptionHistoryCleanupHandler.setCommandExecutor
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.management
Fields in org.camunda.bpm.engine.impl.management declared as CommandExecutorModifier 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
Constructors in org.camunda.bpm.engine.impl.management with parameters of type CommandExecutorModifierConstructorDescriptionSetJobRetriesBuilderImpl
(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
Fields in org.camunda.bpm.engine.impl.metrics declared as CommandExecutorConstructors in org.camunda.bpm.engine.impl.metrics with parameters of type CommandExecutor -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.metrics.reporter
Fields in org.camunda.bpm.engine.impl.metrics.reporter declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
DbMetricsReporter.commandExecutor
protected CommandExecutor
MetricsCollectionTask.commandExecutor
Methods in org.camunda.bpm.engine.impl.metrics.reporter that return CommandExecutorConstructors in org.camunda.bpm.engine.impl.metrics.reporter with parameters of type CommandExecutorModifierConstructorDescriptionDbMetricsReporter
(MetricsRegistry metricsRegistry, CommandExecutor commandExecutor) MetricsCollectionTask
(MetricsRegistry metricsRegistry, CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.migration
Fields in org.camunda.bpm.engine.impl.migration declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
MigrationPlanBuilderImpl.commandExecutor
protected CommandExecutor
MigrationPlanExecutionBuilderImpl.commandExecutor
Constructors in org.camunda.bpm.engine.impl.migration with parameters of type CommandExecutorModifierConstructorDescriptionMigrationPlanBuilderImpl
(CommandExecutor commandExecutor, String sourceProcessDefinitionId, String targetProcessDefinitionId) MigrationPlanExecutionBuilderImpl
(CommandExecutor commandExecutor, MigrationPlan migrationPlan) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.persistence.deploy
Fields in org.camunda.bpm.engine.impl.persistence.deploy declared as CommandExecutorModifier and TypeFieldDescriptionprotected CommandExecutor
DeleteDeploymentFailListener.commandExecutor
protected CommandExecutor
DeploymentFailListener.commandExecutor
Constructors in org.camunda.bpm.engine.impl.persistence.deploy with parameters of type CommandExecutorModifierConstructorDescriptionDeleteDeploymentFailListener
(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
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type CommandExecutorModifier and TypeMethodDescriptionprotected RepeatingFailedJobListener
TimerEntity.createRepeatingFailedJobListener
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.repository
Fields in org.camunda.bpm.engine.impl.repository declared as CommandExecutorModifier and TypeFieldDescriptionprotected final CommandExecutor
UpdateProcessDefinitionSuspensionStateBuilderImpl.commandExecutor
Constructors in org.camunda.bpm.engine.impl.repository with parameters of type CommandExecutorModifierConstructorDescriptionDeleteProcessDefinitionsBuilderImpl
(CommandExecutor commandExecutor) UpdateProcessDefinitionSuspensionStateBuilderImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.runtime
Fields in org.camunda.bpm.engine.impl.runtime declared as CommandExecutorModifier and TypeFieldDescriptionprotected final CommandExecutor
UpdateProcessInstanceSuspensionStateBuilderImpl.commandExecutor
Constructors in org.camunda.bpm.engine.impl.runtime with parameters of type CommandExecutorModifierConstructorDescriptionUpdateProcessInstanceSuspensionStateBuilderImpl
(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.spring
Classes in org.camunda.bpm.engine.spring that implement CommandExecutor -
Uses of CommandExecutor in org.camunda.bpm.identity.impl.ldap
Constructors in org.camunda.bpm.identity.impl.ldap with parameters of type CommandExecutorModifierConstructorDescriptionLdapGroupQuery
(CommandExecutor commandExecutor) LdapTenantQuery
(CommandExecutor commandExecutor) LdapUserQueryImpl
(CommandExecutor commandExecutor, LdapConfiguration ldapConfiguration)