Uses of Class
org.camunda.bpm.engine.impl.interceptor.CommandContext
-
-
Uses of CommandContext in org.camunda.bpm.cockpit.impl.db
Methods in org.camunda.bpm.cockpit.impl.db with parameters of type CommandContext Modifier and Type Method Description protected <T> void
QueryServiceImpl. configureAuthCheck(ListQueryParameterObject parameter, ProcessEngineConfigurationImpl engineConfig, CommandContext commandContext)
List<T>
QueryServiceImpl.ExecuteListQueryCmd. execute(CommandContext commandContext)
T
QueryServiceImpl.ExecuteSingleQueryCmd. execute(CommandContext commandContext)
Long
QueryServiceImpl.QueryServiceRowCountCmd. execute(CommandContext commandContext)
protected ProcessEngineConfigurationImpl
QueryServiceImpl. getProcessEngineConfiguration(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.cockpit.impl.plugin.base.sub.resources
Methods in org.camunda.bpm.cockpit.impl.plugin.base.sub.resources with parameters of type CommandContext Modifier and Type Method Description List<ProcessDefinitionDto>
ProcessDefinitionResource.QueryCalledProcessDefinitionsCmd. execute(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.cockpit.impl.plugin.resources
Methods in org.camunda.bpm.cockpit.impl.plugin.resources with parameters of type CommandContext Modifier and Type Method Description List<ProcessInstanceDto>
ProcessInstanceRestService.QueryProcessInstancesCmd. execute(CommandContext commandContext)
CountResultDto
ProcessInstanceRestService.QueryProcessInstancesCountCmd. execute(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.cdi.impl.util
Methods in org.camunda.bpm.engine.cdi.impl.util with parameters of type CommandContext Modifier and Type Method Description void
CreationalContextReleaseListener. onCommandContextClose(CommandContext commandContext)
void
CreationalContextReleaseListener. onCommandFailed(CommandContext commandContext, Throwable t)
-
Uses of CommandContext in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as CommandContext Modifier and Type Field Description protected CommandContext
AbstractNativeQuery. commandContext
protected CommandContext
ActivityExecutionTreeMapping. commandContext
protected CommandContext
MessageCorrelationBuilderImpl. commandContext
protected CommandContext
ProcessInstanceModificationBuilderImpl. commandContext
Methods in org.camunda.bpm.engine.impl that return CommandContext Modifier and Type Method Description protected CommandContext
AbstractDefinitionDeployer. getCommandContext()
CommandContext
MessageCorrelationBuilderImpl. getCommandContext()
CommandContext
ProcessInstanceModificationBuilderImpl. getCommandContext()
Methods in org.camunda.bpm.engine.impl with parameters of type CommandContext Modifier and Type Method Description protected void
BootstrapEngineCommand. acquireExclusiveInstallationIdLock(CommandContext commandContext)
protected void
HistoryLevelSetupCommand. acquireExclusiveLock(CommandContext commandContext)
protected void
BootstrapEngineCommand. acquireExclusiveTelemetryLock(CommandContext commandContext)
void
BootstrapEngineCommand. checkDeploymentLockExists(CommandContext commandContext)
void
BootstrapEngineCommand. checkHistoryCleanupLockExists(CommandContext commandContext)
protected void
BootstrapEngineCommand. checkInstallationIdLockExists(CommandContext commandContext)
protected void
HistoryLevelSetupCommand. checkStartupLockExists(CommandContext commandContext)
protected void
BootstrapEngineCommand. checkTelemetryLockExists(CommandContext commandContext)
protected BatchElementConfiguration
SetJobsRetriesByProcessBatchCmd. collectJobIds(CommandContext commandContext)
protected void
BootstrapEngineCommand. createHistoryCleanupJob(CommandContext commandContext)
protected void
BootstrapEngineCommand. createInstallationProperty(CommandContext commandContext)
protected List<TaskCountByCandidateGroupResult>
TaskReportImpl. createTaskCountByCandidateGroupReport(CommandContext commandContext)
protected void
BootstrapEngineCommand. createTelemetryProperty(CommandContext commandContext)
static Integer
HistoryLevelSetupCommand. databaseHistoryLevel(CommandContext commandContext)
protected String
BootstrapEngineCommand. databaseInstallationId(CommandContext commandContext)
protected PropertyEntity
BootstrapEngineCommand. databaseTelemetryConfiguration(CommandContext commandContext)
protected PropertyEntity
BootstrapEngineCommand. databaseTelemetryInitialMessageSent(CommandContext commandContext)
static void
HistoryLevelSetupCommand. dbCreateHistoryLevel(CommandContext commandContext)
protected void
TaskQueryImpl. decideAuthorizationJoinType(CommandContext commandContext)
protected void
HistoricProcessInstanceReportImpl. doAuthCheck(CommandContext commandContext)
long
AbstractQuery. evaluateExpressionsAndExecuteCount(CommandContext commandContext)
List<ImmutablePair<String,String>>
AbstractQuery. evaluateExpressionsAndExecuteDeploymentIdMappingsList(CommandContext commandContext)
List<String>
AbstractQuery. evaluateExpressionsAndExecuteIdsList(CommandContext commandContext)
List<U>
AbstractQuery. evaluateExpressionsAndExecuteList(CommandContext commandContext, Page page)
Object
AbstractNativeQuery. execute(CommandContext commandContext)
Object
AbstractQuery. execute(CommandContext commandContext)
Void
BootstrapEngineCommand. execute(CommandContext commandContext)
List<DurationReportResult>
HistoricProcessInstanceReportImpl.ExecuteDurationReportCmd. execute(CommandContext commandContext)
List<DurationReportResult>
HistoricTaskInstanceReportImpl.ExecuteDurationCmd. execute(CommandContext commandContext)
List<HistoricTaskInstanceReportResult>
HistoricTaskInstanceReportImpl.HistoricTaskInstanceCountByNameCmd. execute(CommandContext commandContext)
List<HistoricTaskInstanceReportResult>
HistoricTaskInstanceReportImpl.HistoricTaskInstanceCountByProcessDefinitionKey. execute(CommandContext commandContext)
Void
HistoryLevelSetupCommand. execute(CommandContext commandContext)
String
ManagementServiceImpl.DbSchemaUpgradeCmd. execute(CommandContext commandContext)
Set<String>
ManagementServiceImpl.GetRegisteredDeploymentsCmd. execute(CommandContext commandContext)
void
ModificationBatchJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
ProcessInstanceModificationInstruction. execute(CommandContext commandContext)
void
RestartProcessInstancesJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
Void
SchemaOperationsProcessEngineBuild. execute(CommandContext commandContext)
Void
SetAnnotationForOperationLog. execute(CommandContext commandContext)
TablePage
TablePageQueryImpl. execute(CommandContext commandContext)
List<TaskCountByCandidateGroupResult>
TaskReportImpl.TaskCountByCandidateGroupCmd. execute(CommandContext commandContext)
abstract long
AbstractNativeQuery. executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
abstract long
AbstractQuery. executeCount(CommandContext commandContext)
abstract long
AbstractVariableQueryImpl. executeCount(CommandContext commandContext)
long
ActivityStatisticsQueryImpl. executeCount(CommandContext commandContext)
long
AuthorizationQueryImpl. executeCount(CommandContext commandContext)
long
CleanableHistoricBatchReportImpl. executeCount(CommandContext commandContext)
long
CleanableHistoricCaseInstanceReportImpl. executeCount(CommandContext commandContext)
long
CleanableHistoricDecisionInstanceReportImpl. executeCount(CommandContext commandContext)
long
CleanableHistoricProcessInstanceReportImpl. executeCount(CommandContext commandContext)
long
DeploymentQueryImpl. executeCount(CommandContext commandContext)
long
DeploymentStatisticsQueryImpl. executeCount(CommandContext commandContext)
long
EventSubscriptionQueryImpl. executeCount(CommandContext commandContext)
long
ExecutionQueryImpl. executeCount(CommandContext commandContext)
long
ExternalTaskQueryImpl. executeCount(CommandContext commandContext)
long
HistoricActivityInstanceQueryImpl. executeCount(CommandContext commandContext)
long
HistoricActivityStatisticsQueryImpl. executeCount(CommandContext commandContext)
long
HistoricCaseActivityInstanceQueryImpl. executeCount(CommandContext commandContext)
long
HistoricCaseActivityStatisticsQueryImpl. executeCount(CommandContext commandContext)
long
HistoricCaseInstanceQueryImpl. executeCount(CommandContext commandContext)
long
HistoricDecisionInstanceQueryImpl. executeCount(CommandContext commandContext)
long
HistoricDecisionInstanceStatisticsQueryImpl. executeCount(CommandContext commandContext)
long
HistoricDetailQueryImpl. executeCount(CommandContext commandContext)
long
HistoricExternalTaskLogQueryImpl. executeCount(CommandContext commandContext)
long
HistoricIdentityLinkLogQueryImpl. executeCount(CommandContext commandContext)
long
HistoricIncidentQueryImpl. executeCount(CommandContext commandContext)
long
HistoricJobLogQueryImpl. executeCount(CommandContext commandContext)
long
HistoricProcessInstanceQueryImpl. executeCount(CommandContext commandContext)
long
HistoricTaskInstanceQueryImpl. executeCount(CommandContext commandContext)
long
HistoricVariableInstanceQueryImpl. executeCount(CommandContext commandContext)
long
IncidentQueryImpl. executeCount(CommandContext commandContext)
long
JobDefinitionQueryImpl. executeCount(CommandContext commandContext)
long
JobQueryImpl. executeCount(CommandContext commandContext)
long
NativeExecutionQueryImpl. executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
long
NativeHistoricActivityInstanceQueryImpl. executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
long
NativeHistoricCaseActivityInstanceQueryImpl. executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
long
NativeHistoricCaseInstanceQueryImpl. executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
long
NativeHistoricProcessInstanceQueryImpl. executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
long
NativeHistoricTaskInstanceQueryImpl. executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
long
NativeHistoricVariableInstanceQueryImpl. executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
long
NativeHistoryDecisionInstanceQueryImpl. executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
long
NativeProcessInstanceQueryImpl. executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
long
NativeTaskQueryImpl. executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
long
NativeUserQueryImpl. executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
long
ProcessDefinitionQueryImpl. executeCount(CommandContext commandContext)
long
ProcessDefinitionStatisticsQueryImpl. executeCount(CommandContext commandContext)
long
ProcessInstanceQueryImpl. executeCount(CommandContext commandContext)
long
SchemaLogQueryImpl. executeCount(CommandContext commandContext)
long
TaskQueryImpl. executeCount(CommandContext commandContext)
long
UserOperationLogQueryImpl. executeCount(CommandContext commandContext)
long
VariableInstanceQueryImpl. executeCount(CommandContext commandContext)
protected List<HistoricTaskInstanceReportResult>
HistoricTaskInstanceReportImpl. executeCountByProcessDefinitionKey(CommandContext commandContext)
protected List<HistoricTaskInstanceReportResult>
HistoricTaskInstanceReportImpl. executeCountByTaskName(CommandContext commandContext)
List<ImmutablePair<String,String>>
AbstractQuery. executeDeploymentIdMappingsList(CommandContext commandContext)
List<ImmutablePair<String,String>>
ExternalTaskQueryImpl. executeDeploymentIdMappingsList(CommandContext commandContext)
List<ImmutablePair<String,String>>
HistoricDecisionInstanceQueryImpl. executeDeploymentIdMappingsList(CommandContext commandContext)
List<ImmutablePair<String,String>>
HistoricProcessInstanceQueryImpl. executeDeploymentIdMappingsList(CommandContext commandContext)
List<ImmutablePair<String,String>>
JobQueryImpl. executeDeploymentIdMappingsList(CommandContext commandContext)
List<ImmutablePair<String,String>>
ProcessInstanceQueryImpl. executeDeploymentIdMappingsList(CommandContext commandContext)
protected List<DurationReportResult>
HistoricTaskInstanceReportImpl. executeDuration(CommandContext commandContext)
List<DurationReportResult>
HistoricProcessInstanceReportImpl. executeDurationReport(CommandContext commandContext)
List<String>
AbstractQuery. executeIdsList(CommandContext commandContext)
List<String>
ExternalTaskQueryImpl. executeIdsList(CommandContext commandContext)
List<String>
HistoricProcessInstanceQueryImpl. executeIdsList(CommandContext commandContext)
List<String>
ProcessInstanceQueryImpl. executeIdsList(CommandContext commandContext)
abstract List<U>
AbstractNativeQuery. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
Executes the actual query to retrieve the list of results.abstract List<U>
AbstractQuery. executeList(CommandContext commandContext, Page page)
Executes the actual query to retrieve the list of results.abstract List<U>
AbstractVariableQueryImpl. executeList(CommandContext commandContext, Page page)
List<ActivityStatistics>
ActivityStatisticsQueryImpl. executeList(CommandContext commandContext, Page page)
List<Authorization>
AuthorizationQueryImpl. executeList(CommandContext commandContext, Page page)
List<CleanableHistoricBatchReportResult>
CleanableHistoricBatchReportImpl. executeList(CommandContext commandContext, Page page)
List<CleanableHistoricCaseInstanceReportResult>
CleanableHistoricCaseInstanceReportImpl. executeList(CommandContext commandContext, Page page)
List<CleanableHistoricDecisionInstanceReportResult>
CleanableHistoricDecisionInstanceReportImpl. executeList(CommandContext commandContext, Page page)
List<CleanableHistoricProcessInstanceReportResult>
CleanableHistoricProcessInstanceReportImpl. executeList(CommandContext commandContext, Page page)
List<Deployment>
DeploymentQueryImpl. executeList(CommandContext commandContext, Page page)
List<DeploymentStatistics>
DeploymentStatisticsQueryImpl. executeList(CommandContext commandContext, Page page)
List<EventSubscription>
EventSubscriptionQueryImpl. executeList(CommandContext commandContext, Page page)
List<Execution>
ExecutionQueryImpl. executeList(CommandContext commandContext, Page page)
List<ExternalTask>
ExternalTaskQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricActivityInstance>
HistoricActivityInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricActivityStatistics>
HistoricActivityStatisticsQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricCaseActivityInstance>
HistoricCaseActivityInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricCaseActivityStatistics>
HistoricCaseActivityStatisticsQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricCaseInstance>
HistoricCaseInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricDecisionInstance>
HistoricDecisionInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricDecisionInstanceStatistics>
HistoricDecisionInstanceStatisticsQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricDetail>
HistoricDetailQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricExternalTaskLog>
HistoricExternalTaskLogQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricIdentityLinkLog>
HistoricIdentityLinkLogQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricIncident>
HistoricIncidentQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricJobLog>
HistoricJobLogQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricProcessInstance>
HistoricProcessInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricTaskInstance>
HistoricTaskInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricVariableInstance>
HistoricVariableInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<Incident>
IncidentQueryImpl. executeList(CommandContext commandContext, Page page)
List<JobDefinition>
JobDefinitionQueryImpl. executeList(CommandContext commandContext, Page page)
List<Job>
JobQueryImpl. executeList(CommandContext commandContext, Page page)
List<Execution>
NativeExecutionQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
List<HistoricActivityInstance>
NativeHistoricActivityInstanceQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
List<HistoricCaseActivityInstance>
NativeHistoricCaseActivityInstanceQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
List<HistoricCaseInstance>
NativeHistoricCaseInstanceQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
List<HistoricProcessInstance>
NativeHistoricProcessInstanceQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
List<HistoricTaskInstance>
NativeHistoricTaskInstanceQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
List<HistoricVariableInstance>
NativeHistoricVariableInstanceQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
List<HistoricDecisionInstance>
NativeHistoryDecisionInstanceQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
List<ProcessInstance>
NativeProcessInstanceQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
List<Task>
NativeTaskQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
List<User>
NativeUserQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
List<ProcessDefinition>
ProcessDefinitionQueryImpl. executeList(CommandContext commandContext, Page page)
List<ProcessDefinitionStatistics>
ProcessDefinitionStatisticsQueryImpl. executeList(CommandContext commandContext, Page page)
List<ProcessInstance>
ProcessInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<SchemaLogEntry>
SchemaLogQueryImpl. executeList(CommandContext commandContext, Page page)
List<Task>
TaskQueryImpl. executeList(CommandContext commandContext, Page page)
List<UserOperationLogEntry>
UserOperationLogQueryImpl. executeList(CommandContext commandContext, Page page)
List<VariableInstance>
VariableInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
U
AbstractNativeQuery. executeSingleResult(CommandContext commandContext)
U
AbstractQuery. executeSingleResult(CommandContext commandContext)
protected ProcessDefinitionEntity
ModificationBatchJobHandler. getProcessDefinition(CommandContext commandContext, String processDefinitionId)
void
BootstrapEngineCommand. initializeInstallationId(CommandContext commandContext)
void
BootstrapEngineCommand. initializeTelemetryProperty(CommandContext commandContext)
protected boolean
BootstrapEngineCommand. isHistoryCleanupEnabled(CommandContext commandContext)
protected void
CleanableHistoricBatchReportImpl. provideHistoryCleanupStrategy(CommandContext commandContext)
protected void
CleanableHistoricDecisionInstanceReportImpl. provideHistoryCleanupStrategy(CommandContext commandContext)
protected void
CleanableHistoricProcessInstanceReportImpl. provideHistoryCleanupStrategy(CommandContext commandContext)
protected void
BootstrapEngineCommand. startTelemetryReporter(CommandContext commandContext)
protected void
BootstrapEngineCommand. updateTelemetryData(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.batch
Methods in org.camunda.bpm.engine.impl.batch with parameters of type CommandContext Modifier and Type Method Description protected void
DeleteBatchCmd. checkAccess(CommandContext commandContext, BatchEntity batch)
protected void
BatchEntity. deleteVariables(CommandContext commandContext)
protected void
RestartProcessInstancesBatchCmd. ensureTenantAuthorized(CommandContext commandContext, ProcessDefinitionEntity processDefinition)
void
BatchMonitorJobHandler. execute(BatchMonitorJobHandler.BatchMonitorJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
BatchSeedJobHandler. execute(BatchSeedJobHandler.BatchSeedJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
Void
DeleteBatchCmd. execute(CommandContext commandContext)
Batch
RestartProcessInstancesBatchCmd. execute(CommandContext commandContext)
long
BatchQueryImpl. executeCount(CommandContext commandContext)
long
BatchStatisticsQueryImpl. executeCount(CommandContext commandContext)
List<Batch>
BatchQueryImpl. executeList(CommandContext commandContext, Page page)
List<BatchStatistics>
BatchStatisticsQueryImpl. executeList(CommandContext commandContext, Page page)
protected void
DeleteBatchCmd. writeUserOperationLog(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.batch.builder
Fields in org.camunda.bpm.engine.impl.batch.builder declared as CommandContext Modifier and Type Field Description protected CommandContext
BatchBuilder. commandContext
Methods in org.camunda.bpm.engine.impl.batch.builder with parameters of type CommandContext Modifier and Type Method Description void
PermissionHandler. check(CommandContext commandContext)
Callback that performs the permission check.void
OperationLogHandler. write(CommandContext commandContext)
Callback to write the Operation Log.void
OperationLogInstanceCountHandler. write(CommandContext commandContext, int instanceCount)
Callback to write the Operation Log.Constructors in org.camunda.bpm.engine.impl.batch.builder with parameters of type CommandContext Constructor Description BatchBuilder(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.batch.deletion
Methods in org.camunda.bpm.engine.impl.batch.deletion with parameters of type CommandContext Modifier and Type Method Description void
DeleteHistoricProcessInstancesJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
DeleteProcessInstancesJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.batch.externaltask
Methods in org.camunda.bpm.engine.impl.batch.externaltask with parameters of type CommandContext Modifier and Type Method Description void
SetExternalTaskRetriesJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.batch.history
Methods in org.camunda.bpm.engine.impl.batch.history with parameters of type CommandContext Modifier and Type Method Description protected void
DeleteHistoricBatchCmd. checkAccess(CommandContext commandContext, HistoricBatchEntity batch)
Object
DeleteHistoricBatchCmd. execute(CommandContext commandContext)
long
HistoricBatchQueryImpl. executeCount(CommandContext commandContext)
List<HistoricBatch>
HistoricBatchQueryImpl. executeList(CommandContext commandContext, Page page)
protected void
DeleteHistoricBatchCmd. writeUserOperationLog(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.batch.job
Methods in org.camunda.bpm.engine.impl.batch.job with parameters of type CommandContext Modifier and Type Method Description void
SetJobRetriesJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.batch.message
Methods in org.camunda.bpm.engine.impl.batch.message with parameters of type CommandContext Modifier and Type Method Description void
MessageCorrelationBatchJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
protected void
MessageCorrelationBatchJobHandler. setVariables(String batchId, MessageCorrelationBuilder correlationBuilder, CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.batch.removaltime
Methods in org.camunda.bpm.engine.impl.batch.removaltime with parameters of type CommandContext Modifier and Type Method Description protected void
BatchSetRemovalTimeJobHandler. addRemovalTime(String instanceId, Date removalTime, CommandContext commandContext)
protected void
DecisionSetRemovalTimeJobHandler. addRemovalTime(String instanceId, Date removalTime, CommandContext commandContext)
protected void
ProcessSetRemovalTimeJobHandler. addRemovalTime(String instanceId, Date removalTime, CommandContext commandContext)
protected void
DecisionSetRemovalTimeJobHandler. addRemovalTimeToHierarchy(String instanceId, Date removalTime, CommandContext commandContext)
protected void
ProcessSetRemovalTimeJobHandler. addRemovalTimeToHierarchy(String rootProcessInstanceId, Date removalTime, CommandContext commandContext)
protected Date
BatchSetRemovalTimeJobHandler. calculateRemovalTime(HistoricBatchEntity batch, CommandContext commandContext)
protected Date
DecisionSetRemovalTimeJobHandler. calculateRemovalTime(HistoricDecisionInstanceEntity decisionInstance, CommandContext commandContext)
protected Date
ProcessSetRemovalTimeJobHandler. calculateRemovalTime(HistoricProcessInstanceEntity processInstance, CommandContext commandContext)
void
BatchSetRemovalTimeJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
DecisionSetRemovalTimeJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
ProcessSetRemovalTimeJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
protected HistoricBatchEntity
BatchSetRemovalTimeJobHandler. findBatchById(String instanceId, CommandContext commandContext)
protected ByteArrayEntity
BatchSetRemovalTimeJobHandler. findByteArrayById(String byteArrayId, CommandContext commandContext)
protected ByteArrayEntity
DecisionSetRemovalTimeJobHandler. findByteArrayById(String byteArrayId, CommandContext commandContext)
protected ByteArrayEntity
ProcessSetRemovalTimeJobHandler. findByteArrayById(String byteArrayId, CommandContext commandContext)
protected DecisionDefinition
DecisionSetRemovalTimeJobHandler. findDecisionDefinitionById(String decisionDefinitionId, CommandContext commandContext)
protected HistoricDecisionInstanceEntity
DecisionSetRemovalTimeJobHandler. findDecisionInstanceById(String instanceId, CommandContext commandContext)
protected ProcessDefinition
ProcessSetRemovalTimeJobHandler. findProcessDefinitionById(String processDefinitionId, CommandContext commandContext)
protected HistoricProcessInstanceEntity
ProcessSetRemovalTimeJobHandler. findProcessInstanceById(String instanceId, CommandContext commandContext)
protected String
BatchSetRemovalTimeJobHandler. getHistoryRemovalTimeStrategy(CommandContext commandContext)
protected String
DecisionSetRemovalTimeJobHandler. getHistoryRemovalTimeStrategy(CommandContext commandContext)
protected String
ProcessSetRemovalTimeJobHandler. getHistoryRemovalTimeStrategy(CommandContext commandContext)
protected Date
BatchSetRemovalTimeJobHandler. getOrCalculateRemovalTime(SetRemovalTimeBatchConfiguration batchConfiguration, HistoricBatchEntity instance, CommandContext commandContext)
protected Date
DecisionSetRemovalTimeJobHandler. getOrCalculateRemovalTime(SetRemovalTimeBatchConfiguration batchConfiguration, HistoricDecisionInstanceEntity instance, CommandContext commandContext)
protected Date
ProcessSetRemovalTimeJobHandler. getOrCalculateRemovalTime(SetRemovalTimeBatchConfiguration batchConfiguration, HistoricProcessInstanceEntity instance, CommandContext commandContext)
protected boolean
BatchSetRemovalTimeJobHandler. hasBaseTime(HistoricBatchEntity instance, CommandContext commandContext)
protected boolean
DecisionSetRemovalTimeJobHandler. hasBaseTime(CommandContext commandContext)
protected boolean
ProcessSetRemovalTimeJobHandler. hasBaseTime(HistoricProcessInstanceEntity instance, CommandContext commandContext)
protected boolean
BatchSetRemovalTimeJobHandler. isDmnEnabled(CommandContext commandContext)
protected boolean
DecisionSetRemovalTimeJobHandler. isDmnEnabled(CommandContext commandContext)
protected boolean
ProcessSetRemovalTimeJobHandler. isDmnEnabled(CommandContext commandContext)
protected boolean
BatchSetRemovalTimeJobHandler. isStrategyEnd(CommandContext commandContext)
protected boolean
DecisionSetRemovalTimeJobHandler. isStrategyEnd(CommandContext commandContext)
protected boolean
ProcessSetRemovalTimeJobHandler. isStrategyEnd(CommandContext commandContext)
protected boolean
BatchSetRemovalTimeJobHandler. isStrategyStart(CommandContext commandContext)
protected boolean
DecisionSetRemovalTimeJobHandler. isStrategyStart(CommandContext commandContext)
protected boolean
ProcessSetRemovalTimeJobHandler. isStrategyStart(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.batch.update
Methods in org.camunda.bpm.engine.impl.batch.update with parameters of type CommandContext Modifier and Type Method Description void
UpdateProcessInstancesSuspendStateJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.batch.variables
Methods in org.camunda.bpm.engine.impl.batch.variables with parameters of type CommandContext Modifier and Type Method Description void
BatchSetVariablesHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
protected ByteArrayEntity
BatchSetVariablesHandler. findByteArrayById(String byteArrayId, CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type CommandContext Modifier and Type Method Description void
TransactionListener. execute(CommandContext commandContext)
TransactionContext
TransactionContextFactory. openTransactionContext(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.cfg.jta
Methods in org.camunda.bpm.engine.impl.cfg.jta with parameters of type CommandContext Modifier and Type Method Description TransactionContext
JtaTransactionContextFactory. openTransactionContext(CommandContext commandContext)
Constructors in org.camunda.bpm.engine.impl.cfg.jta with parameters of type CommandContext Constructor Description TransactionStateSynchronization(TransactionState transactionState, TransactionListener transactionListener, CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.cfg.standalone
Fields in org.camunda.bpm.engine.impl.cfg.standalone declared as CommandContext Modifier and Type Field Description protected CommandContext
StandaloneTransactionContext. commandContext
Methods in org.camunda.bpm.engine.impl.cfg.standalone with parameters of type CommandContext Modifier and Type Method Description TransactionContext
StandaloneTransactionContextFactory. openTransactionContext(CommandContext commandContext)
Constructors in org.camunda.bpm.engine.impl.cfg.standalone with parameters of type CommandContext Constructor Description StandaloneTransactionContext(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.cmd
Fields in org.camunda.bpm.engine.impl.cmd declared as CommandContext Modifier and Type Field Description protected CommandContext
AbstractGetDeployedFormCmd. commandContext
protected CommandContext
AbstractVariableCmd. commandContext
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type CommandContext Modifier and Type Method Description protected void
DeployCmd. acquireExclusiveLock(CommandContext commandContext)
protected void
HistoryCleanupCmd. acquireExclusiveLock(CommandContext commandContext)
protected void
AbstractSetBatchStateCmd. checkAccess(CommandContext commandContext, BatchEntity batch)
protected void
AddIdentityLinkCmd. checkAddIdentityLink(TaskEntity task, CommandContext commandContext)
protected void
AbstractSetJobDefinitionStateCmd. checkAuthorization(CommandContext commandContext)
protected void
AbstractSetJobStateCmd. checkAuthorization(CommandContext commandContext)
protected void
AbstractSetProcessDefinitionStateCmd. checkAuthorization(CommandContext commandContext)
protected void
AbstractSetProcessInstanceStateCmd. checkAuthorization(CommandContext commandContext)
protected abstract void
AbstractSetStateCmd. checkAuthorization(CommandContext commandContext)
protected void
CreateMigrationPlanCmd. checkAuthorization(CommandContext commandContext, ProcessDefinitionEntity sourceProcessDefinition, ProcessDefinitionEntity targetProcessDefinition)
protected void
EvaluateStartConditionCmd. checkAuthorization(CommandContext commandContext, ConditionHandlerResult result)
protected void
RestartProcessInstancesCmd. checkAuthorization(CommandContext commandContext, ProcessDefinition processDefinition)
protected void
UpdateDecisionDefinitionHistoryTimeToLiveCmd. checkAuthorization(CommandContext commandContext)
protected void
UpdateProcessDefinitionHistoryTimeToLiveCmd. checkAuthorization(CommandContext commandContext)
protected void
SignalEventReceivedCmd. checkAuthorizationOfCatchSignals(CommandContext commandContext, List<EventSubscriptionEntity> catchSignalEventSubscription)
protected void
ClaimTaskCmd. checkClaimTask(TaskEntity task, CommandContext commandContext)
protected void
CompleteTaskCmd. checkCompleteTask(TaskEntity task, CommandContext commandContext)
protected void
DeployCmd. checkCreateAndReadDeployments(CommandContext commandContext, Set<String> deploymentIds)
protected void
CreateTaskCmd. checkCreateTask(CommandContext commandContext)
protected void
SaveTaskCmd. checkCreateTask(TaskEntity task, CommandContext commandContext)
protected void
DelegateTaskCmd. checkDelegateTask(TaskEntity task, CommandContext commandContext)
protected void
DeleteIdentityLinkCmd. checkDeleteIdentityLink(TaskEntity task, CommandContext commandContext)
protected void
AbstractDeleteProcessInstanceCmd. checkDeleteProcessInstance(ExecutionEntity execution, CommandContext commandContext)
protected void
ModifyProcessInstanceCmd. checkDeleteProcessInstance(ExecutionEntity execution, CommandContext commandContext)
protected void
DeleteTaskCmd. checkDeleteTask(TaskEntity task, CommandContext commandContext)
protected void
FindActiveActivityIdsCmd. checkGetActivityIds(ExecutionEntity execution, CommandContext commandContext)
protected void
GetActivityInstanceCmd. checkGetActivityInstance(String processInstanceId, CommandContext commandContext)
protected void
GetExecutionVariableCmd. checkGetExecutionVariable(ExecutionEntity execution, CommandContext commandContext)
protected void
GetExecutionVariablesCmd. checkGetExecutionVariables(ExecutionEntity execution, CommandContext commandContext)
void
GetExecutionVariableTypedCmd. checkGetExecutionVariableTyped(ExecutionEntity execution, CommandContext commandContext)
protected void
GetIdentityLinksForTaskCmd. checkGetIdentityLink(TaskEntity task, CommandContext commandContext)
protected void
GetStartFormVariablesCmd. checkGetStartFormVariables(ProcessDefinitionEntity definition, CommandContext commandContext)
protected void
GetTaskFormVariablesCmd. checkGetTaskFormVariables(TaskEntity task, CommandContext commandContext)
protected void
GetTaskVariableCmd. checkGetTaskVariable(TaskEntity task, CommandContext commandContext)
protected void
GetTaskVariablesCmd. checkGetTaskVariables(TaskEntity task, CommandContext commandContext)
protected void
GetTaskVariableCmdTyped. checkGetTaskVariableTyped(TaskEntity task, CommandContext commandContext)
protected void
AbstractSetJobDefinitionStateCmd. checkParameters(CommandContext commandContext)
protected void
AbstractSetJobStateCmd. checkParameters(CommandContext commandContext)
protected void
AbstractSetProcessDefinitionStateCmd. checkParameters(CommandContext commandContext)
protected void
AbstractSetProcessInstanceStateCmd. checkParameters(CommandContext commandContext)
protected abstract void
AbstractSetStateCmd. checkParameters(CommandContext commandContext)
protected void
SaveTaskCmd. checkTaskAssign(TaskEntity task, CommandContext commandContext)
protected void
SetTaskPriorityCmd. checkTaskPriority(TaskEntity task, CommandContext commandContext)
protected void
SetJobDefinitionPriorityCmd. checkUpdateProcess(CommandContext commandContext, JobDefinitionEntity jobDefinition)
protected void
ModifyProcessInstanceCmd. checkUpdateProcessInstance(ExecutionEntity execution, CommandContext commandContext)
protected BatchElementConfiguration
AbstractSetExternalTaskRetriesCmd. collectExternalTaskIds(CommandContext commandContext)
protected VariableMap
RestartProcessInstancesCmd. collectInitialVariables(CommandContext commandContext, HistoricProcessInstance processInstance)
protected abstract BatchElementConfiguration
AbstractSetJobsRetriesBatchCmd. collectJobIds(CommandContext commandContext)
protected BatchElementConfiguration
SetJobsRetriesBatchCmd. collectJobIds(CommandContext commandContext)
protected VariableMap
RestartProcessInstancesCmd. collectLastVariables(CommandContext commandContext, HistoricProcessInstance processInstance)
protected BatchElementConfiguration
AbstractUpdateProcessInstancesSuspendStateCmd. collectProcessInstanceIds(CommandContext commandContext)
protected VariableMap
RestartProcessInstancesCmd. collectVariables(CommandContext commandContext, HistoricProcessInstance processInstance)
List<AbstractInstanceCancellationCmd>
ActivityCancellationCmd. createActivityInstanceCancellations(ActivityInstance activityInstanceTree, CommandContext commandContext)
protected MessageCorrelationResultImpl
AbstractCorrelateMessageCmd. createMessageCorrelationResult(CommandContext commandContext, CorrelationHandlerResult handlerResult)
protected void
SetJobPriorityCmd. createOpLogEntry(CommandContext commandContext, long previousPriority, JobEntity job)
protected ProcessInstanceModificationBuilderImpl
ProcessInstanceModificationCmd. createProcessInstanceModificationBuilder(String processInstanceId, CommandContext commandContext)
protected void
DeployCmd. createUserOperationLog(DeploymentBuilderImpl deploymentBuilder, Deployment deployment, CommandContext commandContext)
protected void
AbstractDeleteProcessDefinitionCmd. deleteProcessDefinitionCmd(CommandContext commandContext, String processDefinitionId, boolean cascade, boolean skipCustomListeners, boolean skipIoMappings)
protected void
AbstractDeleteProcessInstanceCmd. deleteProcessInstance(CommandContext commandContext, String processInstanceId, String deleteReason, boolean skipCustomListeners, boolean externallyTerminated, boolean skipIoMappings, boolean skipSubprocesses)
protected void
DeleteTaskCmd. deleteTask(String taskId, CommandContext commandContext)
protected void
DeployCmd. deploy(CommandContext commandContext, DeploymentEntity deployment)
protected abstract ExecutionEntity
AbstractInstanceCancellationCmd. determineSourceInstanceExecution(CommandContext commandContext)
protected ExecutionEntity
ActivityInstanceCancellationCmd. determineSourceInstanceExecution(CommandContext commandContext)
protected ExecutionEntity
TransitionInstanceCancellationCmd. determineSourceInstanceExecution(CommandContext commandContext)
protected DeploymentWithDefinitions
DeployCmd. doExecute(CommandContext commandContext)
InputStream
AbstractGetDeployedFormCmd. execute(CommandContext commandContext)
Void
AbstractInstanceCancellationCmd. execute(CommandContext commandContext)
Void
AbstractInstantiationCmd. execute(CommandContext commandContext)
Void
AbstractPatchVariablesCmd. execute(CommandContext commandContext)
Void
AbstractSetBatchStateCmd. execute(CommandContext commandContext)
Batch
AbstractSetJobsRetriesBatchCmd. execute(CommandContext commandContext)
Void
AbstractSetStateCmd. execute(CommandContext commandContext)
Void
AbstractVariableCmd. execute(CommandContext commandContext)
T
AbstractWritableIdentityServiceCmd. execute(CommandContext commandContext)
AcquiredJobs
AcquireJobsCmd. execute(CommandContext commandContext)
Void
ActivityBeforeInstantiationCmd. execute(CommandContext commandContext)
Void
ActivityCancellationCmd. execute(CommandContext commandContext)
Comment
AddCommentCmd. execute(CommandContext commandContext)
Void
AddGroupIdentityLinkCmd. execute(CommandContext commandContext)
Void
AddIdentityLinkCmd. execute(CommandContext commandContext)
Void
AddIdentityLinkForProcessDefinitionCmd. execute(CommandContext commandContext)
Void
AddUserIdentityLinkCmd. execute(CommandContext commandContext)
Void
AssignTaskCmd. execute(CommandContext commandContext)
Boolean
AuthorizationCheckCmd. execute(CommandContext commandContext)
Boolean
CheckPassword. execute(CommandContext commandContext)
Void
ClaimTaskCmd. execute(CommandContext commandContext)
VariableMap
CompleteTaskCmd. execute(CommandContext commandContext)
List<MessageCorrelationResultImpl>
CorrelateAllMessageCmd. execute(CommandContext commandContext)
MessageCorrelationResultImpl
CorrelateMessageCmd. execute(CommandContext commandContext)
Attachment
CreateAttachmentCmd. execute(CommandContext commandContext)
Authorization
CreateAuthorizationCommand. execute(CommandContext commandContext)
Filter
CreateFilterCmd. execute(CommandContext commandContext)
GroupQuery
CreateGroupQueryCmd. execute(CommandContext commandContext)
Incident
CreateIncidentCmd. execute(CommandContext commandContext)
MigrationPlan
CreateMigrationPlanCmd. execute(CommandContext commandContext)
NativeUserQuery
CreateNativeUserQueryCmd. execute(CommandContext commandContext)
Task
CreateTaskCmd. execute(CommandContext commandContext)
TenantQuery
CreateTenantQueryCmd. execute(CommandContext commandContext)
UserQuery
CreateUserQueryCmd. execute(CommandContext commandContext)
Object
DefaultJobRetryCmd. execute(CommandContext commandContext)
Object
DelegateTaskCmd. execute(CommandContext commandContext)
Object
DeleteAttachmentCmd. execute(CommandContext commandContext)
Void
DeleteAuthorizationCmd. execute(CommandContext commandContext)
Void
DeleteDeploymentCmd. execute(CommandContext commandContext)
Void
DeleteFilterCmd. execute(CommandContext commandContext)
Void
DeleteGroupIdentityLinkCmd. execute(CommandContext commandContext)
Object
DeleteHistoricCaseInstanceCmd. execute(CommandContext commandContext)
Void
DeleteHistoricCaseInstancesBulkCmd. execute(CommandContext commandContext)
Void
DeleteHistoricProcessInstancesCmd. execute(CommandContext commandContext)
Object
DeleteHistoricTaskInstanceCmd. execute(CommandContext commandContext)
Void
DeleteHistoricVariableInstanceCmd. execute(CommandContext commandContext)
Void
DeleteHistoricVariableInstancesByProcessInstanceIdCmd. execute(CommandContext commandContext)
Void
DeleteIdentityLinkCmd. execute(CommandContext commandContext)
Void
DeleteIdentityLinkForProcessDefinitionCmd. execute(CommandContext commandContext)
Object
DeleteJobCmd. execute(CommandContext commandContext)
Void
DeleteJobsCmd. execute(CommandContext commandContext)
Object
DeleteLicenseKeyCmd. execute(CommandContext commandContext)
Void
DeleteMetricsCmd. execute(CommandContext commandContext)
Void
DeleteProcessDefinitionsByIdsCmd. execute(CommandContext commandContext)
Void
DeleteProcessDefinitionsByKeyCmd. execute(CommandContext commandContext)
Void
DeleteProcessInstanceCmd. execute(CommandContext commandContext)
Void
DeleteProcessInstancesCmd. execute(CommandContext commandContext)
Object
DeletePropertyCmd. execute(CommandContext commandContext)
Object
DeleteTaskAttachmentCmd. execute(CommandContext commandContext)
Void
DeleteTaskCmd. execute(CommandContext commandContext)
Void
DeleteTaskMetricsCmd. execute(CommandContext commandContext)
Void
DeleteUserIdentityLinkCmd. execute(CommandContext commandContext)
String
DeleteUserInfoCmd. execute(CommandContext commandContext)
Void
DeleteUserOperationLogEntryCmd. execute(CommandContext commandContext)
Void
DeleteUserPictureCmd. execute(CommandContext commandContext)
DeploymentWithDefinitions
DeployCmd. execute(CommandContext commandContext)
HistoryLevel
DetermineHistoryLevelCmd. execute(CommandContext commandContext)
List<ProcessInstance>
EvaluateStartConditionCmd. execute(CommandContext commandContext)
Long
ExecuteFilterCountCmd. execute(CommandContext commandContext)
List<?>
ExecuteFilterListCmd. execute(CommandContext commandContext)
List<?>
ExecuteFilterListPageCmd. execute(CommandContext commandContext)
Object
ExecuteFilterSingleResultCmd. execute(CommandContext commandContext)
Void
ExecuteJobsCmd. execute(CommandContext commandContext)
Void
ExternalTaskCmd. execute(CommandContext commandContext)
List<LockedExternalTask>
FetchExternalTasksCmd. execute(CommandContext commandContext)
List<String>
FindActiveActivityIdsCmd. execute(CommandContext commandContext)
List<Job>
FindHistoryCleanupJobsCmd. execute(CommandContext commandContext)
ActivityInstance
GetActivityInstanceCmd. execute(CommandContext commandContext)
Attachment
GetAttachmentCmd. execute(CommandContext commandContext)
InputStream
GetAttachmentContentCmd. execute(CommandContext commandContext)
CamundaFormDefinition
GetCamundaFormDefinitionCmd. execute(CommandContext commandContext)
ProcessDefinitionEntity
GetDeployedProcessDefinitionCmd. execute(CommandContext commandContext)
BpmnModelInstance
GetDeploymentBpmnModelInstanceCmd. execute(CommandContext commandContext)
InputStream
GetDeploymentProcessDiagramCmd. execute(CommandContext commandContext)
DiagramLayout
GetDeploymentProcessDiagramLayoutCmd. execute(CommandContext commandContext)
InputStream
GetDeploymentProcessModelCmd. execute(CommandContext commandContext)
InputStream
GetDeploymentResourceCmd. execute(CommandContext commandContext)
InputStream
GetDeploymentResourceForIdCmd. execute(CommandContext commandContext)
List
GetDeploymentResourceNamesCmd. execute(CommandContext commandContext)
List
GetDeploymentResourcesCmd. execute(CommandContext commandContext)
Object
GetExecutionVariableCmd. execute(CommandContext commandContext)
VariableMap
GetExecutionVariablesCmd. execute(CommandContext commandContext)
T
GetExecutionVariableTypedCmd. execute(CommandContext commandContext)
String
GetExternalTaskErrorDetailsCmd. execute(CommandContext commandContext)
Filter
GetFilterCmd. execute(CommandContext commandContext)
String
GetFormKeyCmd. execute(CommandContext commandContext)
String
GetHistoricExternalTaskLogErrorDetailsCmd. execute(CommandContext commandContext)
String
GetHistoricJobLogExceptionStacktraceCmd. execute(CommandContext commandContext)
Integer
GetHistoryLevelCmd. execute(CommandContext commandContext)
List<IdentityLink>
GetIdentityLinksForProcessDefinitionCmd. execute(CommandContext commandContext)
List<IdentityLink>
GetIdentityLinksForTaskCmd. execute(CommandContext commandContext)
String
GetJobExceptionStacktraceCmd. execute(CommandContext commandContext)
String
GetLicenseKeyCmd. execute(CommandContext commandContext)
IdBlock
GetNextIdBlockCmd. execute(CommandContext commandContext)
PasswordPolicy
GetPasswordPolicyCmd. execute(CommandContext commandContext)
String
GetProcessApplicationForDeploymentCmd. execute(CommandContext commandContext)
List<Attachment>
GetProcessInstanceAttachmentsCmd. execute(CommandContext commandContext)
List<Comment>
GetProcessInstanceCommentsCmd. execute(CommandContext commandContext)
Map<String,String>
GetPropertiesCmd. execute(CommandContext commandContext)
Object
GetRenderedStartFormCmd. execute(CommandContext commandContext)
Object
GetRenderedTaskFormCmd. execute(CommandContext commandContext)
StartFormData
GetStartFormCmd. execute(CommandContext commandContext)
VariableMap
GetStartFormVariablesCmd. execute(CommandContext commandContext)
Collection<CalledProcessDefinition>
GetStaticCalledProcessDefinitionCmd. execute(CommandContext commandContext)
List<Task>
GetSubTasksCmd. execute(CommandContext commandContext)
Map<String,Long>
GetTableCountCmd. execute(CommandContext commandContext)
TableMetaData
GetTableMetaDataCmd. execute(CommandContext commandContext)
String
GetTableNameCmd. execute(CommandContext commandContext)
Attachment
GetTaskAttachmentCmd. execute(CommandContext commandContext)
InputStream
GetTaskAttachmentContentCmd. execute(CommandContext commandContext)
List<Attachment>
GetTaskAttachmentsCmd. execute(CommandContext commandContext)
Comment
GetTaskCommentCmd. execute(CommandContext commandContext)
List<Comment>
GetTaskCommentsCmd. execute(CommandContext commandContext)
List<Event>
GetTaskEventsCmd. execute(CommandContext commandContext)
TaskFormData
GetTaskFormCmd. execute(CommandContext commandContext)
VariableMap
GetTaskFormVariablesCmd. execute(CommandContext commandContext)
Object
GetTaskVariableCmd. execute(CommandContext commandContext)
TypedValue
GetTaskVariableCmdTyped. execute(CommandContext commandContext)
VariableMap
GetTaskVariablesCmd. execute(CommandContext commandContext)
List<String>
GetTopicNamesCmd. execute(CommandContext commandContext)
Long
GetUniqueTaskWorkerCountCmd. execute(CommandContext commandContext)
Account
GetUserAccountCmd. execute(CommandContext commandContext)
String
GetUserInfoCmd. execute(CommandContext commandContext)
List<String>
GetUserInfoKeysCmd. execute(CommandContext commandContext)
Picture
GetUserPictureCmd. execute(CommandContext commandContext)
Void
HandleExternalTaskCmd. execute(CommandContext commandContext)
Void
HandleTaskBpmnErrorCmd. execute(CommandContext commandContext)
Void
HandleTaskEscalationCmd. execute(CommandContext commandContext)
Job
HistoryCleanupCmd. execute(CommandContext commandContext)
Boolean
IsIdentityServiceReadOnlyCmd. execute(CommandContext commandContext)
Boolean
IsTelemetryEnabledCmd. execute(CommandContext commandContext)
Void
MessageEventReceivedCmd. execute(CommandContext commandContext)
Batch
ModifyProcessInstanceAsyncCmd. execute(CommandContext commandContext)
Void
ModifyProcessInstanceCmd. execute(CommandContext commandContext)
Batch
ProcessInstanceModificationBatchCmd. execute(CommandContext commandContext)
Void
ProcessInstanceModificationCmd. execute(CommandContext commandContext)
PurgeReport
PurgeDatabaseAndCacheCmd. execute(CommandContext commandContext)
Void
RecalculateJobDuedateCmd. execute(CommandContext commandContext)
Void
RegisterDeploymentCmd. execute(CommandContext commandContext)
ProcessApplicationRegistration
RegisterProcessApplicationCmd. execute(CommandContext commandContext)
Void
ReportDbMetricsCmd. execute(CommandContext commandContext)
Void
ResolveIncidentCmd. execute(CommandContext commandContext)
Void
RestartProcessInstancesCmd. execute(CommandContext commandContext)
Object
SaveAttachmentCmd. execute(CommandContext commandContext)
Authorization
SaveAuthorizationCmd. execute(CommandContext commandContext)
Filter
SaveFilterCmd. execute(CommandContext commandContext)
Void
SaveTaskCmd. execute(CommandContext commandContext)
Void
SetAnnotationForIncidentCmd. execute(CommandContext commandContext)
Batch
SetExternalTasksRetriesBatchCmd. execute(CommandContext commandContext)
Void
SetExternalTasksRetriesCmd. execute(CommandContext commandContext)
Void
SetJobDefinitionPriorityCmd. execute(CommandContext commandContext)
Void
SetJobDuedateCmd. execute(CommandContext commandContext)
Void
SetJobPriorityCmd. execute(CommandContext commandContext)
Void
SetJobRetriesCmd. execute(CommandContext commandContext)
Void
SetJobsRetriesCmd. execute(CommandContext commandContext)
Object
SetLicenseKeyCmd. execute(CommandContext commandContext)
Void
SetProcessDefinitionVersionCmd. execute(CommandContext commandContext)
Object
SetPropertyCmd. execute(CommandContext commandContext)
Void
SetTaskOwnerCmd. execute(CommandContext commandContext)
Void
SetTaskPriorityCmd. execute(CommandContext commandContext)
Object
SetUserInfoCmd. execute(CommandContext commandContext)
Void
SetUserPictureCmd. execute(CommandContext commandContext)
Object
SignalCmd. execute(CommandContext commandContext)
Void
SignalEventReceivedCmd. execute(CommandContext commandContext)
ProcessInstanceWithVariables
StartProcessInstanceAtActivitiesCmd. execute(CommandContext commandContext)
ProcessInstanceWithVariables
StartProcessInstanceCmd. execute(CommandContext commandContext)
ProcessInstance
SubmitStartFormCmd. execute(CommandContext commandContext)
VariableMap
SubmitTaskFormCmd. execute(CommandContext commandContext)
Void
TelemetryConfigureCmd. execute(CommandContext commandContext)
Void
UnlockJobCmd. execute(CommandContext commandContext)
Object
UnlockUserCmd. execute(CommandContext commandContext)
Void
UnregisterDeploymentCmd. execute(CommandContext commandContext)
Void
UnregisterProcessApplicationCmd. execute(CommandContext commandContext)
Void
UpdateDecisionDefinitionHistoryTimeToLiveCmd. execute(CommandContext commandContext)
Void
UpdateProcessDefinitionHistoryTimeToLiveCmd. execute(CommandContext commandContext)
Batch
UpdateProcessInstancesSuspendStateBatchCmd. execute(CommandContext commandContext)
Void
UpdateProcessInstancesSuspendStateCmd. execute(CommandContext commandContext)
protected abstract T
AbstractWritableIdentityServiceCmd. executeCmd(CommandContext commandContext)
protected Group
CreateGroupCmd. executeCmd(CommandContext commandContext)
protected Void
CreateMembershipCmd. executeCmd(CommandContext commandContext)
protected Tenant
CreateTenantCmd. executeCmd(CommandContext commandContext)
protected Void
CreateTenantGroupMembershipCmd. executeCmd(CommandContext commandContext)
protected Void
CreateTenantUserMembershipCmd. executeCmd(CommandContext commandContext)
protected User
CreateUserCmd. executeCmd(CommandContext commandContext)
protected Void
DeleteGroupCmd. executeCmd(CommandContext commandContext)
protected Void
DeleteMembershipCmd. executeCmd(CommandContext commandContext)
protected Void
DeleteTenantCmd. executeCmd(CommandContext commandContext)
protected Void
DeleteTenantGroupMembershipCmd. executeCmd(CommandContext commandContext)
protected Void
DeleteTenantUserMembershipCmd. executeCmd(CommandContext commandContext)
protected Void
DeleteUserCmd. executeCmd(CommandContext commandContext)
protected Void
SaveGroupCmd. executeCmd(CommandContext commandContext)
protected Void
SaveTenantCmd. executeCmd(CommandContext commandContext)
protected Void
SaveUserCmd. executeCmd(CommandContext commandContext)
protected void
DefaultJobRetryCmd. executeCustomStrategy(CommandContext commandContext, JobEntity job, ActivityImpl activity)
protected void
DefaultJobRetryCmd. executeStandardStrategy(CommandContext commandContext)
protected void
FetchExternalTasksCmd. filterOnOptimisticLockingFailure(CommandContext commandContext, List<LockedExternalTask> tasks)
protected ProcessDefinitionEntity
GetDeployedProcessDefinitionCmd. find(CommandContext commandContext)
protected ExecutionEntity
AbstractCorrelateMessageCmd. findProcessInstanceExecution(CommandContext commandContext, CorrelationHandlerResult handlerResult)
protected List<EventSubscriptionEntity>
SignalEventReceivedCmd. findSignalEventSubscriptions(CommandContext commandContext, String signalName)
protected TimerDeclarationImpl
RecalculateJobDuedateCmd. findTimerDeclaration(CommandContext commandContext, JobEntity job)
protected TimerDeclarationImpl
RecalculateJobDuedateCmd. findTimerDeclarationForActivity(CommandContext commandContext, JobEntity job)
protected TimerDeclarationImpl
RecalculateJobDuedateCmd. findTimerDeclarationForProcessStartEvent(CommandContext commandContext, JobEntity job)
protected List<MigrationInstruction>
CreateMigrationPlanCmd. generateInstructions(CommandContext commandContext, ProcessDefinitionImpl sourceProcessDefinition, ProcessDefinitionImpl targetProcessDefinition, boolean updateEventTriggers)
ActivityInstance
ActivityCancellationCmd. getActivityInstanceTree(CommandContext commandContext)
protected ActivityImpl
DefaultJobRetryCmd. getCurrentActivity(CommandContext commandContext, JobEntity job)
protected List<? extends ProcessDefinition>
DeployCmd. getDeployedProcesses(CommandContext commandContext, DeploymentWithDefinitions deployment)
protected String
AbstractSetJobDefinitionStateCmd. getDeploymentId(CommandContext commandContext)
protected String
AbstractSetProcessDefinitionStateCmd. getDeploymentId(CommandContext commandContext)
protected String
AbstractSetStateCmd. getDeploymentId(CommandContext commandContext)
protected String
AbstractSetStateCmd. getDeploymentIdByJobDefinition(CommandContext commandContext, String jobDefinitionId)
protected String
AbstractSetStateCmd. getDeploymentIdByProcessDefinition(CommandContext commandContext, String processDefinitionId)
protected String
AbstractSetStateCmd. getDeploymentIdByProcessDefinitionKey(CommandContext commandContext, String processDefinitionKey, boolean tenantIdSet, String tenantId)
protected ExecutionEntity
AddCommentCmd. getExecution(CommandContext commandContext)
protected Filter
AbstractExecuteFilterCmd. getFilter(CommandContext commandContext)
protected Query<?,?>
AbstractExecuteFilterCmd. getFilterQuery(CommandContext commandContext)
protected Set<Map.Entry<Resources,Supplier<HistoryEvent>>>
SaveAuthorizationCmd. getHistoricInstanceResources(CommandContext commandContext)
protected HistoricProcessInstance
RestartProcessInstancesCmd. getHistoricProcessInstance(CommandContext commandContext, String processInstanceId)
protected HistoryEvent
SaveAuthorizationCmd. getHistoricProcessInstance(CommandContext commandContext)
protected HistoryEvent
SaveAuthorizationCmd. getHistoricTaskInstance(CommandContext commandContext)
protected ProcessDefinitionEntity
AbstractModificationCmd. getProcessDefinition(CommandContext commandContext, String processDefinitionId)
protected ProcessDefinitionEntity
AbstractRestartProcessInstanceCmd. getProcessDefinition(CommandContext commandContext, String processDefinitionId)
protected ProcessDefinitionEntity
CreateMigrationPlanCmd. getProcessDefinition(CommandContext commandContext, String id, String type)
protected String[]
DeployCmd. getProcessDefinitionsFromResources(CommandContext commandContext, DeploymentEntity deploymentToRegister, Collection ignoredResources)
protected ExecutionEntity
AddCommentCmd. getProcessInstance(CommandContext commandContext)
protected List<ResourceEntity>
DeployCmd. getResources(DeploymentBuilderImpl deploymentBuilder, CommandContext commandContext)
protected List<ResourceEntity>
DeployCmd. getResourcesByDeploymentId(Set<String> deploymentIds, CommandContext commandContext)
protected List<ResourceEntity>
DeployCmd. getResourcesById(Map<String,Set<String>> resourcesById, CommandContext commandContext)
protected List<ResourceEntity>
DeployCmd. getResourcesByName(Map<String,Set<String>> resourcesByName, CommandContext commandContext)
protected ProcessDefinition
DeleteProcessDefinitionsByIdsCmd. getSingleProcessDefinition(CommandContext commandContext)
protected TaskEntity
AddCommentCmd. getTask(CommandContext commandContext)
protected Map<String,List<Incident>>
GetActivityInstanceCmd. groupIncidentIdsByExecutionId(CommandContext commandContext)
protected ProcessInstance
AbstractCorrelateMessageCmd. instantiateProcess(CommandContext commandContext, CorrelationHandlerResult correlationResult)
protected ProcessInstance
EvaluateStartConditionCmd. instantiateProcess(CommandContext commandContext, ConditionHandlerResult result)
protected boolean
AuthorizationCheckCmd. isHistoricInstancePermissionsDisabled(CommandContext commandContext)
protected boolean
HistoryCleanupCmd. isHistoryCleanupEnabled(CommandContext commandContext)
protected List<ExecutionEntity>
GetActivityInstanceCmd. loadFromDb(String processInstanceId, CommandContext commandContext)
protected List<ExecutionEntity>
GetActivityInstanceCmd. loadProcessInstance(String processInstanceId, CommandContext commandContext)
protected void
AbstractSetBatchStateCmd. logUserOperation(CommandContext commandContext)
protected void
AbstractSetJobDefinitionStateCmd. logUserOperation(CommandContext commandContext)
protected void
AbstractSetJobStateCmd. logUserOperation(CommandContext commandContext)
protected void
AbstractSetProcessDefinitionStateCmd. logUserOperation(CommandContext commandContext)
protected void
AbstractSetProcessInstanceStateCmd. logUserOperation(CommandContext commandContext)
protected abstract void
AbstractSetStateCmd. logUserOperation(CommandContext commandContext)
protected void
UpdateDecisionDefinitionHistoryTimeToLiveCmd. logUserOperation(CommandContext commandContext, DecisionDefinitionEntity decisionDefinitionEntity)
protected void
UpdateProcessDefinitionHistoryTimeToLiveCmd. logUserOperation(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity)
protected abstract void
AbstractPatchVariablesCmd. logVariableOperation(CommandContext commandContext)
void
PatchExecutionVariablesCmd. logVariableOperation(CommandContext commandContext)
void
PatchTaskVariablesCmd. logVariableOperation(CommandContext commandContext)
protected void
JobRetryCmd. notifyAcquisition(CommandContext commandContext)
protected List<ProcessInstance>
AbstractSetProcessInstanceStateCmd. obtainProcessInstances(CommandContext commandContext)
protected void
SaveAuthorizationCmd. provideRemovalTime(CommandContext commandContext)
protected ProcessApplicationRegistration
DeployCmd. registerProcessApplication(CommandContext commandContext, DeploymentEntity deploymentToRegister, CandidateDeployment candidateDeployment, Collection ignoredResources)
protected void
DeployCmd. registerWithJobExecutor(CommandContext commandContext, Deployment deployment)
protected Map<String,ResourceEntity>
DeployCmd. resolveResourcesToDeploy(CommandContext commandContext, DeploymentEntity candidateDeployment)
protected void
DeployCmd. scheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentWithDefinitions deployment)
protected void
AbstractSetStateCmd. scheduleSuspensionStateUpdate(CommandContext commandContext)
protected void
SignalEventReceivedCmd. sendSignal(CommandContext commandContext, String signalName)
protected void
SignalEventReceivedCmd. sendSignalToExecution(CommandContext commandContext, String signalName, String executionId)
protected void
DeployCmd. setDeploymentName(String deploymentId, DeploymentBuilderImpl deploymentBuilder, CommandContext commandContext)
protected void
AbstractSetBatchStateCmd. setJobDefinitionState(CommandContext commandContext, String jobDefinitionId)
protected void
SetJobRetriesCmd. setJobRetriesByJobDefinitionId(CommandContext commandContext)
protected void
AbstractSetJobRetriesCmd. setJobRetriesByJobId(String jobId, int retries, CommandContext commandContext)
protected boolean
SaveUserCmd. shouldCheckPasswordPolicy(CommandContext commandContext)
protected void
SetProcessDefinitionVersionCmd. switchVersionOfIncident(CommandContext commandContext, IncidentEntity incidentEntity, ProcessDefinitionEntity newProcessDefinition)
protected void
TelemetryConfigureCmd. toggleTelemetry(CommandContext commandContext)
protected void
AbstractCorrelateMessageCmd. triggerExecution(CommandContext commandContext, CorrelationHandlerResult correlationResult)
protected void
AbstractSetProcessInstanceStateCmd. triggerHistoryEvent(CommandContext commandContext)
protected void
AbstractSetStateCmd. triggerHistoryEvent(CommandContext commandContext)
protected void
SetAnnotationForIncidentCmd. triggerHistoryEvent(CommandContext commandContext, IncidentEntity incident)
protected void
AbstractSetJobDefinitionStateCmd. updateSuspensionState(CommandContext commandContext, SuspensionState suspensionState)
protected void
AbstractSetJobStateCmd. updateSuspensionState(CommandContext commandContext, SuspensionState suspensionState)
protected void
AbstractSetProcessDefinitionStateCmd. updateSuspensionState(CommandContext commandContext, SuspensionState suspensionState)
protected void
AbstractSetProcessInstanceStateCmd. updateSuspensionState(CommandContext commandContext, SuspensionState suspensionState)
protected abstract void
AbstractSetStateCmd. updateSuspensionState(CommandContext commandContext, SuspensionState suspensionState)
protected void
SetProcessDefinitionVersionCmd. validateAndSwitchVersionOfExecution(CommandContext commandContext, ExecutionEntity execution, ProcessDefinitionEntity newProcessDefinition)
protected void
CreateMigrationPlanCmd. validateMigration(CommandContext commandContext, MigrationPlanImpl migrationPlan, ProcessDefinitionEntity sourceProcessDefinition, ProcessDefinitionEntity targetProcessDefinition)
protected void
CreateMigrationPlanCmd. validateMigrationInstructions(CommandContext commandContext, MigrationPlanValidationReportImpl planReport, MigrationPlanImpl migrationPlan, ProcessDefinitionImpl sourceProcessDefinition, ProcessDefinitionImpl targetProcessDefinition)
protected void
SaveTaskCmd. validateStandaloneTask(TaskEntity task, CommandContext commandContext)
protected void
ModifyProcessInstanceAsyncCmd. writeOperationLog(CommandContext commandContext)
protected void
AbstractModificationCmd. writeUserOperationLog(CommandContext commandContext, ProcessDefinition processDefinition, int numInstances, boolean async, String annotation)
protected void
AbstractRestartProcessInstanceCmd. writeUserOperationLog(CommandContext commandContext, ProcessDefinition processDefinition, int numInstances, boolean async)
protected void
AbstractSetExternalTaskRetriesCmd. writeUserOperationLog(CommandContext commandContext, int numInstances, boolean async)
protected void
AbstractSetJobsRetriesBatchCmd. writeUserOperationLog(CommandContext commandContext, int numInstances)
protected void
AbstractUpdateProcessInstancesSuspendStateCmd. writeUserOperationLog(CommandContext commandContext, int numInstances, boolean async)
protected void
DeleteHistoricProcessInstancesCmd. writeUserOperationLog(CommandContext commandContext, int numInstances)
protected void
DeleteHistoricTaskInstanceCmd. writeUserOperationLog(CommandContext commandContext, HistoricTaskInstanceEntity historicTask)
protected void
DeleteMetricsCmd. writeUserOperationLog(CommandContext commandContext)
protected void
DeleteTaskMetricsCmd. writeUserOperationLog(CommandContext commandContext)
protected void
ExternalTaskCmd. writeUserOperationLog(CommandContext commandContext, ExternalTaskEntity externalTask, String operationType, List<PropertyChange> propertyChanges)
protected void
HistoryCleanupCmd. writeUserOperationLog(CommandContext commandContext)
protected void
AbstractSetExternalTaskRetriesCmd. writeUserOperationLogAsync(CommandContext commandContext, int numInstances)
protected void
AbstractUpdateProcessInstancesSuspendStateCmd. writeUserOperationLogAsync(CommandContext commandContext, int numInstances)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.cmd.batch
Methods in org.camunda.bpm.engine.impl.cmd.batch with parameters of type CommandContext Modifier and Type Method Description protected BatchElementConfiguration
DeleteHistoricProcessInstancesBatchCmd. collectHistoricProcessInstanceIds(CommandContext commandContext)
protected BatchElementConfiguration
CorrelateAllMessageBatchCmd. collectProcessInstanceIds(CommandContext commandContext)
protected BatchElementConfiguration
DeleteProcessInstanceBatchCmd. collectProcessInstanceIds(CommandContext commandContext)
Batch
CorrelateAllMessageBatchCmd. execute(CommandContext commandContext)
Batch
DeleteHistoricProcessInstancesBatchCmd. execute(CommandContext commandContext)
Batch
DeleteProcessInstanceBatchCmd. execute(CommandContext commandContext)
protected void
CorrelateAllMessageBatchCmd. writeUserOperationLog(CommandContext commandContext, int instancesCount)
protected void
DeleteHistoricProcessInstancesBatchCmd. writeUserOperationLog(CommandContext commandContext, int numInstances)
protected void
DeleteProcessInstanceBatchCmd. writeUserOperationLog(CommandContext commandContext, int numInstances)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.cmd.batch.removaltime
Methods in org.camunda.bpm.engine.impl.cmd.batch.removaltime with parameters of type CommandContext Modifier and Type Method Description protected BatchElementConfiguration
SetRemovalTimeToHistoricDecisionInstancesCmd. collectInstances(CommandContext commandContext)
protected BatchElementConfiguration
SetRemovalTimeToHistoricProcessInstancesCmd. collectInstances(CommandContext commandContext)
protected HistoricBatchQuery
SetRemovalTimeToHistoricBatchesCmd. createHistoricBatchQuery(CommandContext commandContext)
protected HistoricDecisionInstanceQuery
SetRemovalTimeToHistoricDecisionInstancesCmd. createHistoricDecisionInstanceQuery(CommandContext commandContext)
Batch
SetRemovalTimeToHistoricBatchesCmd. execute(CommandContext commandContext)
Batch
SetRemovalTimeToHistoricDecisionInstancesCmd. execute(CommandContext commandContext)
Batch
SetRemovalTimeToHistoricProcessInstancesCmd. execute(CommandContext commandContext)
protected List<String>
SetRemovalTimeToHistoricBatchesCmd. findHistoricInstanceIds(List<String> instanceIds, CommandContext commandContext)
protected void
SetRemovalTimeToHistoricBatchesCmd. writeUserOperationLog(CommandContext commandContext, int numInstances)
protected void
SetRemovalTimeToHistoricDecisionInstancesCmd. writeUserOperationLog(CommandContext commandContext, int numInstances)
protected void
SetRemovalTimeToHistoricProcessInstancesCmd. writeUserOperationLog(CommandContext commandContext, int numInstances)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.cmd.batch.variables
Methods in org.camunda.bpm.engine.impl.cmd.batch.variables with parameters of type CommandContext Modifier and Type Method Description protected BatchElementConfiguration
SetVariablesToProcessInstancesBatchCmd. collectProcessInstanceIds(CommandContext commandContext)
Batch
SetVariablesToProcessInstancesBatchCmd. execute(CommandContext commandContext)
protected void
SetVariablesToProcessInstancesBatchCmd. writeUserOperationLog(CommandContext commandContext, int instancesCount)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.cmd.optimize
Methods in org.camunda.bpm.engine.impl.cmd.optimize with parameters of type CommandContext Modifier and Type Method Description List<HistoricActivityInstance>
OptimizeCompletedHistoricActivityInstanceQueryCmd. execute(CommandContext commandContext)
List<HistoricIncidentEntity>
OptimizeCompletedHistoricIncidentsQueryCmd. execute(CommandContext commandContext)
List<HistoricProcessInstance>
OptimizeCompletedHistoricProcessInstanceQueryCmd. execute(CommandContext commandContext)
List<HistoricTaskInstance>
OptimizeCompletedHistoricTaskInstanceQueryCmd. execute(CommandContext commandContext)
List<HistoricDecisionInstance>
OptimizeHistoricDecisionInstanceQueryCmd. execute(CommandContext commandContext)
List<OptimizeHistoricIdentityLinkLogEntity>
OptimizeHistoricIdentityLinkLogQueryCmd. execute(CommandContext commandContext)
List<UserOperationLogEntry>
OptimizeHistoricUserOperationsLogQueryCmd. execute(CommandContext commandContext)
List<HistoricVariableUpdate>
OptimizeHistoricVariableUpdateQueryCmd. execute(CommandContext commandContext)
List<HistoricIncidentEntity>
OptimizeOpenHistoricIncidentsQueryCmd. execute(CommandContext commandContext)
List<HistoricActivityInstance>
OptimizeRunningHistoricActivityInstanceQueryCmd. execute(CommandContext commandContext)
List<HistoricProcessInstance>
OptimizeRunningHistoricProcessInstanceQueryCmd. execute(CommandContext commandContext)
List<HistoricTaskInstance>
OptimizeRunningHistoricTaskInstanceQueryCmd. execute(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.cmmn
Fields in org.camunda.bpm.engine.impl.cmmn declared as CommandContext Modifier and Type Field Description protected CommandContext
CaseExecutionCommandBuilderImpl. commandContext
protected CommandContext
CaseInstanceBuilderImpl. commandContext
Constructors in org.camunda.bpm.engine.impl.cmmn with parameters of type CommandContext Constructor Description CaseExecutionCommandBuilderImpl(CommandContext commandContext, String caseExecutionId)
CaseInstanceBuilderImpl(CommandContext commandContext, String caseDefinitionKey, String caseDefinitionId)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.cmmn.cmd
Methods in org.camunda.bpm.engine.impl.cmmn.cmd with parameters of type CommandContext Modifier and Type Method Description Void
CaseExecutionVariableCmd. execute(CommandContext commandContext)
CaseInstance
CreateCaseInstanceCmd. execute(CommandContext commandContext)
Object
GetCaseExecutionVariableCmd. execute(CommandContext commandContext)
VariableMap
GetCaseExecutionVariablesCmd. execute(CommandContext commandContext)
TypedValue
GetCaseExecutionVariableTypedCmd. execute(CommandContext commandContext)
CaseDefinition
GetDeploymentCaseDefinitionCmd. execute(CommandContext commandContext)
InputStream
GetDeploymentCaseDiagramCmd. execute(CommandContext commandContext)
InputStream
GetDeploymentCaseModelCmd. execute(CommandContext commandContext)
CmmnModelInstance
GetDeploymentCmmnModelInstanceCmd. execute(CommandContext commandContext)
Void
StateTransitionCaseExecutionCmd. execute(CommandContext commandContext)
Void
UpdateCaseDefinitionHistoryTimeToLiveCmd. execute(CommandContext commandContext)
protected CaseDefinitionEntity
CreateCaseInstanceCmd. find(CommandContext commandContext)
protected void
UpdateCaseDefinitionHistoryTimeToLiveCmd. logUserOperation(CommandContext commandContext, CaseDefinitionEntity caseDefinitionEntity)
protected void
CloseCaseInstanceCmd. performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
protected void
CompleteCaseExecutionCmd. performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
protected void
DisableCaseExecutionCmd. performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
protected void
ManualStartCaseExecutionCmd. performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
protected void
ReenableCaseExecutionCmd. performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
protected abstract void
StateTransitionCaseExecutionCmd. performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
protected void
TerminateCaseExecutionCmd. performStateTransition(CommandContext commandContext, CaseExecutionEntity caseExecution)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.cmmn.entity.repository
Methods in org.camunda.bpm.engine.impl.cmmn.entity.repository with parameters of type CommandContext Modifier and Type Method Description long
CaseDefinitionQueryImpl. executeCount(CommandContext commandContext)
List<CaseDefinition>
CaseDefinitionQueryImpl. executeList(CommandContext commandContext, Page page)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime with parameters of type CommandContext Modifier and Type Method Description long
CaseExecutionQueryImpl. executeCount(CommandContext commandContext)
long
CaseInstanceQueryImpl. executeCount(CommandContext commandContext)
long
CaseSentryPartQueryImpl. executeCount(CommandContext commandContext)
List<CaseExecution>
CaseExecutionQueryImpl. executeList(CommandContext commandContext, Page page)
List<CaseInstance>
CaseInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<CaseSentryPartEntity>
CaseSentryPartQueryImpl. executeList(CommandContext commandContext, Page page)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.context
Fields in org.camunda.bpm.engine.impl.context with type parameters of type CommandContext Modifier and Type Field Description protected static ThreadLocal<Deque<CommandContext>>
Context. commandContextThreadLocal
Methods in org.camunda.bpm.engine.impl.context that return CommandContext Modifier and Type Method Description static CommandContext
Context. getCommandContext()
Methods in org.camunda.bpm.engine.impl.context with parameters of type CommandContext Modifier and Type Method Description static void
Context. setCommandContext(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.core.variable
Methods in org.camunda.bpm.engine.impl.core.variable with parameters of type CommandContext Modifier and Type Method Description static Map<String,?>
VariableUtil. findBatchVariablesSerialized(String batchId, CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.dmn.batch
Methods in org.camunda.bpm.engine.impl.dmn.batch with parameters of type CommandContext Modifier and Type Method Description void
DeleteHistoricDecisionInstancesJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.dmn.cmd
Methods in org.camunda.bpm.engine.impl.dmn.cmd with parameters of type CommandContext Modifier and Type Method Description protected BatchElementConfiguration
DeleteHistoricDecisionInstancesBatchCmd. collectHistoricDecisionInstanceIds(CommandContext commandContext)
Object
DeleteHistoricDecisionInstanceByDefinitionIdCmd. execute(CommandContext commandContext)
Object
DeleteHistoricDecisionInstanceByInstanceIdCmd. execute(CommandContext commandContext)
Batch
DeleteHistoricDecisionInstancesBatchCmd. execute(CommandContext commandContext)
Object
DeleteHistoricDecisionInstancesBulkCmd. execute(CommandContext commandContext)
DmnDecisionResult
EvaluateDecisionCmd. execute(CommandContext commandContext)
DmnDecisionTableResult
EvaluateDecisionTableCmd. execute(CommandContext commandContext)
DecisionDefinition
GetDeploymentDecisionDefinitionCmd. execute(CommandContext commandContext)
InputStream
GetDeploymentDecisionDiagramCmd. execute(CommandContext commandContext)
InputStream
GetDeploymentDecisionModelCmd. execute(CommandContext commandContext)
DecisionRequirementsDefinition
GetDeploymentDecisionRequirementsDefinitionCmd. execute(CommandContext commandContext)
InputStream
GetDeploymentDecisionRequirementsDiagramCmd. execute(CommandContext commandContext)
InputStream
GetDeploymentDecisionRequirementsModelCmd. execute(CommandContext commandContext)
DmnModelInstance
GetDeploymentDmnModelInstanceCmd. execute(CommandContext commandContext)
protected DecisionDefinition
EvaluateDecisionCmd. getDecisionDefinition(CommandContext commandContext)
protected DecisionDefinition
EvaluateDecisionTableCmd. getDecisionDefinition(CommandContext commandContext)
protected long
DeleteHistoricDecisionInstanceByDefinitionIdCmd. getDecisionInstanceCount(CommandContext commandContext)
protected void
DeleteHistoricDecisionInstanceByDefinitionIdCmd. writeUserOperationLog(CommandContext commandContext, long numInstances)
protected void
DeleteHistoricDecisionInstanceByInstanceIdCmd. writeUserOperationLog(CommandContext commandContext)
protected void
DeleteHistoricDecisionInstancesBatchCmd. writeUserOperationLog(CommandContext commandContext, int numInstances)
protected void
DeleteHistoricDecisionInstancesBulkCmd. writeUserOperationLog(CommandContext commandContext, int numInstances)
protected void
EvaluateDecisionCmd. writeUserOperationLog(CommandContext commandContext, DecisionDefinition decisionDefinition)
protected void
EvaluateDecisionTableCmd. writeUserOperationLog(CommandContext commandContext, DecisionDefinition decisionDefinition)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.dmn.entity.repository
Methods in org.camunda.bpm.engine.impl.dmn.entity.repository with parameters of type CommandContext Modifier and Type Method Description long
DecisionDefinitionQueryImpl. executeCount(CommandContext commandContext)
long
DecisionRequirementsDefinitionQueryImpl. executeCount(CommandContext commandContext)
List<DecisionDefinition>
DecisionDefinitionQueryImpl. executeList(CommandContext commandContext, Page page)
List<DecisionRequirementsDefinition>
DecisionRequirementsDefinitionQueryImpl. executeList(CommandContext commandContext, Page page)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.event
Methods in org.camunda.bpm.engine.impl.event with parameters of type CommandContext Modifier and Type Method Description void
CompensationEventHandler. handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, String businessKey, CommandContext commandContext)
void
ConditionalEventHandler. handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, String businessKey, CommandContext commandContext)
void
EventHandler. handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, String businessKey, CommandContext commandContext)
void
EventHandlerImpl. handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, String businessKey, CommandContext commandContext)
void
SignalEventHandler. handleEvent(EventSubscriptionEntity eventSubscription, Object payload, Object payloadLocal, String businessKey, CommandContext commandContext)
void
EventHandlerImpl. handleIntermediateEvent(EventSubscriptionEntity eventSubscription, Object payload, Object localPayload, CommandContext commandContext)
protected void
SignalEventHandler. handleStartEvent(EventSubscriptionEntity eventSubscription, Map<String,Object> payload, String businessKey, CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.filter
Methods in org.camunda.bpm.engine.impl.filter with parameters of type CommandContext Modifier and Type Method Description long
FilterQueryImpl. executeCount(CommandContext commandContext)
List<Filter>
FilterQueryImpl. executeList(CommandContext commandContext, Page page)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.identity
Methods in org.camunda.bpm.engine.impl.identity with parameters of type CommandContext Modifier and Type Method Description GroupQuery
ReadOnlyIdentityProvider. createGroupQuery(CommandContext commandContext)
TenantQuery
ReadOnlyIdentityProvider. createTenantQuery(CommandContext commandContext)
UserQuery
ReadOnlyIdentityProvider. createUserQuery(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.identity.db
Methods in org.camunda.bpm.engine.impl.identity.db with parameters of type CommandContext Modifier and Type Method Description GroupQuery
DbReadOnlyIdentityServiceProvider. createGroupQuery(CommandContext commandContext)
TenantQuery
DbReadOnlyIdentityServiceProvider. createTenantQuery(CommandContext commandContext)
UserQueryImpl
DbReadOnlyIdentityServiceProvider. createUserQuery(CommandContext commandContext)
long
DbGroupQueryImpl. executeCount(CommandContext commandContext)
long
DbTenantQueryImpl. executeCount(CommandContext commandContext)
long
DbUserQueryImpl. executeCount(CommandContext commandContext)
List<Group>
DbGroupQueryImpl. executeList(CommandContext commandContext, Page page)
List<Tenant>
DbTenantQueryImpl. executeList(CommandContext commandContext, Page page)
List<User>
DbUserQueryImpl. executeList(CommandContext commandContext, Page page)
protected DbReadOnlyIdentityServiceProvider
DbGroupQueryImpl. getIdentityProvider(CommandContext commandContext)
protected DbReadOnlyIdentityServiceProvider
DbTenantQueryImpl. getIdentityProvider(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.interceptor
Methods in org.camunda.bpm.engine.impl.interceptor that return CommandContext Modifier and Type Method Description CommandContext
CommandContextFactory. createCommandContext()
CommandContext
TxContextCommandContextFactory. createCommandContext()
Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type CommandContext Modifier and Type Method Description T
Command. execute(CommandContext commandContext)
protected boolean
CommandContextInterceptor. isFromSameEngine(CommandContext existingCommandContext)
void
CommandContextListener. onCommandContextClose(CommandContext commandContext)
void
CommandContextListener. onCommandFailed(CommandContext commandContext, Throwable t)
protected <T> T
CommandContext. runWithoutAuthorization(Callable<T> runnable, CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.jobexecutor
Methods in org.camunda.bpm.engine.impl.jobexecutor with parameters of type CommandContext Modifier and Type Method Description void
AsyncContinuationJobHandler. execute(AsyncContinuationJobHandler.AsyncContinuationConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
ExclusiveJobAddedNotification. execute(CommandContext commandContext)
Void
FailedJobListener. execute(CommandContext commandContext)
Void
FailedJobListener.FailedJobListenerCmd. execute(CommandContext commandContext)
List<TimerEntity>
GetUnlockedTimersByDuedateCmd. execute(CommandContext commandContext)
void
JobHandler. execute(T configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
MessageAddedNotification. execute(CommandContext commandContext)
void
ProcessEventJobHandler. execute(ProcessEventJobHandler.EventSubscriptionJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
Void
RepeatingFailedJobListener.CreateNewTimerJobCommand. execute(CommandContext commandContext)
void
RepeatingFailedJobListener. execute(CommandContext commandContext)
Void
SuccessfulJobListener. execute(CommandContext commandContext)
void
TimerCatchIntermediateEventJobHandler. execute(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
TimerChangeJobDefinitionSuspensionStateJobHandler. execute(TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
TimerChangeProcessDefinitionSuspensionStateJobHandler. execute(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
TimerExecuteNestedActivityJobHandler. execute(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
TimerStartEventJobHandler. execute(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
TimerStartEventSubprocessJobHandler. execute(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
void
TimerTaskListenerJobHandler. execute(TimerEventJobHandler.TimerJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
protected void
ExclusiveJobAddedNotification. logExclusiveJobAdded(CommandContext commandContext)
protected void
FailedJobListener. logJobFailure(CommandContext commandContext)
protected void
SuccessfulJobListener. logJobSuccess(CommandContext commandContext)
void
JobFailureCollector. onCommandContextClose(CommandContext commandContext)
void
JobFailureCollector. onCommandFailed(CommandContext commandContext, Throwable t)
protected void
TimerStartEventJobHandler. startProcessInstance(CommandContext commandContext, String tenantId, ProcessDefinition processDefinition)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Methods in org.camunda.bpm.engine.impl.jobexecutor.historycleanup with parameters of type CommandContext Modifier and Type Method Description void
HistoryCleanupHandler. execute(CommandContext commandContext)
Void
HistoryCleanupHandler.HistoryCleanupHandlerCmd. execute(CommandContext commandContext)
void
HistoryCleanupJobHandler. execute(HistoryCleanupJobHandlerConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
Void
HistoryCleanupSchedulerCmd. execute(CommandContext commandContext)
protected HistoryCleanupHandler
HistoryCleanupJobHandler. initCleanupHandler(HistoryCleanupJobHandlerConfiguration configuration, CommandContext commandContext)
static boolean
HistoryCleanupHelper. isBatchWindowConfigured(CommandContext commandContext)
protected boolean
HistoryCleanupJobHandler. isHistoryCleanupStrategyRemovalTimeBased(CommandContext commandContext)
protected boolean
HistoryCleanupJobHandler. isWithinBatchWindow(CommandContext commandContext)
static void
HistoryCleanupHelper. prepareNextBatch(HistoryCleanupBatch historyCleanupBatch, CommandContext commandContext)
Creates next batch object for history cleanup.protected void
HistoryCleanupSchedulerCmd. reportMetrics(CommandContext commandContext)
protected void
HistoryCleanupSchedulerCmd. rescheduleRegularCall(CommandContext commandContext, JobEntity jobEntity)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.metrics
Methods in org.camunda.bpm.engine.impl.metrics with parameters of type CommandContext Modifier and Type Method Description Object
MetricsQueryImpl. execute(CommandContext commandContext)
Object
MetricsQueryImpl.MetricsQueryIntervalCmd. execute(CommandContext commandContext)
Object
MetricsQueryImpl.MetricsQuerySumCmd. execute(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.metrics.reporter
Methods in org.camunda.bpm.engine.impl.metrics.reporter with parameters of type CommandContext Modifier and Type Method Description Void
DbMetricsReporter.ReportDbMetricsValueCmd. execute(CommandContext commandContext)
Void
MetricsCollectionTask.MetricsCollectionCmd. execute(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.migration
Methods in org.camunda.bpm.engine.impl.migration with parameters of type CommandContext Modifier and Type Method Description protected void
AbstractMigrationCmd. checkAuthorizations(CommandContext commandContext, ProcessDefinitionEntity sourceDefinition, ProcessDefinitionEntity targetDefinition)
protected void
MigrateProcessInstanceCmd. ensureOperationAllowed(CommandContext commandContext, ExecutionEntity processInstance, ProcessDefinitionEntity targetProcessDefinition)
Void
MigrateProcessInstanceCmd. execute(CommandContext commandContext)
protected ProcessDefinitionEntity
AbstractMigrationCmd. getProcessDefinition(CommandContext commandContext, String processDefinitionId)
Void
MigrateProcessInstanceCmd. migrateProcessInstance(CommandContext commandContext, String processInstanceId, MigrationPlan migrationPlan, ProcessDefinitionEntity targetProcessDefinition, boolean skipJavaSerializationFormatCheck)
protected ProcessDefinitionEntity
AbstractMigrationCmd. resolveSourceProcessDefinition(CommandContext commandContext)
protected ProcessDefinitionEntity
AbstractMigrationCmd. resolveTargetProcessDefinition(CommandContext commandContext)
protected void
MigrateProcessInstanceCmd. validateInstructions(CommandContext commandContext, MigratingProcessInstance migratingProcessInstance, MigratingProcessInstanceValidationReportImpl processInstanceReport)
protected void
AbstractMigrationCmd. writeUserOperationLog(CommandContext commandContext, ProcessDefinitionEntity sourceProcessDefinition, ProcessDefinitionEntity targetProcessDefinition, int numInstances, Map<String,Object> variables, boolean async)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.migration.batch
Methods in org.camunda.bpm.engine.impl.migration.batch with parameters of type CommandContext Modifier and Type Method Description Batch
MigrateProcessInstanceBatchCmd. execute(CommandContext commandContext)
void
MigrationBatchJobHandler. execute(BatchJobConfiguration configuration, ExecutionEntity execution, CommandContext commandContext, String tenantId)
protected ProcessDefinitionEntity
MigrationBatchJobHandler. getProcessDefinition(CommandContext commandContext, String processDefinitionId)
protected void
MigrationBatchJobHandler. setVariables(String batchId, MigrationPlanImpl migrationPlan, CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.migration.instance.parser
Methods in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type CommandContext Modifier and Type Method Description protected List<EventSubscriptionEntity>
MigratingInstanceParser. fetchEventSubscriptions(CommandContext commandContext, String processInstanceId)
protected List<ExecutionEntity>
MigratingInstanceParser. fetchExecutions(CommandContext commandContext, String processInstanceId)
protected List<ExternalTaskEntity>
MigratingInstanceParser. fetchExternalTasks(CommandContext commandContext, String processInstanceId)
protected List<IncidentEntity>
MigratingInstanceParser. fetchIncidents(CommandContext commandContext, String processInstanceId)
protected List<JobDefinitionEntity>
MigratingInstanceParser. fetchJobDefinitions(CommandContext commandContext, String processDefinitionId)
protected List<JobEntity>
MigratingInstanceParser. fetchJobs(CommandContext commandContext, String processInstanceId)
protected List<TaskEntity>
MigratingInstanceParser. fetchTasks(CommandContext commandContext, String processInstanceId)
protected List<VariableInstanceEntity>
MigratingInstanceParser. fetchVariables(CommandContext commandContext, String processInstanceId)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.persistence
Methods in org.camunda.bpm.engine.impl.persistence that return CommandContext Modifier and Type Method Description protected CommandContext
AbstractManager. getCommandContext()
-
Uses of CommandContext in org.camunda.bpm.engine.impl.persistence.deploy
Methods in org.camunda.bpm.engine.impl.persistence.deploy with parameters of type CommandContext Modifier and Type Method Description Void
DeleteDeploymentFailListener.DeleteDeploymentFailCmd. execute(CommandContext commandContext)
void
DeleteDeploymentFailListener. execute(CommandContext commandContext)
Void
DeploymentFailListener.DeleteDeploymentListenerCmd. execute(CommandContext commandContext)
void
DeploymentFailListener. execute(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type CommandContext Modifier and Type Method Description void
JobEntity. execute(CommandContext commandContext)
void
TaskEntity. executeMetrics(String metricsName, CommandContext commandContext)
void
EverLivingJobEntity. init(CommandContext commandContext)
void
EverLivingJobEntity. init(CommandContext commandContext, boolean shouldResetLock)
void
JobEntity. init(CommandContext commandContext)
void
TaskEntity. onCommandContextClose(CommandContext commandContext)
void
TaskEntity. onCommandFailed(CommandContext commandContext, Throwable t)
protected void
EverLivingJobEntity. postExecute(CommandContext commandContext)
protected void
JobEntity. postExecute(CommandContext commandContext)
protected void
JobEntity. preExecute(CommandContext commandContext)
protected void
TimerEntity. preExecute(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.persistence.entity.util
Methods in org.camunda.bpm.engine.impl.persistence.entity.util with parameters of type CommandContext Modifier and Type Method Description void
TypedValueField. onCommandContextClose(CommandContext commandContext)
void
TypedValueField. onCommandFailed(CommandContext commandContext, Throwable t)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.runtime
Methods in org.camunda.bpm.engine.impl.runtime with parameters of type CommandContext Modifier and Type Method Description CorrelationHandlerResult
CorrelationHandler. correlateMessage(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
Correlate the given message to either a waiting execution or a process definition with a message start event.CorrelationHandlerResult
DefaultCorrelationHandler. correlateMessage(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
List<CorrelationHandlerResult>
CorrelationHandler. correlateMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
Correlate the given message to all waiting executions and all process definitions which have a message start event.List<CorrelationHandlerResult>
DefaultCorrelationHandler. correlateMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
protected List<CorrelationHandlerResult>
DefaultCorrelationHandler. correlateMessageToExecutions(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
protected List<CorrelationHandlerResult>
DefaultCorrelationHandler. correlateStartMessageByEventSubscription(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
protected CorrelationHandlerResult
DefaultCorrelationHandler. correlateStartMessageByProcessDefinitionId(CommandContext commandContext, String messageName, String processDefinitionId)
List<CorrelationHandlerResult>
CorrelationHandler. correlateStartMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
Correlate the given message to process definitions with a message start event.List<CorrelationHandlerResult>
DefaultCorrelationHandler. correlateStartMessages(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
protected List<ConditionHandlerResult>
DefaultConditionHandler. evaluateConditionStartByEventSubscription(CommandContext commandContext, ConditionSet conditionSet)
protected List<ConditionHandlerResult>
DefaultConditionHandler. evaluateConditionStartByProcessDefinitionId(CommandContext commandContext, ConditionSet conditionSet, String processDefinitionId)
List<ConditionHandlerResult>
ConditionHandler. evaluateStartCondition(CommandContext commandContext, ConditionSet conditionSet)
Evaluates conditions of process definition with a conditional start eventList<ConditionHandlerResult>
DefaultConditionHandler. evaluateStartCondition(CommandContext commandContext, ConditionSet conditionSet)
protected List<EventSubscriptionEntity>
DefaultConditionHandler. findConditionalStartEventSubscriptions(CommandContext commandContext, ConditionSet conditionSet)
protected List<EventSubscriptionEntity>
DefaultCorrelationHandler. findMessageStartEventSubscriptions(CommandContext commandContext, String messageName, CorrelationSet correlationSet)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.telemetry.reporter
Methods in org.camunda.bpm.engine.impl.telemetry.reporter with parameters of type CommandContext Modifier and Type Method Description Void
TelemetrySendingTask.SendInitialMsgCmd. execute(CommandContext commandContext)
protected void
TelemetrySendingTask. sendInitialMessage(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type CommandContext Modifier and Type Method Description static void
EnsureUtil. ensureWhitelistedResourceId(CommandContext commandContext, String resourceType, String resourceId)
-
Uses of CommandContext in org.camunda.bpm.engine.spring
Fields in org.camunda.bpm.engine.spring declared as CommandContext Modifier and Type Field Description protected CommandContext
SpringTransactionContext. commandContext
Methods in org.camunda.bpm.engine.spring with parameters of type CommandContext Modifier and Type Method Description TransactionContext
SpringTransactionContextFactory. openTransactionContext(CommandContext commandContext)
Constructors in org.camunda.bpm.engine.spring with parameters of type CommandContext Constructor Description SpringTransactionContext(org.springframework.transaction.PlatformTransactionManager transactionManager, CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.identity.impl.ldap
Methods in org.camunda.bpm.identity.impl.ldap with parameters of type CommandContext Modifier and Type Method Description GroupQuery
LdapIdentityProviderSession. createGroupQuery(CommandContext commandContext)
TenantQuery
LdapIdentityProviderSession. createTenantQuery(CommandContext commandContext)
UserQueryImpl
LdapIdentityProviderSession. createUserQuery(CommandContext commandContext)
long
LdapGroupQuery. executeCount(CommandContext commandContext)
long
LdapTenantQuery. executeCount(CommandContext commandContext)
long
LdapUserQueryImpl. executeCount(CommandContext commandContext)
List<Group>
LdapGroupQuery. executeList(CommandContext commandContext, Page page)
List<Tenant>
LdapTenantQuery. executeList(CommandContext commandContext, Page page)
List<User>
LdapUserQueryImpl. executeList(CommandContext commandContext, Page page)
protected LdapIdentityProviderSession
LdapGroupQuery. getLdapIdentityProvider(CommandContext commandContext)
protected LdapIdentityProviderSession
LdapUserQueryImpl. getLdapIdentityProvider(CommandContext commandContext)
-
Uses of CommandContext in org.camunda.bpm.qa.upgrade.util
Methods in org.camunda.bpm.qa.upgrade.util with parameters of type CommandContext Modifier and Type Method Description Object
ControlledCommand. execute(CommandContext commandContext)
-