Uses of Class
org.activiti.engine.impl.interceptor.CommandContext
-
-
Uses of CommandContext in org.activiti.engine
Methods in org.activiti.engine with parameters of type CommandContext Modifier and Type Method Description ActivitiEngineAgendaActivitiEngineAgendaFactory. createAgenda(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl
Fields in org.activiti.engine.impl declared as CommandContext Modifier and Type Field Description protected CommandContextAbstractNativeQuery. commandContextprotected CommandContextAbstractQuery. commandContextMethods in org.activiti.engine.impl with parameters of type CommandContext Modifier and Type Method Description ObjectAbstractNativeQuery. execute(CommandContext commandContext)ObjectAbstractQuery. execute(CommandContext commandContext)ProcessInstanceHistoryLogProcessInstanceHistoryLogQueryImpl. execute(CommandContext commandContext)ObjectSchemaOperationsProcessEngineBuild. execute(CommandContext commandContext)TablePageTablePageQueryImpl. 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)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<Job>DeadLetterJobQueryImpl. executeList(CommandContext commandContext, Page page)List<Deployment>DeploymentQueryImpl. executeList(CommandContext commandContext, Page page)List<EventSubscriptionEntity>EventSubscriptionQueryImpl. executeList(CommandContext commandContext, Page page)List<Execution>ExecutionQueryImpl. executeList(CommandContext commandContext, Page page)List<HistoricActivityInstance>HistoricActivityInstanceQueryImpl. executeList(CommandContext commandContext, Page page)List<HistoricDetail>HistoricDetailQueryImpl. 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<Job>JobQueryImpl. executeList(CommandContext commandContext, Page page)List<Model>ModelQueryImpl. executeList(CommandContext commandContext, Page page)List<Deployment>NativeDeploymentQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)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<HistoricDetail>NativeHistoricDetailQueryImpl. 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<Model>NativeModelQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)List<ProcessDefinition>NativeProcessDefinitionQueryImpl. 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<ProcessDefinition>ProcessDefinitionQueryImpl. executeList(CommandContext commandContext, Page page)List<ProcessInstance>ProcessInstanceQueryImpl. executeList(CommandContext commandContext, Page page)List<Job>SuspendedJobQueryImpl. executeList(CommandContext commandContext, Page page)List<Task>TaskQueryImpl. executeList(CommandContext commandContext, Page page)List<Job>TimerJobQueryImpl. executeList(CommandContext commandContext, Page page)UAbstractNativeQuery. executeSingleResult(CommandContext commandContext)UAbstractQuery. executeSingleResult(CommandContext commandContext)protected voidHistoricProcessInstanceQueryImpl. localize(HistoricProcessInstance processInstance, CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.agenda
Fields in org.activiti.engine.impl.agenda declared as CommandContext Modifier and Type Field Description protected CommandContextAbstractOperation. commandContextprotected CommandContextDefaultActivitiEngineAgenda. commandContextMethods in org.activiti.engine.impl.agenda that return CommandContext Modifier and Type Method Description CommandContextAbstractOperation. getCommandContext()Methods in org.activiti.engine.impl.agenda with parameters of type CommandContext Modifier and Type Method Description ActivitiEngineAgendaDefaultActivitiEngineAgendaFactory. createAgenda(CommandContext commandContext)voidAbstractOperation. setCommandContext(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.asyncexecutor
Methods in org.activiti.engine.impl.asyncexecutor that return CommandContext Modifier and Type Method Description protected CommandContextDefaultJobManager. getCommandContext()Methods in org.activiti.engine.impl.asyncexecutor with parameters of type CommandContext Modifier and Type Method Description List<JobEntity>FindExpiredJobsCmd. execute(CommandContext commandContext)VoidResetExpiredJobsCmd. execute(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.bpmn.behavior
Methods in org.activiti.engine.impl.bpmn.behavior that return CommandContext Modifier and Type Method Description protected CommandContextMultiInstanceActivityBehavior. getCommandContext()Methods in org.activiti.engine.impl.bpmn.behavior with parameters of type CommandContext Modifier and Type Method Description protected 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 CommandContext Modifier and Type Method Description protected voidBpmnDeploymentHelper. addAuthorizationsFromIterator(CommandContext commandContext, List<String> expressions, ProcessDefinitionEntity processDefinition, org.activiti.engine.impl.bpmn.deployer.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 CommandContext Modifier and Type Method Description static booleanSkipExpressionUtil. shouldSkipFlowElement(CommandContext commandContext, DelegateExecution execution, String skipExpressionString) -
Uses of CommandContext in org.activiti.engine.impl.bpmn.listener
Methods in org.activiti.engine.impl.bpmn.listener with parameters of type CommandContext Modifier and Type Method Description voidExecuteExecutionListenerTransactionListener. 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 CommandContext Modifier and Type Method Description protected voidDefaultMessageExecutionContext. assertNoExistingDuplicateEventSubscriptions(String messageName, String correlationKey, CommandContext commandContext)MessageEventSubscriptionEntityDefaultMessageExecutionContext. createMessageEventSubscription(CommandContext commandContext, DelegateExecution execution)MessageEventSubscriptionEntityMessageExecutionContext. 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 CommandContext Modifier and Type Method Description voidTransactionListener. execute(CommandContext commandContext)TransactionContextTransactionContextFactory. 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 CommandContext Modifier and Type Method Description TransactionContextJtaTransactionContextFactory. openTransactionContext(CommandContext commandContext)Constructors in org.activiti.engine.impl.cfg.jta with parameters of type CommandContext Constructor Description TransactionStateSynchronization(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 CommandContext Modifier and Type Method Description VoidExecuteSchemaOperationCommand. execute(CommandContext commandContext)Deprecated. -
Uses of CommandContext in org.activiti.engine.impl.cfg.standalone
Fields in org.activiti.engine.impl.cfg.standalone declared as CommandContext Modifier and Type Field Description protected CommandContextStandaloneMybatisTransactionContext. commandContextMethods in org.activiti.engine.impl.cfg.standalone with parameters of type CommandContext Modifier and Type Method Description protected voidStandaloneMybatisTransactionContext. executeTransactionListeners(List<TransactionListener> transactionListeners, CommandContext commandContext)TransactionContextStandaloneMybatisTransactionContextFactory. openTransactionContext(CommandContext commandContext)Constructors in org.activiti.engine.impl.cfg.standalone with parameters of type CommandContext Constructor Description StandaloneMybatisTransactionContext(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.cmd
Methods in org.activiti.engine.impl.cmd with parameters of type CommandContext Modifier and Type Method Description protected 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)VoidAbstractSetProcessDefinitionStateCmd. execute(CommandContext commandContext)VoidAbstractSetProcessInstanceStateCmd. execute(CommandContext commandContext)AcquiredJobEntitiesAcquireJobsCmd. execute(CommandContext commandContext)AcquiredTimerJobEntitiesAcquireTimerJobsCmd. execute(CommandContext commandContext)CommentAddCommentCmd. execute(CommandContext commandContext)ObjectAddEditorSourceExtraForModelCmd. execute(CommandContext commandContext)ObjectAddEditorSourceForModelCmd. execute(CommandContext commandContext)VoidAddEventListenerCommand. execute(CommandContext commandContext)protected VoidAddIdentityLinkCmd. execute(CommandContext commandContext, TaskEntity task)VoidAddIdentityLinkForProcessDefinitionCmd. execute(CommandContext commandContext)VoidAddIdentityLinkForProcessInstanceCmd. execute(CommandContext commandContext)VoidCancelJobsCmd. execute(CommandContext commandContext)VoidChangeDeploymentTenantIdCmd. execute(CommandContext commandContext)protected VoidClaimTaskCmd. execute(CommandContext commandContext, TaskEntity task)VoidCompleteAdhocSubProcessCmd. execute(CommandContext commandContext)protected VoidCompleteTaskCmd. execute(CommandContext commandContext, TaskEntity task)AttachmentCreateAttachmentCmd. execute(CommandContext commandContext)ModelCreateModelCmd. execute(CommandContext commandContext)ProcessInstanceCreateProcessInstanceCmd. execute(CommandContext commandContext)protected ObjectDelegateTaskCmd. execute(CommandContext commandContext, TaskEntity task)ObjectDeleteAttachmentCmd. execute(CommandContext commandContext)VoidDeleteCommentCmd. execute(CommandContext commandContext)ObjectDeleteDeadLetterJobCmd. execute(CommandContext commandContext)VoidDeleteDeploymentCmd. execute(CommandContext commandContext)VoidDeleteEventLogEntry. execute(CommandContext commandContext)ObjectDeleteHistoricProcessInstanceCmd. execute(CommandContext commandContext)ObjectDeleteHistoricTaskInstanceCmd. execute(CommandContext commandContext)protected VoidDeleteIdentityLinkCmd. execute(CommandContext commandContext, TaskEntity task)VoidDeleteIdentityLinkForProcessDefinitionCmd. execute(CommandContext commandContext)VoidDeleteIdentityLinkForProcessInstanceCmd. execute(CommandContext commandContext)ObjectDeleteJobCmd. execute(CommandContext commandContext)VoidDeleteModelCmd. execute(CommandContext commandContext)VoidDeleteProcessInstanceCmd. execute(CommandContext commandContext)VoidDeleteTaskCmd. execute(CommandContext commandContext)ObjectDeleteTimerJobCmd. execute(CommandContext commandContext)DeploymentDeployCmd. execute(CommandContext commandContext)VoidDispatchEventCommand. execute(CommandContext commandContext)ExecutionExecuteActivityForAdhocSubProcessCmd. execute(CommandContext commandContext)ObjectExecuteAsyncJobCmd. execute(CommandContext commandContext)ResultTypeExecuteCustomSqlCmd. execute(CommandContext commandContext)ObjectExecuteJobCmd. execute(CommandContext commandContext)List<String>FindActiveActivityIdsCmd. execute(CommandContext commandContext)AttachmentGetAttachmentCmd. execute(CommandContext commandContext)InputStreamGetAttachmentContentCmd. execute(CommandContext commandContext)BpmnModelGetBpmnModelCmd. execute(CommandContext commandContext)CommentGetCommentCmd. execute(CommandContext commandContext)DataObjectGetDataObjectCmd. execute(CommandContext commandContext)Map<String,DataObject>GetDataObjectsCmd. execute(CommandContext commandContext)ProcessDefinitionGetDeploymentProcessDefinitionCmd. execute(CommandContext commandContext)InputStreamGetDeploymentProcessModelCmd. execute(CommandContext commandContext)InputStreamGetDeploymentResourceCmd. execute(CommandContext commandContext)ListGetDeploymentResourceNamesCmd. execute(CommandContext commandContext)List<FlowNode>GetEnabledActivitiesForAdhocSubProcessCmd. execute(CommandContext commandContext)List<EventLogEntry>GetEventLogEntriesCmd. execute(CommandContext commandContext)List<VariableInstance>GetExecutionsVariablesCmd. execute(CommandContext commandContext)ObjectGetExecutionVariableCmd. execute(CommandContext commandContext)VariableInstanceGetExecutionVariableInstanceCmd. execute(CommandContext commandContext)Map<String,VariableInstance>GetExecutionVariableInstancesCmd. execute(CommandContext commandContext)Map<String,Object>GetExecutionVariablesCmd. execute(CommandContext commandContext)List<HistoricIdentityLink>GetHistoricIdentityLinksForTaskCmd. execute(CommandContext commandContext)List<IdentityLink>GetIdentityLinksForProcessDefinitionCmd. execute(CommandContext commandContext)List<IdentityLink>GetIdentityLinksForProcessInstanceCmd. execute(CommandContext commandContext)List<IdentityLink>GetIdentityLinksForTaskCmd. execute(CommandContext commandContext)StringGetJobExceptionStacktraceCmd. execute(CommandContext commandContext)ModelEntityGetModelCmd. execute(CommandContext commandContext)byte[]GetModelEditorSourceCmd. execute(CommandContext commandContext)byte[]GetModelEditorSourceExtraCmd. execute(CommandContext commandContext)IdBlockGetNextIdBlockCmd. execute(CommandContext commandContext)com.fasterxml.jackson.databind.node.ObjectNodeGetProcessDefinitionInfoCmd. execute(CommandContext commandContext)List<? extends Attachment>GetProcessInstanceAttachmentsCmd. execute(CommandContext commandContext)List<Comment>GetProcessInstanceCommentsCmd. execute(CommandContext commandContext)List<Event>GetProcessInstanceEventsCmd. execute(CommandContext commandContext)Map<String,String>GetPropertiesCmd. execute(CommandContext commandContext)List<Task>GetSubTasksCmd. execute(CommandContext commandContext)Map<String,Long>GetTableCountCmd. execute(CommandContext commandContext)TableMetaDataGetTableMetaDataCmd. execute(CommandContext commandContext)StringGetTableNameCmd. execute(CommandContext commandContext)List<? extends Attachment>GetTaskAttachmentsCmd. execute(CommandContext commandContext)List<Comment>GetTaskCommentsByTypeCmd. execute(CommandContext commandContext)List<Comment>GetTaskCommentsCmd. execute(CommandContext commandContext)DataObjectGetTaskDataObjectCmd. execute(CommandContext commandContext)Map<String,DataObject>GetTaskDataObjectsCmd. execute(CommandContext commandContext)EventGetTaskEventCmd. execute(CommandContext commandContext)List<Event>GetTaskEventsCmd. execute(CommandContext commandContext)List<VariableInstance>GetTasksLocalVariablesCmd. execute(CommandContext commandContext)ObjectGetTaskVariableCmd. execute(CommandContext commandContext)VariableInstanceGetTaskVariableInstanceCmd. execute(CommandContext commandContext)Map<String,VariableInstance>GetTaskVariableInstancesCmd. execute(CommandContext commandContext)Map<String,Object>GetTaskVariablesCmd. execute(CommandContext commandContext)List<Comment>GetTypeCommentsCmd. execute(CommandContext commandContext)BooleanHasExecutionVariableCmd. execute(CommandContext commandContext)BooleanHasTaskVariableCmd. execute(CommandContext commandContext)BooleanIsProcessDefinitionSuspendedCmd. execute(CommandContext commandContext)ObjectJobRetryCmd. execute(CommandContext commandContext)ObjectLockExclusiveJobCmd. execute(CommandContext commandContext)protected VoidMessageEventReceivedCmd. execute(CommandContext commandContext, ExecutionEntity execution)JobEntityMoveDeadLetterJobToExecutableJobCmd. execute(CommandContext commandContext)DeadLetterJobEntityMoveJobToDeadLetterJobCmd. execute(CommandContext commandContext)JobEntityMoveTimerToExecutableJobCmd. execute(CommandContext commandContext)TNeedsActiveExecutionCmd. execute(CommandContext commandContext)protected abstract TNeedsActiveExecutionCmd. execute(CommandContext commandContext, ExecutionEntity execution)Subclasses should implement this method.TNeedsActiveProcessDefinitionCmd. execute(CommandContext commandContext)protected abstract TNeedsActiveProcessDefinitionCmd. execute(CommandContext commandContext, ProcessDefinitionEntity processDefinition)Subclasses should implement this.TNeedsActiveTaskCmd. execute(CommandContext commandContext)protected abstract TNeedsActiveTaskCmd. execute(CommandContext commandContext, TaskEntity task)Subclasses must implement in this method their normal command logic.TaskNewTaskCmd. execute(CommandContext commandContext)VoidRemoveEventListenerCommand. execute(CommandContext commandContext)protected VoidRemoveExecutionVariablesCmd. execute(CommandContext commandContext, ExecutionEntity execution)protected VoidRemoveTaskVariablesCmd. execute(CommandContext commandContext, TaskEntity task)protected VoidResolveTaskCmd. execute(CommandContext commandContext, TaskEntity task)ObjectSaveAttachmentCmd. execute(CommandContext commandContext)VoidSaveModelCmd. execute(CommandContext commandContext)VoidSaveProcessDefinitionInfoCmd. execute(CommandContext commandContext)TaskSaveTaskCmd. execute(CommandContext commandContext)VoidSetDeploymentCategoryCmd. execute(CommandContext commandContext)VoidSetDeploymentKeyCmd. execute(CommandContext commandContext)protected ObjectSetExecutionVariablesCmd. execute(CommandContext commandContext, ExecutionEntity execution)VoidSetJobRetriesCmd. execute(CommandContext commandContext)VoidSetProcessDefinitionCategoryCmd. execute(CommandContext commandContext)VoidSetProcessDefinitionVersionCmd. execute(CommandContext commandContext)VoidSetProcessInstanceBusinessKeyCmd. execute(CommandContext commandContext)VoidSetProcessInstanceNameCmd. execute(CommandContext commandContext)protected VoidSetTaskDueDateCmd. execute(CommandContext commandContext, TaskEntity task)protected VoidSetTaskPriorityCmd. execute(CommandContext commandContext, TaskEntity task)protected ObjectSetTaskVariablesCmd. execute(CommandContext commandContext, TaskEntity task)VoidSetTimerJobRetriesCmd. execute(CommandContext commandContext)VoidSignalEventReceivedCmd. execute(CommandContext commandContext)ProcessInstanceStartCreatedProcessInstanceCmd. execute(CommandContext commandContext)ProcessInstanceStartProcessInstanceByMessageCmd. execute(CommandContext commandContext)ProcessInstanceStartProcessInstanceCmd. execute(CommandContext commandContext)protected ObjectTriggerCmd. execute(CommandContext commandContext, ExecutionEntity execution)ObjectUnlockExclusiveJobCmd. execute(CommandContext commandContext)List<ValidationError>ValidateBpmnModelCmd. execute(CommandContext commandContext)VoidValidateExecutionRelatedEntityCountCfgCmd. 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 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 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)Map<String,Object>GetExecutionVariablesCmd. getVariable(ExecutionEntity execution, CommandContext commandContext)Map<String,VariableInstance>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 CommandContext Modifier and Type Method Description IntegrationContextEntityDeleteIntegrationContextCmd. execute(CommandContext commandContext)IntegrationContextEntityRetrieveIntegrationContextsCmd. execute(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.context
Fields in org.activiti.engine.impl.context with type parameters of type CommandContext Modifier and Type Field Description protected static ThreadLocal<Stack<CommandContext>>Context. commandContextThreadLocalMethods in org.activiti.engine.impl.context that return CommandContext Modifier and Type Method Description static CommandContextContext. getCommandContext()Methods in org.activiti.engine.impl.context with parameters of type CommandContext Modifier and Type Method Description static 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 Modifier and Type Method Description SessionDbSqlSessionFactory. openSession(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.event
Methods in org.activiti.engine.impl.event with parameters of type CommandContext Modifier and Type Method Description protected 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 CommandContext Modifier and Type Method Description voidDatabaseEventFlusher. 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
-
Uses of CommandContext in org.activiti.engine.impl.interceptor
Methods in org.activiti.engine.impl.interceptor that return CommandContext Modifier and Type Method Description CommandContextCommandContextFactory. createCommandContext(Command<?> cmd)Methods in org.activiti.engine.impl.interceptor with parameters of type CommandContext Modifier and Type Method Description voidCommandContextCloseListener. 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)TCommand. execute(CommandContext commandContext)protected voidCommandInvoker. executeOperations(CommandContext commandContext)SessionSessionFactory. openSession(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.jobexecutor
Methods in org.activiti.engine.impl.jobexecutor with parameters of type CommandContext Modifier and Type Method Description voidAsyncJobAddedNotification. 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 CommandContext Modifier and Type Method Description protected CommandContextAbstractManager. getCommandContext()Methods in org.activiti.engine.impl.persistence with parameters of type CommandContext Modifier and Type Method Description SessionGenericManagerFactory. 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 CommandContext Modifier and Type Method Description protected 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 CommandContext Modifier and Type Method Description protected Optional<String>ProcessInstanceHelper. 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 CommandContext Modifier and Type Method Description voidVerifyDeserializedObjectCommandContextCloseListener. afterSessionsFlush(CommandContext commandContext)voidVerifyDeserializedObjectCommandContextCloseListener. closed(CommandContext commandContext)voidVerifyDeserializedObjectCommandContextCloseListener. closeFailure(CommandContext commandContext)voidVerifyDeserializedObjectCommandContextCloseListener. closing(CommandContext commandContext)SessionEntityManagerSessionFactory. openSession(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.test.profiler
Methods in org.activiti.engine.test.profiler with parameters of type CommandContext Modifier and Type Method Description SessionProfilingDbSqlSessionFactory. openSession(CommandContext commandContext)
-