|
||||||||||
| 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 |
AbstractNativeQuery.commandExecutor
|
protected CommandExecutor |
ProcessInstantiationBuilderImpl.commandExecutor
|
protected CommandExecutor |
ServiceImpl.commandExecutor
|
protected CommandExecutor |
MessageCorrelationBuilderImpl.commandExecutor
|
protected CommandExecutor |
ProcessInstanceModificationBuilderImpl.commandExecutor
|
protected CommandExecutor |
ProcessEngineImpl.commandExecutor
|
protected CommandExecutor |
AbstractQuery.commandExecutor
|
protected CommandExecutor |
ProcessEngineImpl.commandExecutorSchemaOperations
|
| Methods in org.camunda.bpm.engine.impl that return CommandExecutor | |
|---|---|
CommandExecutor |
ServiceImpl.getCommandExecutor()
|
CommandExecutor |
MessageCorrelationBuilderImpl.getCommandExecutor()
|
CommandExecutor |
ProcessInstanceModificationBuilderImpl.getCommandExecutor()
|
| Methods in org.camunda.bpm.engine.impl with parameters of type CommandExecutor | |
|---|---|
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.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 |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CommandExecutor | |
|---|---|
protected FailedJobListener |
ExecuteJobsCmd.createFailedJobListener(CommandExecutor commandExecutor)
|
| 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.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)
|
|
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 |
JtaRetryInterceptor
We cannot perform a retry if we are called in an existing transaction. |
class |
JtaTransactionInterceptor
|
class |
LogInterceptor
|
class |
RetryInterceptor
Intercepts OptimisticLockingException and tries to run the
same command again. |
| 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 |
FailedJobListener.commandExecutor
|
protected CommandExecutor |
RepeatingFailedJobListener.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 void |
ExecuteJobsRunnable.executeJob(String nextJobId,
CommandExecutor commandExecutor)
|
void |
JobExecutor.setCommandExecutor(CommandExecutor commandExecutorTxRequired)
Deprecated. |
| Constructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type CommandExecutor | |
|---|---|
FailedJobListener(CommandExecutor commandExecutor,
String jobId)
|
|
FailedJobListener(CommandExecutor commandExecutor,
String jobId,
Throwable exception)
|
|
RepeatingFailedJobListener(CommandExecutor commandExecutor,
String jobId)
|
|
| 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 |
DbMetricsReporter.commandExecutor
|
protected CommandExecutor |
MetricsCollectionTask.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.persistence.entity |
|---|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type CommandExecutor | |
|---|---|
protected RepeatingFailedJobListener |
TimerEntity.createRepeatingFailedJobListener(CommandExecutor commandExecutor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||