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.batch   
org.camunda.bpm.engine.impl.batch.history   
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   
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.management   
org.camunda.bpm.engine.impl.metrics   
org.camunda.bpm.engine.impl.metrics.reporter   
org.camunda.bpm.engine.impl.migration   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.repository   
org.camunda.bpm.engine.impl.runtime   
 

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 SignalEventReceivedBuilderImpl.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
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)
           
 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)
           
HistoricIdentityLinkLogQueryImpl(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)
           
SignalEventReceivedBuilderImpl(CommandExecutor commandExecutor, String signalName)
           
TablePageQueryImpl(CommandExecutor commandExecutor)
           
TaskQueryImpl(CommandExecutor commandExecutor)
           
TenantQueryImpl(CommandExecutor commandExecutor)
           
UserOperationLogQueryImpl(CommandExecutor commandExecutor)
           
UserQueryImpl(CommandExecutor commandExecutor)
           
VariableInstanceQueryImpl(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)
           
 

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
 

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
 

Fields in org.camunda.bpm.engine.impl.dmn declared as CommandExecutor
protected  CommandExecutor DecisionEvaluationBuilderImpl.commandExecutor
           
 

Methods in org.camunda.bpm.engine.impl.dmn with parameters of type CommandExecutor
static DecisionEvaluationBuilder DecisionEvaluationBuilderImpl.evaluateDecisionTableById(CommandExecutor commandExecutor, String decisionDefinitionId)
           
static DecisionEvaluationBuilder DecisionEvaluationBuilderImpl.evaluateDecisionTableByKey(CommandExecutor commandExecutor, String decisionDefinitionKey)
           
 

Constructors in org.camunda.bpm.engine.impl.dmn with parameters of type CommandExecutor
DecisionEvaluationBuilderImpl(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 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  void ExecuteJobsRunnable.executeJob(String nextJobId, CommandExecutor commandExecutor)
           
 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)
           
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.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)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.