Uses of Interface
org.camunda.bpm.engine.impl.interceptor.CommandExecutor

Packages that use CommandExecutor
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.cmmn   
org.camunda.bpm.engine.impl.cmmn.entity.repository   
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.db   
org.camunda.bpm.engine.impl.dmn.entity.repository   
org.camunda.bpm.engine.impl.externaltask   
org.camunda.bpm.engine.impl.filter   
org.camunda.bpm.engine.impl.identity.db   
org.camunda.bpm.engine.impl.interceptor   
org.camunda.bpm.engine.impl.jobexecutor   
org.camunda.bpm.engine.impl.metrics   
org.camunda.bpm.engine.impl.metrics.reporter   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of CommandExecutor in org.camunda.bpm.engine.impl
 

Fields in org.camunda.bpm.engine.impl declared as CommandExecutor
protected  CommandExecutor ProcessEngineImpl.commandExecutor
           
protected  CommandExecutor AbstractNativeQuery.commandExecutor
           
protected  CommandExecutor ProcessInstantiationBuilderImpl.commandExecutor
           
protected  CommandExecutor ServiceImpl.commandExecutor
           
protected  CommandExecutor MessageCorrelationBuilderImpl.commandExecutor
           
protected  CommandExecutor AbstractReport.commandExecutor
           
protected  CommandExecutor ProcessInstanceModificationBuilderImpl.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 AbstractReport.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)
           
 AbstractReport AbstractReport.setCommandExecutor(CommandExecutor commandExecutor)
           
 AbstractQuery<T,U> AbstractQuery.setCommandExecutor(CommandExecutor commandExecutor)
           
 

Constructors in org.camunda.bpm.engine.impl with parameters of type CommandExecutor
AbstractNativeQuery(CommandExecutor commandExecutor)
           
AbstractQuery(CommandExecutor commandExecutor)
           
AbstractReport(CommandExecutor commandExecutor)
           
AbstractVariableQueryImpl(CommandExecutor commandExecutor)
           
ActivityStatisticsQueryImpl(String processDefinitionId, CommandExecutor executor)
           
AuthorizationQueryImpl(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)
           
HistoricCaseInstanceQueryImpl(CommandExecutor commandExecutor)
           
HistoricDecisionInstanceQueryImpl(CommandExecutor commandExecutor)
           
HistoricDetailQueryImpl(CommandExecutor commandExecutor)
           
HistoricIncidentQueryImpl(CommandExecutor commandExecutor)
           
HistoricJobLogQueryImpl(CommandExecutor commandExecutor)
           
HistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor)
           
HistoricProcessInstanceReportImpl(CommandExecutor commandExecutor)
           
HistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor)
           
HistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor)
           
IncidentQueryImpl(CommandExecutor commandExecutor)
           
JobDefinitionQueryImpl(CommandExecutor commandExecutor)
           
JobQueryImpl(CommandExecutor commandExecutor)
           
MessageCorrelationBuilderImpl(CommandExecutor commandExecutor, String messageName)
           
NativeExecutionQueryImpl(CommandExecutor commandExecutor)
           
NativeHistoricActivityInstanceQueryImpl(CommandExecutor commandExecutor)
           
NativeHistoricCaseActivityInstanceQueryImpl(CommandExecutor commandExecutor)
           
NativeHistoricCaseInstanceQueryImpl(CommandExecutor commandExecutor)
           
NativeHistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor)
           
NativeHistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor)
           
NativeHistoryDecisionInstanceQueryImpl(CommandExecutor commandExecutor)
           
NativeProcessInstanceQueryImpl(CommandExecutor commandExecutor)
           
NativeTaskQueryImpl(CommandExecutor commandExecutor)
           
ProcessDefinitionQueryImpl(CommandExecutor commandExecutor)
           
ProcessDefinitionStatisticsQueryImpl(CommandExecutor commandExecutor)
           
ProcessInstanceModificationBuilderImpl(CommandExecutor commandExecutor, String processInstanceId)
           
ProcessInstanceQueryImpl(CommandExecutor commandExecutor)
           
ProcessInstantiationBuilderImpl(CommandExecutor commandExecutor, String processDefinitionId, String processDefinitionKey)
           
TablePageQueryImpl(CommandExecutor commandExecutor)
           
TaskQueryImpl(CommandExecutor commandExecutor)
           
UserOperationLogQueryImpl(CommandExecutor commandExecutor)
           
UserQueryImpl(CommandExecutor commandExecutor)
           
VariableInstanceQueryImpl(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)
           
protected  SuccessfulJobListener ExecuteJobsCmd.createSuccessfulJobListener(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.dmn.entity.repository
 

Constructors in org.camunda.bpm.engine.impl.dmn.entity.repository with parameters of type CommandExecutor
DecisionDefinitionQueryImpl(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 ExternalTaskQueryBuilderImpl.commandExecutor
           
 

Constructors in org.camunda.bpm.engine.impl.externaltask with parameters of type CommandExecutor
ExternalTaskQueryBuilderImpl(CommandExecutor commandExecutor, String workerId, int maxTasks)
           
 

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 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  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 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.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type CommandExecutor
protected  RepeatingFailedJobListener TimerEntity.createRepeatingFailedJobListener(CommandExecutor commandExecutor)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.