Uses of Interface
org.camunda.bpm.engine.impl.interceptor.CommandExecutor
-
-
Uses of CommandExecutor in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorAbstractNativeQuery. commandExecutorprotected CommandExecutorAbstractQuery. commandExecutorprotected CommandExecutorConditionEvaluationBuilderImpl. commandExecutorprotected CommandExecutorHistoricProcessInstanceReportImpl. commandExecutorprotected CommandExecutorHistoricTaskInstanceReportImpl. commandExecutorprotected CommandExecutorMessageCorrelationAsyncBuilderImpl. commandExecutorprotected CommandExecutorMessageCorrelationBuilderImpl. commandExecutorprotected CommandExecutorModificationBuilderImpl. commandExecutorprotected CommandExecutorProcessEngineImpl. commandExecutorprotected CommandExecutorProcessInstanceModificationBuilderImpl. commandExecutorprotected CommandExecutorProcessInstantiationBuilderImpl. commandExecutorprotected CommandExecutorRestartProcessInstanceBuilderImpl. commandExecutorprotected CommandExecutorServiceImpl. commandExecutorprotected CommandExecutorSignalEventReceivedBuilderImpl. commandExecutorprotected CommandExecutorTaskReportImpl. commandExecutorprotected CommandExecutorUpdateProcessInstancesSuspensionStateBuilderImpl. commandExecutorprotected CommandExecutorProcessEngineImpl. commandExecutorSchemaOperationsMethods in org.camunda.bpm.engine.impl that return CommandExecutor Modifier and Type Method Description CommandExecutorConditionEvaluationBuilderImpl. getCommandExecutor()CommandExecutorMessageCorrelationAsyncBuilderImpl. getCommandExecutor()CommandExecutorMessageCorrelationBuilderImpl. getCommandExecutor()CommandExecutorModificationBuilderImpl. getCommandExecutor()CommandExecutorProcessInstanceModificationBuilderImpl. getCommandExecutor()CommandExecutorServiceImpl. getCommandExecutor()Methods in org.camunda.bpm.engine.impl with parameters of type CommandExecutor Modifier and Type Method Description static ProcessInstantiationBuilderProcessInstantiationBuilderImpl. createProcessInstanceById(CommandExecutor commandExecutor, String processDefinitionId)static ProcessInstantiationBuilderProcessInstantiationBuilderImpl. createProcessInstanceByKey(CommandExecutor commandExecutor, String processDefinitionKey)AbstractNativeQuery<T,U>AbstractNativeQuery. setCommandExecutor(CommandExecutor commandExecutor)AbstractQuery<T,U>AbstractQuery. setCommandExecutor(CommandExecutor commandExecutor)voidServiceImpl. setCommandExecutor(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.batch
Constructors in org.camunda.bpm.engine.impl.batch with parameters of type CommandExecutor Constructor Description BatchQueryImpl(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 Constructor Description HistoricBatchQueryImpl(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorProcessEngineConfigurationImpl. commandExecutorSchemaOperationsSeparate command executor to be used for db schema operations.protected CommandExecutorProcessEngineConfigurationImpl. commandExecutorTxRequiredthis will be initialized during the configurationComplete()protected CommandExecutorProcessEngineConfigurationImpl. commandExecutorTxRequiresNewthis will be initialized during the configurationComplete()Methods in org.camunda.bpm.engine.impl.cfg that return CommandExecutor Modifier and Type Method Description CommandExecutorProcessEngineConfigurationImpl. getCommandExecutorSchemaOperations()CommandExecutorProcessEngineConfigurationImpl. getCommandExecutorTxRequired()CommandExecutorProcessEngineConfigurationImpl. getCommandExecutorTxRequiresNew()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type CommandExecutor Modifier and Type Method Description voidProcessEngineConfigurationImpl. setCommandExecutorSchemaOperations(CommandExecutor commandExecutorSchemaOperations)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCommandExecutorTxRequired(CommandExecutor commandExecutorTxRequired)ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCommandExecutorTxRequiresNew(CommandExecutor commandExecutorTxRequiresNew) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.cmd
Fields in org.camunda.bpm.engine.impl.cmd declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorAbstractRestartProcessInstanceCmd. commandExecutorprotected CommandExecutorAbstractUpdateProcessInstancesSuspendStateCmd. commandExecutorprotected CommandExecutorUpdateExternalTaskRetriesBuilderImpl. commandExecutorMethods in org.camunda.bpm.engine.impl.cmd with parameters of type CommandExecutor Modifier and Type Method Description protected ProcessInstantiationBuilderImplRestartProcessInstancesCmd. getProcessInstantiationBuilder(CommandExecutor commandExecutor, String processDefinitionId)Constructors in org.camunda.bpm.engine.impl.cmd with parameters of type CommandExecutor Constructor Description AbstractRestartProcessInstanceCmd(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 CommandExecutor Modifier and Type Field Description protected CommandExecutorCaseExecutionCommandBuilderImpl. commandExecutorprotected CommandExecutorCaseInstanceBuilderImpl. commandExecutorConstructors in org.camunda.bpm.engine.impl.cmmn with parameters of type CommandExecutor Constructor Description CaseExecutionCommandBuilderImpl(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 Constructor Description CaseDefinitionQueryImpl(CommandExecutor 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 CommandExecutor Constructor Description CaseExecutionQueryImpl(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 CommandExecutor Modifier and Type Field Description protected CommandExecutorDbIdGenerator. commandExecutorMethods in org.camunda.bpm.engine.impl.db that return CommandExecutor Modifier and Type Method Description CommandExecutorDbIdGenerator. getCommandExecutor()Methods in org.camunda.bpm.engine.impl.db with parameters of type CommandExecutor Modifier and Type Method Description voidDbIdGenerator. setCommandExecutor(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.dmn
Fields in org.camunda.bpm.engine.impl.dmn declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorDecisionEvaluationBuilderImpl. commandExecutorprotected CommandExecutorDecisionTableEvaluationBuilderImpl. commandExecutorMethods in org.camunda.bpm.engine.impl.dmn with parameters of type CommandExecutor Modifier and Type Method Description static DecisionsEvaluationBuilderDecisionEvaluationBuilderImpl. evaluateDecisionById(CommandExecutor commandExecutor, String decisionDefinitionId)static DecisionsEvaluationBuilderDecisionEvaluationBuilderImpl. evaluateDecisionByKey(CommandExecutor commandExecutor, String decisionDefinitionKey)static DecisionEvaluationBuilderDecisionTableEvaluationBuilderImpl. evaluateDecisionTableById(CommandExecutor commandExecutor, String decisionDefinitionId)static DecisionEvaluationBuilderDecisionTableEvaluationBuilderImpl. evaluateDecisionTableByKey(CommandExecutor commandExecutor, String decisionDefinitionKey)Constructors in org.camunda.bpm.engine.impl.dmn with parameters of type CommandExecutor Constructor Description DecisionEvaluationBuilderImpl(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 CommandExecutor Constructor Description DecisionDefinitionQueryImpl(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 CommandExecutor Modifier and Type Field Description protected CommandExecutorExternalTaskQueryTopicBuilderImpl. commandExecutorConstructors in org.camunda.bpm.engine.impl.externaltask with parameters of type CommandExecutor Constructor Description ExternalTaskQueryTopicBuilderImpl(CommandExecutor commandExecutor, String workerId, int maxTasks, boolean usePriority) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.filter
Constructors in org.camunda.bpm.engine.impl.filter with parameters of type CommandExecutor Constructor Description FilterQueryImpl(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.history
Fields in org.camunda.bpm.engine.impl.history declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorSetRemovalTimeToHistoricBatchesBuilderImpl. commandExecutorprotected CommandExecutorSetRemovalTimeToHistoricDecisionInstancesBuilderImpl. commandExecutorprotected CommandExecutorSetRemovalTimeToHistoricProcessInstancesBuilderImpl. commandExecutorConstructors in org.camunda.bpm.engine.impl.history with parameters of type CommandExecutor Constructor Description SetRemovalTimeToHistoricBatchesBuilderImpl(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 CommandExecutor Constructor Description DbGroupQueryImpl(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 CommandExecutor Modifier and Type Class Description classCommandContextInterceptorInterceptor used for opening theCommandContextandCommandInvocationContext.classCommandCounterInterceptorclassCommandExecutorImplclassCommandInterceptorclassCrdbTransactionRetryInterceptorA CockroachDB-specific Command interceptor to catch optimistic locking errors (classified as aCrdbTransactionRetryException).classJtaTransactionInterceptorclassLogInterceptorclassProcessApplicationContextInterceptorFields in org.camunda.bpm.engine.impl.interceptor declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorCommandInterceptor. nextwill be initialized by theCommandInterceptorChainsMethods in org.camunda.bpm.engine.impl.interceptor that return CommandExecutor Modifier and Type Method Description CommandExecutorCommandInterceptor. getNext()Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type CommandExecutor Modifier and Type Method Description voidCommandInterceptor. setNext(CommandExecutor next) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.jobexecutor
Fields in org.camunda.bpm.engine.impl.jobexecutor declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorFailedJobListener. commandExecutorprotected CommandExecutorRepeatingFailedJobListener. commandExecutorMethods in org.camunda.bpm.engine.impl.jobexecutor that return CommandExecutor Modifier and Type Method Description CommandExecutorJobExecutor. getCommandExecutor()Deprecated.Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type CommandExecutor Modifier and Type Method Description protected static FailedJobListenerExecuteJobHelper. createFailedJobListener(CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector)protected static SuccessfulJobListenerExecuteJobHelper. createSuccessfulJobListener(CommandExecutor commandExecutor)static voidExecuteJobHelper. executeJob(String jobId, CommandExecutor commandExecutor)static voidExecuteJobHelper. executeJob(String nextJobId, CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector, Command<Void> cmd)static voidExecuteJobHelper. executeJob(String nextJobId, CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector, Command<Void> cmd, ProcessEngineConfigurationImpl configuration)protected voidExecuteJobsRunnable. 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 voidExecuteJobHelper. invokeJobListener(CommandExecutor commandExecutor, JobFailureCollector jobFailureCollector)voidJobExecutor. setCommandExecutor(CommandExecutor commandExecutorTxRequired)Deprecated.protected voidExecuteJobsRunnable. unlockJob(String nextJobId, CommandExecutor commandExecutor)Constructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type CommandExecutor Constructor Description FailedJobListener(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 CommandExecutor Modifier and Type Field Description protected CommandExecutorHistoryCleanupHandler. commandExecutorMethods in org.camunda.bpm.engine.impl.jobexecutor.historycleanup with parameters of type CommandExecutor Modifier and Type Method Description HistoryCleanupHandlerHistoryCleanupHandler. setCommandExecutor(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.management
Fields in org.camunda.bpm.engine.impl.management declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorUpdateJobDefinitionSuspensionStateBuilderImpl. commandExecutorprotected CommandExecutorUpdateJobSuspensionStateBuilderImpl. commandExecutorConstructors in org.camunda.bpm.engine.impl.management with parameters of type CommandExecutor Constructor Description 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 CommandExecutor Modifier and Type Field Description protected CommandExecutorMetricsQueryImpl. commandExecutorConstructors in org.camunda.bpm.engine.impl.metrics with parameters of type CommandExecutor Constructor Description MetricsQueryImpl(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.metrics.reporter
Fields in org.camunda.bpm.engine.impl.metrics.reporter declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorDbMetricsReporter. commandExecutorprotected CommandExecutorMetricsCollectionTask. commandExecutorMethods in org.camunda.bpm.engine.impl.metrics.reporter that return CommandExecutor Modifier and Type Method Description CommandExecutorDbMetricsReporter. getCommandExecutor()Constructors in org.camunda.bpm.engine.impl.metrics.reporter with parameters of type CommandExecutor Constructor Description DbMetricsReporter(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 CommandExecutor Modifier and Type Field Description protected CommandExecutorMigrationPlanBuilderImpl. commandExecutorprotected CommandExecutorMigrationPlanExecutionBuilderImpl. commandExecutorConstructors in org.camunda.bpm.engine.impl.migration with parameters of type CommandExecutor Constructor Description MigrationPlanBuilderImpl(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 CommandExecutor Modifier and Type Field Description protected CommandExecutorDeleteDeploymentFailListener. commandExecutorprotected CommandExecutorDeploymentFailListener. commandExecutorConstructors in org.camunda.bpm.engine.impl.persistence.deploy with parameters of type CommandExecutor Constructor Description DeleteDeploymentFailListener(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 CommandExecutor Modifier and Type Method Description protected RepeatingFailedJobListenerTimerEntity. createRepeatingFailedJobListener(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.repository
Fields in org.camunda.bpm.engine.impl.repository declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorUpdateProcessDefinitionSuspensionStateBuilderImpl. commandExecutorConstructors in org.camunda.bpm.engine.impl.repository with parameters of type CommandExecutor Constructor Description DeleteProcessDefinitionsBuilderImpl(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 CommandExecutor Modifier and Type Field Description protected CommandExecutorUpdateProcessInstanceSuspensionStateBuilderImpl. commandExecutorConstructors in org.camunda.bpm.engine.impl.runtime with parameters of type CommandExecutor Constructor Description UpdateProcessInstanceSuspensionStateBuilderImpl(CommandExecutor commandExecutor) -
Uses of CommandExecutor in org.camunda.bpm.engine.impl.telemetry.reporter
Fields in org.camunda.bpm.engine.impl.telemetry.reporter declared as CommandExecutor Modifier and Type Field Description protected CommandExecutorTelemetryReporter. commandExecutorprotected CommandExecutorTelemetrySendingTask. commandExecutorConstructors in org.camunda.bpm.engine.impl.telemetry.reporter with parameters of type CommandExecutor Constructor Description TelemetryReporter(CommandExecutor commandExecutor, String telemetryEndpoint, int telemetryRequestRetries, long telemetryReportingPeriod, TelemetryDataImpl 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, TelemetryDataImpl data, org.camunda.connect.spi.Connector<? extends org.camunda.connect.spi.ConnectorRequest<?>> httpConnector, TelemetryRegistry telemetryRegistry, MetricsRegistry metricsRegistry, int telemetryRequestTimeout)
-