| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
HistoricTaskInstanceReportImpl.commandExecutor |
protected CommandExecutor |
ProcessEngineImpl.commandExecutor |
protected CommandExecutor |
SignalEventReceivedBuilderImpl.commandExecutor |
protected CommandExecutor |
AbstractQuery.commandExecutor |
protected CommandExecutor |
TaskReportImpl.commandExecutor |
protected CommandExecutor |
UpdateProcessInstancesSuspensionStateBuilderImpl.commandExecutor |
protected CommandExecutor |
AbstractNativeQuery.commandExecutor |
protected CommandExecutor |
ProcessInstantiationBuilderImpl.commandExecutor |
protected CommandExecutor |
HistoricProcessInstanceReportImpl.commandExecutor |
protected CommandExecutor |
RestartProcessInstanceBuilderImpl.commandExecutor |
protected CommandExecutor |
MessageCorrelationBuilderImpl.commandExecutor |
protected CommandExecutor |
ConditionEvaluationBuilderImpl.commandExecutor |
protected CommandExecutor |
ServiceImpl.commandExecutor |
protected CommandExecutor |
ModificationBuilderImpl.commandExecutor |
protected CommandExecutor |
ProcessInstanceModificationBuilderImpl.commandExecutor |
protected CommandExecutor |
ProcessEngineImpl.commandExecutorSchemaOperations |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
MessageCorrelationBuilderImpl.getCommandExecutor() |
CommandExecutor |
ConditionEvaluationBuilderImpl.getCommandExecutor() |
CommandExecutor |
ServiceImpl.getCommandExecutor() |
CommandExecutor |
ModificationBuilderImpl.getCommandExecutor() |
CommandExecutor |
ProcessInstanceModificationBuilderImpl.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
static ProcessInstantiationBuilder |
ProcessInstantiationBuilderImpl.createProcessInstanceById(CommandExecutor commandExecutor,
String processDefinitionId) |
static ProcessInstantiationBuilder |
ProcessInstantiationBuilderImpl.createProcessInstanceByKey(CommandExecutor commandExecutor,
String processDefinitionKey) |
AbstractQuery<T,U> |
AbstractQuery.setCommandExecutor(CommandExecutor commandExecutor) |
AbstractNativeQuery<T,U> |
AbstractNativeQuery.setCommandExecutor(CommandExecutor commandExecutor) |
void |
ServiceImpl.setCommandExecutor(CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
BatchQueryImpl(CommandExecutor commandExecutor) |
BatchStatisticsQueryImpl(CommandExecutor commandExecutor) |
RestartProcessInstancesBatchCmd(CommandExecutor commandExecutor,
RestartProcessInstanceBuilderImpl builder) |
| Constructor and Description |
|---|
HistoricBatchQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected 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 Type | Method and Description |
|---|---|
CommandExecutor |
ProcessEngineConfigurationImpl.getCommandExecutorSchemaOperations() |
CommandExecutor |
ProcessEngineConfigurationImpl.getCommandExecutorTxRequired() |
CommandExecutor |
ProcessEngineConfigurationImpl.getCommandExecutorTxRequiresNew() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessEngineConfigurationImpl.setCommandExecutorSchemaOperations(CommandExecutor commandExecutorSchemaOperations) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCommandExecutorTxRequired(CommandExecutor commandExecutorTxRequired) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCommandExecutorTxRequiresNew(CommandExecutor commandExecutorTxRequiresNew) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
UpdateExternalTaskRetriesBuilderImpl.commandExecutor |
protected CommandExecutor |
AbstractUpdateProcessInstancesSuspendStateCmd.commandExecutor |
protected CommandExecutor |
AbstractRestartProcessInstanceCmd.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessInstantiationBuilderImpl |
RestartProcessInstancesCmd.getProcessInstantiationBuilder(CommandExecutor commandExecutor,
String processDefinitionId) |
| Constructor and Description |
|---|
AbstractRestartProcessInstanceCmd(CommandExecutor commandExecutor,
RestartProcessInstanceBuilderImpl builder) |
AbstractUpdateProcessInstancesSuspendStateCmd(CommandExecutor commandExecutor,
UpdateProcessInstancesSuspensionStateBuilderImpl builder,
boolean suspending) |
RestartProcessInstancesCmd(CommandExecutor commandExecutor,
RestartProcessInstanceBuilderImpl builder,
boolean writeUserOperationLog) |
UpdateExternalTaskRetriesBuilderImpl(CommandExecutor commandExecutor) |
UpdateProcessInstancesSuspendStateBatchCmd(CommandExecutor commandExecutor,
UpdateProcessInstancesSuspensionStateBuilderImpl builder,
boolean suspending) |
UpdateProcessInstancesSuspendStateCmd(CommandExecutor commandExecutor,
UpdateProcessInstancesSuspensionStateBuilderImpl builder,
boolean suspendstate) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
CaseExecutionCommandBuilderImpl.commandExecutor |
protected CommandExecutor |
CaseInstanceBuilderImpl.commandExecutor |
| Constructor and Description |
|---|
CaseExecutionCommandBuilderImpl(CommandExecutor commandExecutor,
String caseExecutionId) |
CaseInstanceBuilderImpl(CommandExecutor commandExecutor,
String caseDefinitionKey,
String caseDefinitionId) |
| Constructor and Description |
|---|
CaseDefinitionQueryImpl(CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
CaseExecutionQueryImpl(CommandExecutor commandExecutor) |
CaseInstanceQueryImpl(CommandExecutor commandExecutor) |
CaseSentryPartQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
DbIdGenerator.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
DbIdGenerator.getCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
DbIdGenerator.setCommandExecutor(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
DecisionEvaluationBuilderImpl.commandExecutor |
protected CommandExecutor |
DecisionTableEvaluationBuilderImpl.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
static 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) |
| Constructor and Description |
|---|
DecisionEvaluationBuilderImpl(CommandExecutor commandExecutor) |
DecisionTableEvaluationBuilderImpl(CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
DecisionDefinitionQueryImpl(CommandExecutor commandExecutor) |
DecisionRequirementsDefinitionQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
ExternalTaskQueryTopicBuilderImpl.commandExecutor |
| Constructor and Description |
|---|
ExternalTaskQueryTopicBuilderImpl(CommandExecutor commandExecutor,
String workerId,
int maxTasks,
boolean usePriority) |
| Constructor and Description |
|---|
FilterQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
SetRemovalTimeToHistoricBatchesBuilderImpl.commandExecutor |
protected CommandExecutor |
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.commandExecutor |
protected CommandExecutor |
SetRemovalTimeToHistoricDecisionInstancesBuilderImpl.commandExecutor |
| Constructor and Description |
|---|
SetRemovalTimeToHistoricBatchesBuilderImpl(CommandExecutor commandExecutor) |
SetRemovalTimeToHistoricDecisionInstancesBuilderImpl(CommandExecutor commandExecutor) |
SetRemovalTimeToHistoricProcessInstancesBuilderImpl(CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
DbGroupQueryImpl(CommandExecutor commandExecutor) |
DbTenantQueryImpl(CommandExecutor commandExecutor) |
DbUserQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandContextInterceptor
Interceptor used for opening the
CommandContext and CommandInvocationContext. |
class |
CommandCounterInterceptor |
class |
CommandExecutorImpl |
class |
CommandInterceptor |
class |
CrdbTransactionRetryInterceptor
A CockroachDB-specific Command interceptor to catch optimistic locking
errors (classified as a
CrdbTransactionRetryException). |
class |
JtaTransactionInterceptor |
class |
LogInterceptor |
class |
ProcessApplicationContextInterceptor |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
CommandInterceptor.next
will be initialized by the
CommandInterceptorChains |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
CommandInterceptor.getNext() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandInterceptor.setNext(CommandExecutor next) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
FailedJobListener.commandExecutor |
protected CommandExecutor |
RepeatingFailedJobListener.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
JobExecutor.getCommandExecutor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected static FailedJobListener |
ExecuteJobHelper.createFailedJobListener(CommandExecutor commandExecutor,
JobFailureCollector jobFailureCollector) |
protected static SuccessfulJobListener |
ExecuteJobHelper.createSuccessfulJobListener(CommandExecutor commandExecutor) |
static void |
ExecuteJobHelper.executeJob(String jobId,
CommandExecutor commandExecutor) |
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)
|
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 static void |
ExecuteJobHelper.invokeJobListener(CommandExecutor commandExecutor,
JobFailureCollector jobFailureCollector) |
void |
JobExecutor.setCommandExecutor(CommandExecutor commandExecutorTxRequired)
Deprecated.
|
protected void |
ExecuteJobsRunnable.unlockJob(String nextJobId,
CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
FailedJobListener(CommandExecutor commandExecutor,
JobFailureCollector jobFailureCollector) |
RepeatingFailedJobListener(CommandExecutor commandExecutor,
String jobId) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
HistoryCleanupHandler.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
HistoryCleanupHandler |
HistoryCleanupHandler.setCommandExecutor(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
UpdateJobDefinitionSuspensionStateBuilderImpl.commandExecutor |
protected CommandExecutor |
UpdateJobSuspensionStateBuilderImpl.commandExecutor |
| Constructor and Description |
|---|
UpdateJobDefinitionSuspensionStateBuilderImpl(CommandExecutor commandExecutor) |
UpdateJobSuspensionStateBuilderImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
MetricsQueryImpl.commandExecutor |
| Constructor and Description |
|---|
MetricsQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
DbMetricsReporter.commandExecutor |
protected CommandExecutor |
MetricsCollectionTask.commandExecutor |
| Modifier and Type | Method and Description |
|---|---|
CommandExecutor |
DbMetricsReporter.getCommandExecutor() |
| Constructor and Description |
|---|
DbMetricsReporter(MetricsRegistry metricsRegistry,
CommandExecutor commandExecutor) |
MetricsCollectionTask(MetricsRegistry metricsRegistry,
CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
MigrationPlanExecutionBuilderImpl.commandExecutor |
protected CommandExecutor |
MigrationPlanBuilderImpl.commandExecutor |
| Constructor and Description |
|---|
MigrationPlanBuilderImpl(CommandExecutor commandExecutor,
String sourceProcessDefinitionId,
String targetProcessDefinitionId) |
MigrationPlanExecutionBuilderImpl(CommandExecutor commandExecutor,
MigrationPlan migrationPlan) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
DeploymentFailListener.commandExecutor |
protected CommandExecutor |
DeleteDeploymentFailListener.commandExecutor |
| Constructor and Description |
|---|
DeleteDeploymentFailListener(String deploymentId,
ProcessApplicationReference processApplicationReference,
CommandExecutor commandExecutor) |
DeploymentFailListener(Set<String> deploymentIds,
CommandExecutor commandExecutor) |
DeploymentFailListener(String deploymentId,
CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
protected RepeatingFailedJobListener |
TimerEntity.createRepeatingFailedJobListener(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
UpdateProcessDefinitionSuspensionStateBuilderImpl.commandExecutor |
| Constructor and Description |
|---|
DeleteProcessDefinitionsBuilderImpl(CommandExecutor commandExecutor) |
UpdateProcessDefinitionSuspensionStateBuilderImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
UpdateProcessInstanceSuspensionStateBuilderImpl.commandExecutor |
| Constructor and Description |
|---|
UpdateProcessInstanceSuspensionStateBuilderImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
TelemetrySendingTask.commandExecutor |
protected CommandExecutor |
TelemetryReporter.commandExecutor |
| Constructor and Description |
|---|
TelemetryReporter(CommandExecutor commandExecutor,
String telemetryEndpoint,
int telemetryRequestRetries,
long telemetryReportingPeriod,
Data data,
org.camunda.connect.spi.Connector<? extends org.camunda.connect.spi.ConnectorRequest<?>> httpConnector,
TelemetryRegistry telemetryRegistry,
MetricsRegistry metricsRegistry,
int telemetryRequestTimeout) |
TelemetrySendingTask(CommandExecutor commandExecutor,
String telemetryEndpoint,
int telemetryRequestRetries,
Data data,
org.camunda.connect.spi.Connector<? extends org.camunda.connect.spi.ConnectorRequest<?>> httpConnector,
TelemetryRegistry telemetryRegistry,
MetricsRegistry metricsRegistry,
int telemetryRequestTimeout,
boolean sendInitialMessage) |
Copyright © 2013–2020 camunda services GmbH. All rights reserved.