|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CommandExecutor in org.camunda.bpm.engine.impl |
|---|
| Fields in org.camunda.bpm.engine.impl declared as CommandExecutor | |
|---|---|
protected CommandExecutor |
ModificationBuilderImpl.commandExecutor
|
protected CommandExecutor |
ProcessEngineImpl.commandExecutor
|
protected CommandExecutor |
RestartProcessInstanceBuilderImpl.commandExecutor
|
protected CommandExecutor |
UpdateProcessInstancesSuspensionStateBuilderImpl.commandExecutor
|
protected CommandExecutor |
SignalEventReceivedBuilderImpl.commandExecutor
|
protected CommandExecutor |
AbstractNativeQuery.commandExecutor
|
protected CommandExecutor |
ProcessInstantiationBuilderImpl.commandExecutor
|
protected CommandExecutor |
ServiceImpl.commandExecutor
|
protected CommandExecutor |
HistoricProcessInstanceReportImpl.commandExecutor
|
protected CommandExecutor |
MessageCorrelationBuilderImpl.commandExecutor
|
protected CommandExecutor |
HistoricTaskInstanceReportImpl.commandExecutor
|
protected CommandExecutor |
TaskReportImpl.commandExecutor
|
protected CommandExecutor |
ProcessInstanceModificationBuilderImpl.commandExecutor
|
protected CommandExecutor |
AbstractQuery.commandExecutor
|
protected CommandExecutor |
ProcessEngineImpl.commandExecutorSchemaOperations
|
| Methods in org.camunda.bpm.engine.impl that return CommandExecutor | |
|---|---|
CommandExecutor |
ModificationBuilderImpl.getCommandExecutor()
|
CommandExecutor |
ServiceImpl.getCommandExecutor()
|
CommandExecutor |
MessageCorrelationBuilderImpl.getCommandExecutor()
|
CommandExecutor |
ProcessInstanceModificationBuilderImpl.getCommandExecutor()
|
| Methods in org.camunda.bpm.engine.impl with parameters of type CommandExecutor | |
|---|---|
static ProcessInstantiationBuilder |
ProcessInstantiationBuilderImpl.createProcessInstanceById(CommandExecutor commandExecutor,
String processDefinitionId)
|
static ProcessInstantiationBuilder |
ProcessInstantiationBuilderImpl.createProcessInstanceByKey(CommandExecutor commandExecutor,
String processDefinitionKey)
|
AbstractNativeQuery<T,U> |
AbstractNativeQuery.setCommandExecutor(CommandExecutor commandExecutor)
|
void |
ServiceImpl.setCommandExecutor(CommandExecutor commandExecutor)
|
AbstractQuery<T,U> |
AbstractQuery.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 | |
|---|---|
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 | |
|---|---|
HistoricBatchQueryImpl(CommandExecutor commandExecutor)
|
|
| Uses of CommandExecutor in org.camunda.bpm.engine.impl.cfg |
|---|
| Fields in org.camunda.bpm.engine.impl.cfg declared as CommandExecutor | |
|---|---|
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() |
| Methods in org.camunda.bpm.engine.impl.cfg that return CommandExecutor | |
|---|---|
CommandExecutor |
ProcessEngineConfigurationImpl.getCommandExecutorSchemaOperations()
|
CommandExecutor |
ProcessEngineConfigurationImpl.getCommandExecutorTxRequired()
|
CommandExecutor |
ProcessEngineConfigurationImpl.getCommandExecutorTxRequiresNew()
|
| Methods in org.camunda.bpm.engine.impl.cfg with parameters of type CommandExecutor | |
|---|---|
void |
ProcessEngineConfigurationImpl.setCommandExecutorSchemaOperations(CommandExecutor commandExecutorSchemaOperations)
|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCommandExecutorTxRequired(CommandExecutor commandExecutorTxRequired)
|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setCommandExecutorTxRequiresNew(CommandExecutor commandExecutorTxRequiresNew)
|
| Uses of CommandExecutor in org.camunda.bpm.engine.impl.cmd |
|---|
| Fields in org.camunda.bpm.engine.impl.cmd declared as CommandExecutor | |
|---|---|
protected CommandExecutor |
UpdateExternalTaskRetriesBuilderImpl.commandExecutor
|
protected CommandExecutor |
AbstractUpdateProcessInstancesSuspendStateCmd.commandExecutor
|
protected CommandExecutor |
AbstractRestartProcessInstanceCmd.commandExecutor
|
| Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CommandExecutor | |
|---|---|
protected ProcessInstantiationBuilderImpl |
RestartProcessInstancesCmd.getProcessInstantiationBuilder(CommandExecutor commandExecutor,
String processDefinitionId)
|
| Constructors in org.camunda.bpm.engine.impl.cmd with parameters of type CommandExecutor | |
|---|---|
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)
|
|
| Uses of CommandExecutor in org.camunda.bpm.engine.impl.cmmn |
|---|
| Fields in org.camunda.bpm.engine.impl.cmmn declared as CommandExecutor | |
|---|---|
protected CommandExecutor |
CaseExecutionCommandBuilderImpl.commandExecutor
|
protected CommandExecutor |
CaseInstanceBuilderImpl.commandExecutor
|
| Constructors in org.camunda.bpm.engine.impl.cmmn with parameters of type CommandExecutor | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
protected CommandExecutor |
DbIdGenerator.commandExecutor
|
| Methods in org.camunda.bpm.engine.impl.db that return CommandExecutor | |
|---|---|
CommandExecutor |
DbIdGenerator.getCommandExecutor()
|
| Methods in org.camunda.bpm.engine.impl.db with parameters of type CommandExecutor | |
|---|---|
void |
DbIdGenerator.setCommandExecutor(CommandExecutor commandExecutor)
|
| Uses of CommandExecutor in org.camunda.bpm.engine.impl.dmn |
|---|
| Fields in org.camunda.bpm.engine.impl.dmn declared as CommandExecutor | |
|---|---|
protected CommandExecutor |
DecisionTableEvaluationBuilderImpl.commandExecutor
|
protected CommandExecutor |
DecisionEvaluationBuilderImpl.commandExecutor
|
| Methods in org.camunda.bpm.engine.impl.dmn with parameters of type CommandExecutor | |
|---|---|
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)
|
| Constructors in org.camunda.bpm.engine.impl.dmn with parameters of type CommandExecutor | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
protected CommandExecutor |
ExternalTaskQueryTopicBuilderImpl.commandExecutor
|
| Constructors in org.camunda.bpm.engine.impl.externaltask with parameters of type CommandExecutor | |
|---|---|
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 | |
|---|---|
FilterQueryImpl(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 | |
|---|---|
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 | |
|---|---|
class |
CommandContextInterceptor
Interceptor used for opening the CommandContext and CommandInvocationContext. |
class |
CommandExecutorImpl
|
class |
CommandInterceptor
|
class |
JtaTransactionInterceptor
|
class |
LogInterceptor
|
class |
ProcessApplicationContextInterceptor
|
| Fields in org.camunda.bpm.engine.impl.interceptor declared as CommandExecutor | |
|---|---|
protected CommandExecutor |
CommandInterceptor.next
will be initialized by the CommandInterceptorChains |
| Methods in org.camunda.bpm.engine.impl.interceptor that return CommandExecutor | |
|---|---|
CommandExecutor |
CommandInterceptor.getNext()
|
| Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type CommandExecutor | |
|---|---|
void |
CommandInterceptor.setNext(CommandExecutor next)
|
| Uses of CommandExecutor in org.camunda.bpm.engine.impl.jobexecutor |
|---|
| Fields in org.camunda.bpm.engine.impl.jobexecutor declared as CommandExecutor | |
|---|---|
protected CommandExecutor |
RepeatingFailedJobListener.commandExecutor
|
protected CommandExecutor |
FailedJobListener.commandExecutor
|
| Methods in org.camunda.bpm.engine.impl.jobexecutor that return CommandExecutor | |
|---|---|
CommandExecutor |
JobExecutor.getCommandExecutor()
Deprecated. |
| Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type CommandExecutor | |
|---|---|
protected static FailedJobListener |
ExecuteJobHelper.createFailedJobListener(CommandExecutor commandExecutor,
Throwable exception,
String jobId)
|
protected static SuccessfulJobListener |
ExecuteJobHelper.createSuccessfulJobListener(CommandExecutor commandExecutor)
|
protected void |
ExecuteJobsRunnable.executeJob(String nextJobId,
CommandExecutor commandExecutor)
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 jobId,
CommandExecutor commandExecutor)
|
static void |
ExecuteJobHelper.executeJob(String nextJobId,
CommandExecutor commandExecutor,
JobFailureCollector jobFailureCollector,
Command<Void> cmd)
|
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 CommandExecutor | |
|---|---|
FailedJobListener(CommandExecutor commandExecutor,
String jobId,
Throwable exception)
|
|
RepeatingFailedJobListener(CommandExecutor commandExecutor,
String jobId)
|
|
| Uses of CommandExecutor in org.camunda.bpm.engine.impl.management |
|---|
| Fields in org.camunda.bpm.engine.impl.management declared as CommandExecutor | |
|---|---|
protected CommandExecutor |
UpdateJobDefinitionSuspensionStateBuilderImpl.commandExecutor
|
protected CommandExecutor |
UpdateJobSuspensionStateBuilderImpl.commandExecutor
|
| Constructors in org.camunda.bpm.engine.impl.management with parameters of type CommandExecutor | |
|---|---|
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 | |
|---|---|
protected CommandExecutor |
MetricsQueryImpl.commandExecutor
|
| Constructors in org.camunda.bpm.engine.impl.metrics with parameters of type CommandExecutor | |
|---|---|
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 | |
|---|---|
protected CommandExecutor |
MetricsCollectionTask.commandExecutor
|
protected CommandExecutor |
DbMetricsReporter.commandExecutor
|
| Methods in org.camunda.bpm.engine.impl.metrics.reporter that return CommandExecutor | |
|---|---|
CommandExecutor |
DbMetricsReporter.getCommandExecutor()
|
| Constructors in org.camunda.bpm.engine.impl.metrics.reporter with parameters of type CommandExecutor | |
|---|---|
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 | |
|---|---|
protected CommandExecutor |
MigrationPlanExecutionBuilderImpl.commandExecutor
|
protected CommandExecutor |
MigrationPlanBuilderImpl.commandExecutor
|
| Constructors in org.camunda.bpm.engine.impl.migration with parameters of type CommandExecutor | |
|---|---|
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 | |
|---|---|
protected CommandExecutor |
DeploymentFailListener.commandExecutor
|
protected CommandExecutor |
DeleteDeploymentFailListener.commandExecutor
|
| Constructors in org.camunda.bpm.engine.impl.persistence.deploy with parameters of type CommandExecutor | |
|---|---|
DeleteDeploymentFailListener(String deploymentId,
ProcessApplicationReference processApplicationReference,
CommandExecutor commandExecutor)
|
|
DeploymentFailListener(Set<String> deploymentIds,
CommandExecutor commandExecutor)
|
|
DeploymentFailListener(String deploymentId,
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 | |
|---|---|
protected 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 CommandExecutor | |
|---|---|
protected CommandExecutor |
UpdateProcessDefinitionSuspensionStateBuilderImpl.commandExecutor
|
| Constructors in org.camunda.bpm.engine.impl.repository with parameters of type 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 | |
|---|---|
protected CommandExecutor |
UpdateProcessInstanceSuspensionStateBuilderImpl.commandExecutor
|
| Constructors in org.camunda.bpm.engine.impl.runtime with parameters of type CommandExecutor | |
|---|---|
UpdateProcessInstanceSuspensionStateBuilderImpl(CommandExecutor commandExecutor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||