Uses of Class
org.activiti.engine.impl.interceptor.CommandContext
Packages that use CommandContext
Package
Description
-
Uses of CommandContext in org.activiti.engine
Methods in org.activiti.engine with parameters of type CommandContextModifier and TypeMethodDescriptionActivitiEngineAgendaFactory.createAgenda(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl
Fields in org.activiti.engine.impl declared as CommandContextModifier and TypeFieldDescriptionprotected CommandContextAbstractNativeQuery.commandContextprotected CommandContextAbstractQuery.commandContextMethods in org.activiti.engine.impl with parameters of type CommandContextModifier and TypeMethodDescriptionAbstractNativeQuery.execute(CommandContext commandContext) AbstractQuery.execute(CommandContext commandContext) ProcessInstanceHistoryLogQueryImpl.execute(CommandContext commandContext) SchemaOperationsProcessEngineBuild.execute(CommandContext commandContext) TablePageQueryImpl.execute(CommandContext commandContext) abstract longAbstractNativeQuery.executeCount(CommandContext commandContext, Map<String, Object> parameterMap) abstract longAbstractQuery.executeCount(CommandContext commandContext) abstract longAbstractVariableQueryImpl.executeCount(CommandContext commandContext) longDeadLetterJobQueryImpl.executeCount(CommandContext commandContext) longDeploymentQueryImpl.executeCount(CommandContext commandContext) longEventSubscriptionQueryImpl.executeCount(CommandContext commandContext) longExecutionQueryImpl.executeCount(CommandContext commandContext) longHistoricActivityInstanceQueryImpl.executeCount(CommandContext commandContext) longHistoricDetailQueryImpl.executeCount(CommandContext commandContext) longHistoricProcessInstanceQueryImpl.executeCount(CommandContext commandContext) longHistoricTaskInstanceQueryImpl.executeCount(CommandContext commandContext) longHistoricVariableInstanceQueryImpl.executeCount(CommandContext commandContext) longJobQueryImpl.executeCount(CommandContext commandContext) longModelQueryImpl.executeCount(CommandContext commandContext) longNativeDeploymentQueryImpl.executeCount(CommandContext commandContext, Map<String, Object> parameterMap) longNativeExecutionQueryImpl.executeCount(CommandContext commandContext, Map<String, Object> parameterMap) longNativeHistoricActivityInstanceQueryImpl.executeCount(CommandContext commandContext, Map<String, Object> parameterMap) longNativeHistoricDetailQueryImpl.executeCount(CommandContext commandContext, Map<String, Object> parameterMap) longNativeHistoricProcessInstanceQueryImpl.executeCount(CommandContext commandContext, Map<String, Object> parameterMap) longNativeHistoricTaskInstanceQueryImpl.executeCount(CommandContext commandContext, Map<String, Object> parameterMap) longNativeHistoricVariableInstanceQueryImpl.executeCount(CommandContext commandContext, Map<String, Object> parameterMap) longNativeModelQueryImpl.executeCount(CommandContext commandContext, Map<String, Object> parameterMap) longNativeProcessDefinitionQueryImpl.executeCount(CommandContext commandContext, Map<String, Object> parameterMap) longNativeProcessInstanceQueryImpl.executeCount(CommandContext commandContext, Map<String, Object> parameterMap) longNativeTaskQueryImpl.executeCount(CommandContext commandContext, Map<String, Object> parameterMap) longProcessDefinitionQueryImpl.executeCount(CommandContext commandContext) longProcessInstanceQueryImpl.executeCount(CommandContext commandContext) longSuspendedJobQueryImpl.executeCount(CommandContext commandContext) longTaskQueryImpl.executeCount(CommandContext commandContext) longTimerJobQueryImpl.executeCount(CommandContext commandContext) AbstractNativeQuery.executeList(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) Executes the actual query to retrieve the list of results.AbstractQuery.executeList(CommandContext commandContext, Page page) Executes the actual query to retrieve the list of results.AbstractVariableQueryImpl.executeList(CommandContext commandContext, Page page) DeadLetterJobQueryImpl.executeList(CommandContext commandContext, Page page) DeploymentQueryImpl.executeList(CommandContext commandContext, Page page) EventSubscriptionQueryImpl.executeList(CommandContext commandContext, Page page) ExecutionQueryImpl.executeList(CommandContext commandContext, Page page) HistoricActivityInstanceQueryImpl.executeList(CommandContext commandContext, Page page) HistoricDetailQueryImpl.executeList(CommandContext commandContext, Page page) HistoricProcessInstanceQueryImpl.executeList(CommandContext commandContext, Page page) HistoricTaskInstanceQueryImpl.executeList(CommandContext commandContext, Page page) HistoricVariableInstanceQueryImpl.executeList(CommandContext commandContext, Page page) JobQueryImpl.executeList(CommandContext commandContext, Page page) ModelQueryImpl.executeList(CommandContext commandContext, Page page) NativeDeploymentQueryImpl.executeList(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) NativeExecutionQueryImpl.executeList(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) NativeHistoricActivityInstanceQueryImpl.executeList(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) NativeHistoricDetailQueryImpl.executeList(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) NativeHistoricProcessInstanceQueryImpl.executeList(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) NativeHistoricTaskInstanceQueryImpl.executeList(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) NativeHistoricVariableInstanceQueryImpl.executeList(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) NativeModelQueryImpl.executeList(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) NativeProcessDefinitionQueryImpl.executeList(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) NativeProcessInstanceQueryImpl.executeList(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) NativeTaskQueryImpl.executeList(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) ProcessDefinitionQueryImpl.executeList(CommandContext commandContext, Page page) ProcessInstanceQueryImpl.executeList(CommandContext commandContext, Page page) SuspendedJobQueryImpl.executeList(CommandContext commandContext, Page page) TaskQueryImpl.executeList(CommandContext commandContext, Page page) TimerJobQueryImpl.executeList(CommandContext commandContext, Page page) AbstractNativeQuery.executeSingleResult(CommandContext commandContext) AbstractQuery.executeSingleResult(CommandContext commandContext) protected voidHistoricProcessInstanceQueryImpl.localize(HistoricProcessInstance processInstance, CommandContext commandContext) Constructors in org.activiti.engine.impl with parameters of type CommandContextModifierConstructorDescriptionAbstractNativeQuery(CommandContext commandContext) AbstractQuery(CommandContext commandContext) AbstractVariableQueryImpl(CommandContext commandContext) DeadLetterJobQueryImpl(CommandContext commandContext) DeploymentQueryImpl(CommandContext commandContext) EventSubscriptionQueryImpl(CommandContext commandContext) ExecutionQueryImpl(CommandContext commandContext) HistoricActivityInstanceQueryImpl(CommandContext commandContext) HistoricDetailQueryImpl(CommandContext commandContext) HistoricProcessInstanceQueryImpl(CommandContext commandContext) HistoricVariableInstanceQueryImpl(CommandContext commandContext) JobQueryImpl(CommandContext commandContext) ModelQueryImpl(CommandContext commandContext) NativeDeploymentQueryImpl(CommandContext commandContext) NativeExecutionQueryImpl(CommandContext commandContext) NativeHistoricActivityInstanceQueryImpl(CommandContext commandContext) NativeHistoricDetailQueryImpl(CommandContext commandContext) NativeHistoricProcessInstanceQueryImpl(CommandContext commandContext) NativeHistoricTaskInstanceQueryImpl(CommandContext commandContext) NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext) NativeModelQueryImpl(CommandContext commandContext) NativeProcessDefinitionQueryImpl(CommandContext commandContext) NativeProcessInstanceQueryImpl(CommandContext commandContext) NativeTaskQueryImpl(CommandContext commandContext) ProcessDefinitionQueryImpl(CommandContext commandContext) ProcessInstanceQueryImpl(CommandContext commandContext) SuspendedJobQueryImpl(CommandContext commandContext) TaskQueryImpl(CommandContext commandContext) TimerJobQueryImpl(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.agenda
Fields in org.activiti.engine.impl.agenda declared as CommandContextModifier and TypeFieldDescriptionprotected CommandContextAbstractOperation.commandContextprotected CommandContextDefaultActivitiEngineAgenda.commandContextMethods in org.activiti.engine.impl.agenda that return CommandContextMethods in org.activiti.engine.impl.agenda with parameters of type CommandContextModifier and TypeMethodDescriptionDefaultActivitiEngineAgendaFactory.createAgenda(CommandContext commandContext) voidAbstractOperation.setCommandContext(CommandContext commandContext) Constructors in org.activiti.engine.impl.agenda with parameters of type CommandContextModifierConstructorDescriptionAbstractOperation(CommandContext commandContext, ExecutionEntity execution) ContinueMultiInstanceOperation(CommandContext commandContext, ExecutionEntity execution) ContinueProcessOperation(CommandContext commandContext, ExecutionEntity execution) ContinueProcessOperation(CommandContext commandContext, ExecutionEntity execution, boolean forceSynchronousOperation, boolean inCompensation) DefaultActivitiEngineAgenda(CommandContext commandContext) DestroyScopeOperation(CommandContext commandContext, ExecutionEntity execution) EndExecutionOperation(CommandContext commandContext, ExecutionEntity execution) ExecuteInactiveBehaviorsOperation(CommandContext commandContext) TakeOutgoingSequenceFlowsOperation(CommandContext commandContext, ExecutionEntity executionEntity, boolean evaluateConditions) TriggerExecutionOperation(CommandContext commandContext, ExecutionEntity execution) -
Uses of CommandContext in org.activiti.engine.impl.asyncexecutor
Methods in org.activiti.engine.impl.asyncexecutor that return CommandContextMethods in org.activiti.engine.impl.asyncexecutor with parameters of type CommandContextModifier and TypeMethodDescriptionFindExpiredJobsCmd.execute(CommandContext commandContext) ResetExpiredJobsCmd.execute(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.bpmn.behavior
Methods in org.activiti.engine.impl.bpmn.behavior that return CommandContextModifier and TypeMethodDescriptionprotected CommandContextMultiInstanceActivityBehavior.getCommandContext()Methods in org.activiti.engine.impl.bpmn.behavior with parameters of type CommandContextModifier and TypeMethodDescriptionprotected voidTerminateEndEventActivityBehavior.defaultTerminateEndEventBehaviour(DelegateExecution execution, CommandContext commandContext, ExecutionEntityManager executionEntityManager) protected voidBoundaryEventActivityBehavior.deleteChildExecutions(ExecutionEntity parentExecution, ExecutionEntity notToDeleteExecution, CommandContext commandContext) protected voidCancelEndEventActivityBehavior.deleteChildExecutions(ExecutionEntity parentExecution, ExecutionEntity notToDeleteExecution, CommandContext commandContext, String deleteReason) protected voidParallelMultiInstanceBehavior.deleteChildExecutions(ExecutionEntity parentExecution, boolean deleteExecution, CommandContext commandContext) protected voidBoundaryEventActivityBehavior.executeInterruptingBehavior(ExecutionEntity executionEntity, CommandContext commandContext) protected voidBoundaryEventActivityBehavior.executeNonInterruptingBehavior(ExecutionEntity executionEntity, CommandContext commandContext) protected voidTerminateEndEventActivityBehavior.terminateAllBehaviour(DelegateExecution execution, CommandContext commandContext, ExecutionEntityManager executionEntityManager) protected voidTerminateEndEventActivityBehavior.terminateMultiInstanceRoot(DelegateExecution execution, CommandContext commandContext, ExecutionEntityManager executionEntityManager) -
Uses of CommandContext in org.activiti.engine.impl.bpmn.deployer
Methods in org.activiti.engine.impl.bpmn.deployer with parameters of type CommandContextModifier and TypeMethodDescriptionprotected voidBpmnDeploymentHelper.addAuthorizationsFromIterator(CommandContext commandContext, List<String> expressions, ProcessDefinitionEntity processDefinition, BpmnDeploymentHelper.ExpressionType expressionType) protected voidCachingAndArtifactsManager.addDefinitionInfoToCache(ProcessDefinitionEntity processDefinition, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext) protected voidEventSubscriptionManager.addSignalEventSubscriptions(CommandContext commandContext, ProcessDefinitionEntity processDefinition, Process process, BpmnModel bpmnModel) -
Uses of CommandContext in org.activiti.engine.impl.bpmn.helper
Methods in org.activiti.engine.impl.bpmn.helper with parameters of type CommandContextModifier and TypeMethodDescriptionstatic booleanSkipExpressionUtil.shouldSkipFlowElement(CommandContext commandContext, DelegateExecution execution, String skipExpressionString) -
Uses of CommandContext in org.activiti.engine.impl.bpmn.helper.task
Constructors in org.activiti.engine.impl.bpmn.helper.task with parameters of type CommandContextModifierConstructorDescriptionTaskUpdater(CommandContext commandContext) TaskUpdater(CommandContext commandContext, boolean broadcastEvents) -
Uses of CommandContext in org.activiti.engine.impl.bpmn.listener
Methods in org.activiti.engine.impl.bpmn.listener with parameters of type CommandContextModifier and TypeMethodDescriptionvoidExecuteExecutionListenerTransactionListener.execute(CommandContext commandContext) voidExecuteTaskListenerTransactionListener.execute(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.bpmn.parser.factory
Methods in org.activiti.engine.impl.bpmn.parser.factory with parameters of type CommandContextModifier and TypeMethodDescriptionprotected voidDefaultMessageExecutionContext.assertNoExistingDuplicateEventSubscriptions(String messageName, String correlationKey, CommandContext commandContext) DefaultMessageExecutionContext.createMessageEventSubscription(CommandContext commandContext, DelegateExecution execution) MessageExecutionContext.createMessageEventSubscription(CommandContext commandContext, DelegateExecution execution) -
Uses of CommandContext in org.activiti.engine.impl.cfg
Methods in org.activiti.engine.impl.cfg with parameters of type CommandContextModifier and TypeMethodDescriptionvoidTransactionListener.execute(CommandContext commandContext) TransactionContextFactory.openTransactionContext(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.cfg.jta
Methods in org.activiti.engine.impl.cfg.jta with parameters of type CommandContextModifier and TypeMethodDescriptionJtaTransactionContextFactory.openTransactionContext(CommandContext commandContext) Constructors in org.activiti.engine.impl.cfg.jta with parameters of type CommandContextModifierConstructorDescriptionTransactionStateSynchronization(TransactionState transactionState, TransactionListener transactionListener, CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.cfg.multitenant
Methods in org.activiti.engine.impl.cfg.multitenant with parameters of type CommandContextModifier and TypeMethodDescriptionExecuteSchemaOperationCommand.execute(CommandContext commandContext) Deprecated. -
Uses of CommandContext in org.activiti.engine.impl.cfg.standalone
Fields in org.activiti.engine.impl.cfg.standalone declared as CommandContextModifier and TypeFieldDescriptionprotected CommandContextStandaloneMybatisTransactionContext.commandContextMethods in org.activiti.engine.impl.cfg.standalone with parameters of type CommandContextModifier and TypeMethodDescriptionprotected voidStandaloneMybatisTransactionContext.executeTransactionListeners(List<TransactionListener> transactionListeners, CommandContext commandContext) StandaloneMybatisTransactionContextFactory.openTransactionContext(CommandContext commandContext) Constructors in org.activiti.engine.impl.cfg.standalone with parameters of type CommandContext -
Uses of CommandContext in org.activiti.engine.impl.cmd
Methods in org.activiti.engine.impl.cmd with parameters of type CommandContextModifier and TypeMethodDescriptionprotected DateJobRetryCmd.calculateDueDate(CommandContext commandContext, int waitTimeInSeconds, Date oldDate) protected voidAbstractSetProcessDefinitionStateCmd.changeProcessDefinitionState(CommandContext commandContext, List<ProcessDefinitionEntity> processDefinitions) protected voidAbstractSetProcessDefinitionStateCmd.changeProcessDefinitionStateInternal(CommandContext commandContext, ProcessDefinitionEntity processDefinition) protected voidAbstractSetProcessDefinitionStateCmd.createTimerForDelayedExecution(CommandContext commandContext, List<ProcessDefinitionEntity> processDefinitions) protected voidAbstractSetProcessDefinitionStateCmd.createTimerForDelayedExecutionInternal(CommandContext commandContext, ProcessDefinitionEntity processDefinition) protected voidDeleteTaskCmd.deleteTask(CommandContext commandContext, String taskId) AbstractSetProcessDefinitionStateCmd.execute(CommandContext commandContext) AbstractSetProcessInstanceStateCmd.execute(CommandContext commandContext) AcquireJobsCmd.execute(CommandContext commandContext) AcquireTimerJobsCmd.execute(CommandContext commandContext) AddCommentCmd.execute(CommandContext commandContext) AddEditorSourceExtraForModelCmd.execute(CommandContext commandContext) AddEditorSourceForModelCmd.execute(CommandContext commandContext) AddEventListenerCommand.execute(CommandContext commandContext) protected VoidAddIdentityLinkCmd.execute(CommandContext commandContext, TaskEntity task) AddIdentityLinkForProcessDefinitionCmd.execute(CommandContext commandContext) AddIdentityLinkForProcessInstanceCmd.execute(CommandContext commandContext) CancelJobsCmd.execute(CommandContext commandContext) ChangeDeploymentTenantIdCmd.execute(CommandContext commandContext) protected VoidClaimTaskCmd.execute(CommandContext commandContext, TaskEntity task) CompleteAdhocSubProcessCmd.execute(CommandContext commandContext) protected VoidCompleteTaskCmd.execute(CommandContext commandContext, TaskEntity task) CreateAttachmentCmd.execute(CommandContext commandContext) CreateModelCmd.execute(CommandContext commandContext) CreateProcessInstanceCmd.execute(CommandContext commandContext) protected ObjectDelegateTaskCmd.execute(CommandContext commandContext, TaskEntity task) DeleteAttachmentCmd.execute(CommandContext commandContext) DeleteCommentCmd.execute(CommandContext commandContext) DeleteDeadLetterJobCmd.execute(CommandContext commandContext) DeleteDeploymentCmd.execute(CommandContext commandContext) DeleteEventLogEntry.execute(CommandContext commandContext) DeleteHistoricProcessInstanceCmd.execute(CommandContext commandContext) DeleteHistoricTaskInstanceCmd.execute(CommandContext commandContext) protected VoidDeleteIdentityLinkCmd.execute(CommandContext commandContext, TaskEntity task) DeleteIdentityLinkForProcessDefinitionCmd.execute(CommandContext commandContext) DeleteIdentityLinkForProcessInstanceCmd.execute(CommandContext commandContext) DeleteJobCmd.execute(CommandContext commandContext) DeleteModelCmd.execute(CommandContext commandContext) DeleteProcessInstanceCmd.execute(CommandContext commandContext) DeleteTaskCmd.execute(CommandContext commandContext) DeleteTimerJobCmd.execute(CommandContext commandContext) DeployCmd.execute(CommandContext commandContext) DispatchEventCommand.execute(CommandContext commandContext) ExecuteActivityForAdhocSubProcessCmd.execute(CommandContext commandContext) ExecuteAsyncJobCmd.execute(CommandContext commandContext) ExecuteCustomSqlCmd.execute(CommandContext commandContext) ExecuteJobCmd.execute(CommandContext commandContext) FindActiveActivityIdsCmd.execute(CommandContext commandContext) GetAttachmentCmd.execute(CommandContext commandContext) GetAttachmentContentCmd.execute(CommandContext commandContext) GetBpmnModelCmd.execute(CommandContext commandContext) GetCommentCmd.execute(CommandContext commandContext) GetDataObjectCmd.execute(CommandContext commandContext) GetDataObjectsCmd.execute(CommandContext commandContext) GetDeploymentProcessDefinitionCmd.execute(CommandContext commandContext) GetDeploymentProcessModelCmd.execute(CommandContext commandContext) GetDeploymentResourceCmd.execute(CommandContext commandContext) GetDeploymentResourceNamesCmd.execute(CommandContext commandContext) GetEnabledActivitiesForAdhocSubProcessCmd.execute(CommandContext commandContext) GetEventLogEntriesCmd.execute(CommandContext commandContext) GetExecutionsVariablesCmd.execute(CommandContext commandContext) GetExecutionVariableCmd.execute(CommandContext commandContext) GetExecutionVariableInstanceCmd.execute(CommandContext commandContext) GetExecutionVariableInstancesCmd.execute(CommandContext commandContext) GetExecutionVariablesCmd.execute(CommandContext commandContext) GetHistoricIdentityLinksForTaskCmd.execute(CommandContext commandContext) GetIdentityLinksForProcessDefinitionCmd.execute(CommandContext commandContext) GetIdentityLinksForProcessInstanceCmd.execute(CommandContext commandContext) GetIdentityLinksForTaskCmd.execute(CommandContext commandContext) GetJobExceptionStacktraceCmd.execute(CommandContext commandContext) GetModelCmd.execute(CommandContext commandContext) byte[]GetModelEditorSourceCmd.execute(CommandContext commandContext) byte[]GetModelEditorSourceExtraCmd.execute(CommandContext commandContext) GetNextIdBlockCmd.execute(CommandContext commandContext) com.fasterxml.jackson.databind.node.ObjectNodeGetProcessDefinitionInfoCmd.execute(CommandContext commandContext) List<? extends Attachment>GetProcessInstanceAttachmentsCmd.execute(CommandContext commandContext) GetProcessInstanceCommentsCmd.execute(CommandContext commandContext) GetProcessInstanceEventsCmd.execute(CommandContext commandContext) GetPropertiesCmd.execute(CommandContext commandContext) GetSubTasksCmd.execute(CommandContext commandContext) GetTableCountCmd.execute(CommandContext commandContext) GetTableMetaDataCmd.execute(CommandContext commandContext) GetTableNameCmd.execute(CommandContext commandContext) List<? extends Attachment>GetTaskAttachmentsCmd.execute(CommandContext commandContext) GetTaskCommentsByTypeCmd.execute(CommandContext commandContext) GetTaskCommentsCmd.execute(CommandContext commandContext) GetTaskDataObjectCmd.execute(CommandContext commandContext) GetTaskDataObjectsCmd.execute(CommandContext commandContext) GetTaskEventCmd.execute(CommandContext commandContext) GetTaskEventsCmd.execute(CommandContext commandContext) GetTasksLocalVariablesCmd.execute(CommandContext commandContext) GetTaskVariableCmd.execute(CommandContext commandContext) GetTaskVariableInstanceCmd.execute(CommandContext commandContext) GetTaskVariableInstancesCmd.execute(CommandContext commandContext) GetTaskVariablesCmd.execute(CommandContext commandContext) GetTypeCommentsCmd.execute(CommandContext commandContext) HandleFailedJobCmd.execute(CommandContext commandContext) HasExecutionVariableCmd.execute(CommandContext commandContext) HasTaskVariableCmd.execute(CommandContext commandContext) IsProcessDefinitionSuspendedCmd.execute(CommandContext commandContext) JobRetryCmd.execute(CommandContext commandContext) LockExclusiveJobCmd.execute(CommandContext commandContext) protected VoidMessageEventReceivedCmd.execute(CommandContext commandContext, ExecutionEntity execution) MoveDeadLetterJobToExecutableJobCmd.execute(CommandContext commandContext) MoveJobToDeadLetterJobCmd.execute(CommandContext commandContext) MoveTimerToExecutableJobCmd.execute(CommandContext commandContext) NeedsActiveExecutionCmd.execute(CommandContext commandContext) protected abstract TNeedsActiveExecutionCmd.execute(CommandContext commandContext, ExecutionEntity execution) Subclasses should implement this method.NeedsActiveProcessDefinitionCmd.execute(CommandContext commandContext) protected abstract TNeedsActiveProcessDefinitionCmd.execute(CommandContext commandContext, ProcessDefinitionEntity processDefinition) Subclasses should implement this.NeedsActiveTaskCmd.execute(CommandContext commandContext) protected abstract TNeedsActiveTaskCmd.execute(CommandContext commandContext, TaskEntity task) Subclasses must implement in this method their normal command logic.NewTaskCmd.execute(CommandContext commandContext) RemoveEventListenerCommand.execute(CommandContext commandContext) protected VoidRemoveExecutionVariablesCmd.execute(CommandContext commandContext, ExecutionEntity execution) protected VoidRemoveTaskVariablesCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidResolveTaskCmd.execute(CommandContext commandContext, TaskEntity task) SaveAttachmentCmd.execute(CommandContext commandContext) SaveModelCmd.execute(CommandContext commandContext) SaveProcessDefinitionInfoCmd.execute(CommandContext commandContext) SaveTaskCmd.execute(CommandContext commandContext) SetDeploymentCategoryCmd.execute(CommandContext commandContext) SetDeploymentKeyCmd.execute(CommandContext commandContext) protected ObjectSetExecutionVariablesCmd.execute(CommandContext commandContext, ExecutionEntity execution) SetJobRetriesCmd.execute(CommandContext commandContext) SetProcessDefinitionCategoryCmd.execute(CommandContext commandContext) SetProcessDefinitionVersionCmd.execute(CommandContext commandContext) SetProcessInstanceBusinessKeyCmd.execute(CommandContext commandContext) SetProcessInstanceNameCmd.execute(CommandContext commandContext) protected VoidSetTaskDueDateCmd.execute(CommandContext commandContext, TaskEntity task) protected VoidSetTaskPriorityCmd.execute(CommandContext commandContext, TaskEntity task) protected ObjectSetTaskVariablesCmd.execute(CommandContext commandContext, TaskEntity task) SetTimerJobRetriesCmd.execute(CommandContext commandContext) SignalEventReceivedCmd.execute(CommandContext commandContext) StartCreatedProcessInstanceCmd.execute(CommandContext commandContext) StartProcessInstanceByMessageCmd.execute(CommandContext commandContext) StartProcessInstanceCmd.execute(CommandContext commandContext) protected ObjectTriggerCmd.execute(CommandContext commandContext, ExecutionEntity execution) UnlockExclusiveJobCmd.execute(CommandContext commandContext) ValidateBpmnModelCmd.execute(CommandContext commandContext) ValidateExecutionRelatedEntityCountCfgCmd.execute(CommandContext commandContext) protected DeploymentDeployCmd.executeDeploy(CommandContext commandContext) protected voidAbstractSetProcessDefinitionStateCmd.executeInternal(CommandContext commandContext, List<ProcessDefinitionEntity> processDefinitions) protected voidAbstractSetProcessInstanceStateCmd.executeInternal(CommandContext commandContext, ExecutionEntity executionEntity) protected CommentAddCommentCmd.executeInternal(CommandContext commandContext, String processDefinitionId) protected voidAddIdentityLinkForProcessDefinitionCmd.executeInternal(CommandContext commandContext, ProcessDefinitionEntity processDefinition) protected voidAddIdentityLinkForProcessInstanceCmd.executeInternal(CommandContext commandContext, ExecutionEntity processInstance) protected voidChangeDeploymentTenantIdCmd.executeInternal(CommandContext commandContext, DeploymentEntity deployment) protected AttachmentCreateAttachmentCmd.executeInternal(CommandContext commandContext) protected voidDeleteAttachmentCmd.executeInternal(CommandContext commandContext, AttachmentEntity attachment, String processInstanceId, String processDefinitionId) protected voidDeleteHistoricProcessInstanceCmd.executeInternal(CommandContext commandContext, HistoricProcessInstance instance) protected voidDeleteIdentityLinkForProcessDefinitionCmd.executeInternal(CommandContext commandContext, ProcessDefinitionEntity processDefinition) protected voidDeleteIdentityLinkForProcessInstanceCmd.executeInternal(CommandContext commandContext, ExecutionEntity processInstance) protected voidDeleteProcessInstanceCmd.executeInternal(CommandContext commandContext, ExecutionEntity processInstanceEntity) protected voidExecuteAsyncJobCmd.executeInternal(CommandContext commandContext, Job job) protected voidExecuteJobCmd.executeInternal(CommandContext commandContext, Job job) protected ObjectGetExecutionVariableCmd.executeInternal(ExecutionEntity execution, CommandContext commandContext) protected com.fasterxml.jackson.databind.node.ObjectNodeGetProcessDefinitionInfoCmd.executeInternal(DeploymentManager deploymentManager, CommandContext commandContext, ProcessDefinition processDefinition) protected voidHandleFailedJobCmd.executeInternal(CommandContext commandContext, Job job) protected voidMessageEventReceivedCmd.executeInternal(CommandContext commandContext, ExecutionEntity execution) protected voidSaveAttachmentCmd.executeInternal(CommandContext commandContext, AttachmentEntity updateAttachment, String processInstanceId, String processDefinitionId) protected voidSetDeploymentCategoryCmd.executeInternal(CommandContext commandContext, DeploymentEntity deployment) protected voidSetDeploymentKeyCmd.executeInternal(CommandContext commandContext, DeploymentEntity deployment) protected voidSetProcessDefinitionCategoryCmd.executeInternal(CommandContext commandContext, ProcessDefinitionEntity processDefinition) protected voidSetProcessInstanceBusinessKeyCmd.executeInternal(CommandContext commandContext, ExecutionEntityManager executionManager, ExecutionEntity processInstance) protected voidAbstractCompleteTaskCmd.executeTaskComplete(CommandContext commandContext, TaskEntity taskEntity, Map<String, Object> variables, boolean localScope) protected ExecutionEntityJobRetryCmd.fetchExecutionEntity(CommandContext commandContext, String executionId) protected List<ProcessInstance>AbstractSetProcessDefinitionStateCmd.fetchProcessInstancesPage(CommandContext commandContext, ProcessDefinition processDefinition, int currentPageStartIndex) protected List<ProcessDefinitionEntity>AbstractSetProcessDefinitionStateCmd.findProcessDefinition(CommandContext commandContext) protected DeadLetterJobEntityDeleteDeadLetterJobCmd.getJobToDelete(CommandContext commandContext) protected JobEntityDeleteJobCmd.getJobToDelete(CommandContext commandContext) protected TimerJobEntityDeleteTimerJobCmd.getJobToDelete(CommandContext commandContext) protected List<HistoricIdentityLink>GetHistoricIdentityLinksForTaskCmd.getLinksForProcessInstance(CommandContext commandContext) protected List<HistoricIdentityLink>GetHistoricIdentityLinksForTaskCmd.getLinksForTask(CommandContext commandContext) protected VariableInstanceGetDataObjectCmd.getVariable(ExecutionEntity execution, CommandContext commandContext) protected VariableInstanceGetExecutionVariableInstanceCmd.getVariable(ExecutionEntity execution, CommandContext commandContext) protected Map<String,VariableInstance> GetExecutionVariableInstancesCmd.getVariable(ExecutionEntity execution, CommandContext commandContext) GetExecutionVariablesCmd.getVariable(ExecutionEntity execution, CommandContext commandContext) GetDataObjectsCmd.getVariables(ExecutionEntity execution, CommandContext commandContext) protected voidAcquireJobsCmd.lockJob(CommandContext commandContext, JobEntity job, int lockTimeInMillis) protected voidAcquireTimerJobsCmd.lockJob(CommandContext commandContext, TimerJobEntity job, int lockTimeInMillis) protected voidDeployCmd.scheduleProcessDefinitionActivation(CommandContext commandContext, DeploymentEntity deployment) protected voidAbstractSetProcessInstanceStateCmd.suspendAllJobs(CommandContext commandContext) protected voidAbstractSetProcessInstanceStateCmd.updateChildrenSuspensionState(CommandContext commandContext) protected voidAbstractSetProcessInstanceStateCmd.updateTaskSuspensionState(CommandContext commandContext) protected voidSetProcessDefinitionVersionCmd.validateAndSwitchVersionOfExecution(CommandContext commandContext, ExecutionEntity execution, ProcessDefinition newProcessDefinition) protected ExecutionEntityCreateAttachmentCmd.verifyExecutionParameters(CommandContext commandContext) protected TaskEntityCreateAttachmentCmd.verifyTaskParameters(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.cmd.integration
Methods in org.activiti.engine.impl.cmd.integration with parameters of type CommandContextModifier and TypeMethodDescriptionDeleteIntegrationContextCmd.execute(CommandContext commandContext) RetrieveIntegrationContextsCmd.execute(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.context
Fields in org.activiti.engine.impl.context with type parameters of type CommandContextModifier and TypeFieldDescriptionprotected static ThreadLocal<Stack<CommandContext>>Context.commandContextThreadLocalMethods in org.activiti.engine.impl.context that return CommandContextMethods in org.activiti.engine.impl.context with parameters of type CommandContextModifier and TypeMethodDescriptionstatic voidContext.setCommandContext(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.db
Methods in org.activiti.engine.impl.db with parameters of type CommandContext -
Uses of CommandContext in org.activiti.engine.impl.event
Methods in org.activiti.engine.impl.event with parameters of type CommandContextModifier and TypeMethodDescriptionprotected voidSignalEventHandler.dispatchActivitySignalledEvent(DelegateExecution execution, String signalName, Object payload, CommandContext commandContext) voidAbstractEventHandler.handleEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) voidCompensationEventHandler.handleEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) voidEventHandler.handleEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) voidMessageEventHandler.handleEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) voidSignalEventHandler.handleEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.event.logger
Methods in org.activiti.engine.impl.event.logger with parameters of type CommandContextModifier and TypeMethodDescriptionvoidDatabaseEventFlusher.afterSessionsFlush(CommandContext commandContext) voidAbstractEventFlusher.closed(CommandContext commandContext) voidDatabaseEventFlusher.closeFailure(CommandContext commandContext) voidDatabaseEventFlusher.closing(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.event.logger.handler
Methods in org.activiti.engine.impl.event.logger.handler with parameters of type CommandContextModifier and TypeMethodDescriptionActivityCompensatedEventHandler.generateEventLogEntry(CommandContext commandContext) ActivityCompletedEventHandler.generateEventLogEntry(CommandContext commandContext) ActivityErrorReceivedEventHandler.generateEventLogEntry(CommandContext commandContext) ActivityMessageEventHandler.generateEventLogEntry(CommandContext commandContext) ActivitySignaledEventHandler.generateEventLogEntry(CommandContext commandContext) ActivityStartedEventHandler.generateEventLogEntry(CommandContext commandContext) EngineClosedEventHandler.generateEventLogEntry(CommandContext commandContext) EngineCreatedEventHandler.generateEventLogEntry(CommandContext commandContext) EventLoggerEventHandler.generateEventLogEntry(CommandContext commandContext) ProcessInstanceEndedEventHandler.generateEventLogEntry(CommandContext commandContext) ProcessInstanceStartedEventHandler.generateEventLogEntry(CommandContext commandContext) SequenceFlowTakenEventHandler.generateEventLogEntry(CommandContext commandContext) TaskAssignedEventHandler.generateEventLogEntry(CommandContext commandContext) TaskCompletedEventHandler.generateEventLogEntry(CommandContext commandContext) TaskCreatedEventHandler.generateEventLogEntry(CommandContext commandContext) VariableCreatedEventHandler.generateEventLogEntry(CommandContext commandContext) VariableDeletedEventHandler.generateEventLogEntry(CommandContext commandContext) VariableUpdatedEventHandler.generateEventLogEntry(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.interceptor
Methods in org.activiti.engine.impl.interceptor that return CommandContextMethods in org.activiti.engine.impl.interceptor with parameters of type CommandContextModifier and TypeMethodDescriptionvoidCommandContextCloseListener.afterSessionsFlush(CommandContext commandContext) Called when theSessionhave been successfully flushed.voidTransactionCommandContextCloseListener.afterSessionsFlush(CommandContext commandContext) voidCommandContextCloseListener.closed(CommandContext commandContext) Called when theCommandContextis successfully closed.voidTransactionCommandContextCloseListener.closed(CommandContext commandContext) voidCommandContextCloseListener.closeFailure(CommandContext commandContext) Called when theCommandContexthas not been successully closed due to an exception that happened.voidTransactionCommandContextCloseListener.closeFailure(CommandContext commandContext) voidCommandContextCloseListener.closing(CommandContext commandContext) Called when theCommandContextis being closed, but no 'close logic' has been executed.voidTransactionCommandContextCloseListener.closing(CommandContext commandContext) Command.execute(CommandContext commandContext) protected voidCommandInvoker.executeOperations(CommandContext commandContext) SessionFactory.openSession(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.jobexecutor
Methods in org.activiti.engine.impl.jobexecutor with parameters of type CommandContextModifier and TypeMethodDescriptionvoidAsyncJobAddedNotification.afterSessionsFlush(CommandContext commandContext) voidFailedJobListener.afterSessionsFlush(CommandContext commandContext) voidAsyncJobAddedNotification.closed(CommandContext commandContext) voidFailedJobListener.closed(CommandContext context) voidAsyncJobAddedNotification.closeFailure(CommandContext commandContext) voidFailedJobListener.closeFailure(CommandContext commandContext) voidAsyncJobAddedNotification.closing(CommandContext commandContext) voidFailedJobListener.closing(CommandContext commandContext) voidAsyncContinuationJobHandler.execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext) voidJobHandler.execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext) voidProcessEventJobHandler.execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext) voidTimerActivateProcessDefinitionHandler.execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext) voidTimerStartEventJobHandler.execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext) voidTimerSuspendProcessDefinitionHandler.execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext) voidTriggerTimerEventJobHandler.execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.persistence
Methods in org.activiti.engine.impl.persistence that return CommandContextMethods in org.activiti.engine.impl.persistence with parameters of type CommandContextModifier and TypeMethodDescriptionGenericManagerFactory.openSession(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.persistence.deploy
Methods in org.activiti.engine.impl.persistence.deploy with parameters of type CommandContextModifier and TypeMethodDescriptionprotected ProcessDefinitionCacheEntryDeploymentManager.resolveProcessDefinitionInternal(CommandContext commandContext, ProcessDefinition processDefinition, String deploymentId, String processDefinitionId) protected ProcessDefinitionInfoCacheObjectProcessDefinitionInfoCache.retrieveProcessDefinitionInfoCacheObject(String processDefinitionId, CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.util
Methods in org.activiti.engine.impl.util with parameters of type CommandContextModifier and TypeMethodDescriptionProcessInstanceHelper.getCorrelationKey(CommandContext commandContext, MessageEventDefinition messageEventDefinition, DelegateExecution execution) protected StringProcessInstanceHelper.getMessageName(CommandContext commandContext, MessageEventDefinition messageEventDefinition, DelegateExecution execution) voidProcessInstanceHelper.startProcessInstance(ExecutionEntity processInstance, CommandContext commandContext, Map<String, Object> variables, FlowElement initialFlowElement, Map<String, Object> transientVariables) -
Uses of CommandContext in org.activiti.engine.impl.variable
Methods in org.activiti.engine.impl.variable with parameters of type CommandContextModifier and TypeMethodDescriptionvoidVerifyDeserializedObjectCommandContextCloseListener.afterSessionsFlush(CommandContext commandContext) voidVerifyDeserializedObjectCommandContextCloseListener.closed(CommandContext commandContext) voidVerifyDeserializedObjectCommandContextCloseListener.closeFailure(CommandContext commandContext) voidVerifyDeserializedObjectCommandContextCloseListener.closing(CommandContext commandContext) EntityManagerSessionFactory.openSession(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.test.profiler
Methods in org.activiti.engine.test.profiler with parameters of type CommandContextModifier and TypeMethodDescriptionProfilingDbSqlSessionFactory.openSession(CommandContext commandContext)