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 java.lang.ObjectAbstractNativeQuery. execute(CommandContext commandContext)java.lang.ObjectAbstractQuery. execute(CommandContext commandContext)ProcessInstanceHistoryLogProcessInstanceHistoryLogQueryImpl. execute(CommandContext commandContext)java.lang.ObjectSchemaOperationsProcessEngineBuild. execute(CommandContext commandContext)TablePageTablePageQueryImpl. execute(CommandContext commandContext)abstract longAbstractNativeQuery. executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,java.lang.Object> parameterMap)longNativeExecutionQueryImpl. executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)longNativeHistoricActivityInstanceQueryImpl. executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)longNativeHistoricDetailQueryImpl. executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)longNativeHistoricProcessInstanceQueryImpl. executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)longNativeHistoricTaskInstanceQueryImpl. executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)longNativeHistoricVariableInstanceQueryImpl. executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)longNativeModelQueryImpl. executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)longNativeProcessDefinitionQueryImpl. executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)longNativeProcessInstanceQueryImpl. executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)longNativeTaskQueryImpl. executeCount(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap)longProcessDefinitionQueryImpl. executeCount(CommandContext commandContext)longProcessInstanceQueryImpl. executeCount(CommandContext commandContext)longSuspendedJobQueryImpl. executeCount(CommandContext commandContext)longTaskQueryImpl. executeCount(CommandContext commandContext)longTimerJobQueryImpl. executeCount(CommandContext commandContext)abstract java.util.List<U>AbstractNativeQuery. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)Executes the actual query to retrieve the list of results.abstract java.util.List<U>AbstractQuery. executeList(CommandContext commandContext, Page page)Executes the actual query to retrieve the list of results.abstract java.util.List<U>AbstractVariableQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<Job>DeadLetterJobQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<Deployment>DeploymentQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<EventSubscriptionEntity>EventSubscriptionQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<Execution>ExecutionQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<HistoricActivityInstance>HistoricActivityInstanceQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<HistoricDetail>HistoricDetailQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<HistoricProcessInstance>HistoricProcessInstanceQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<HistoricTaskInstance>HistoricTaskInstanceQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<HistoricVariableInstance>HistoricVariableInstanceQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<Job>JobQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<Model>ModelQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<Deployment>NativeDeploymentQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<Execution>NativeExecutionQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<HistoricActivityInstance>NativeHistoricActivityInstanceQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<HistoricDetail>NativeHistoricDetailQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<HistoricProcessInstance>NativeHistoricProcessInstanceQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<HistoricTaskInstance>NativeHistoricTaskInstanceQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<HistoricVariableInstance>NativeHistoricVariableInstanceQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<Model>NativeModelQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<ProcessDefinition>NativeProcessDefinitionQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<ProcessInstance>NativeProcessInstanceQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<Task>NativeTaskQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<ProcessDefinition>ProcessDefinitionQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<ProcessInstance>ProcessInstanceQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<Job>SuspendedJobQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<Task>TaskQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<Job>TimerJobQueryImpl. executeList(CommandContext commandContext, Page page)UAbstractNativeQuery. executeSingleResult(CommandContext commandContext)UAbstractQuery. executeSingleResult(CommandContext commandContext)DeploymentDeploymentQueryImpl. 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 java.util.List<JobEntity>FindExpiredJobsCmd. execute(CommandContext commandContext)java.lang.VoidResetExpiredJobsCmd. execute(CommandContext commandContext) -
Uses of CommandContext in org.activiti.engine.impl.bpmn.behavior
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, java.lang.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, java.util.List<java.lang.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, org.activiti.bpmn.model.Process process, org.activiti.bpmn.model.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, java.lang.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(java.lang.String messageName, java.lang.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 java.lang.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(java.util.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 java.util.DateJobRetryCmd. calculateDueDate(CommandContext commandContext, int waitTimeInSeconds, java.util.Date oldDate)protected voidAbstractSetProcessDefinitionStateCmd. changeProcessDefinitionState(CommandContext commandContext, java.util.List<ProcessDefinitionEntity> processDefinitions)protected voidAbstractSetProcessDefinitionStateCmd. createTimerForDelayedExecution(CommandContext commandContext, java.util.List<ProcessDefinitionEntity> processDefinitions)protected voidDeleteTaskCmd. deleteTask(CommandContext commandContext, java.lang.String taskId)java.lang.VoidAbstractSetProcessDefinitionStateCmd. execute(CommandContext commandContext)java.lang.VoidAbstractSetProcessInstanceStateCmd. execute(CommandContext commandContext)AcquiredJobEntitiesAcquireJobsCmd. execute(CommandContext commandContext)AcquiredTimerJobEntitiesAcquireTimerJobsCmd. execute(CommandContext commandContext)CommentAddCommentCmd. execute(CommandContext commandContext)java.lang.ObjectAddEditorSourceExtraForModelCmd. execute(CommandContext commandContext)java.lang.ObjectAddEditorSourceForModelCmd. execute(CommandContext commandContext)java.lang.VoidAddEventListenerCommand. execute(CommandContext commandContext)protected java.lang.VoidAddIdentityLinkCmd. execute(CommandContext commandContext, TaskEntity task)java.lang.VoidAddIdentityLinkForProcessDefinitionCmd. execute(CommandContext commandContext)java.lang.VoidAddIdentityLinkForProcessInstanceCmd. execute(CommandContext commandContext)java.lang.VoidCancelJobsCmd. execute(CommandContext commandContext)java.lang.VoidChangeDeploymentTenantIdCmd. execute(CommandContext commandContext)protected java.lang.VoidClaimTaskCmd. execute(CommandContext commandContext, TaskEntity task)java.lang.VoidCompleteAdhocSubProcessCmd. execute(CommandContext commandContext)protected java.lang.VoidCompleteTaskCmd. execute(CommandContext commandContext, TaskEntity task)AttachmentCreateAttachmentCmd. execute(CommandContext commandContext)ModelCreateModelCmd. execute(CommandContext commandContext)protected java.lang.ObjectDelegateTaskCmd. execute(CommandContext commandContext, TaskEntity task)java.lang.ObjectDeleteAttachmentCmd. execute(CommandContext commandContext)java.lang.VoidDeleteCommentCmd. execute(CommandContext commandContext)java.lang.ObjectDeleteDeadLetterJobCmd. execute(CommandContext commandContext)java.lang.VoidDeleteDeploymentCmd. execute(CommandContext commandContext)java.lang.VoidDeleteEventLogEntry. execute(CommandContext commandContext)java.lang.ObjectDeleteHistoricProcessInstanceCmd. execute(CommandContext commandContext)java.lang.ObjectDeleteHistoricTaskInstanceCmd. execute(CommandContext commandContext)protected java.lang.VoidDeleteIdentityLinkCmd. execute(CommandContext commandContext, TaskEntity task)java.lang.VoidDeleteIdentityLinkForProcessDefinitionCmd. execute(CommandContext commandContext)java.lang.VoidDeleteIdentityLinkForProcessInstanceCmd. execute(CommandContext commandContext)java.lang.ObjectDeleteJobCmd. execute(CommandContext commandContext)java.lang.VoidDeleteModelCmd. execute(CommandContext commandContext)java.lang.VoidDeleteProcessInstanceCmd. execute(CommandContext commandContext)java.lang.VoidDeleteTaskCmd. execute(CommandContext commandContext)java.lang.ObjectDeleteTimerJobCmd. execute(CommandContext commandContext)DeploymentDeployCmd. execute(CommandContext commandContext)java.lang.VoidDispatchEventCommand. execute(CommandContext commandContext)ExecutionExecuteActivityForAdhocSubProcessCmd. execute(CommandContext commandContext)java.lang.ObjectExecuteAsyncJobCmd. execute(CommandContext commandContext)ResultTypeExecuteCustomSqlCmd. execute(CommandContext commandContext)java.lang.ObjectExecuteJobCmd. execute(CommandContext commandContext)java.util.List<java.lang.String>FindActiveActivityIdsCmd. execute(CommandContext commandContext)AttachmentGetAttachmentCmd. execute(CommandContext commandContext)java.io.InputStreamGetAttachmentContentCmd. execute(CommandContext commandContext)org.activiti.bpmn.model.BpmnModelGetBpmnModelCmd. execute(CommandContext commandContext)CommentGetCommentCmd. execute(CommandContext commandContext)DataObjectGetDataObjectCmd. execute(CommandContext commandContext)java.util.Map<java.lang.String,DataObject>GetDataObjectsCmd. execute(CommandContext commandContext)ProcessDefinitionGetDeploymentProcessDefinitionCmd. execute(CommandContext commandContext)java.io.InputStreamGetDeploymentProcessModelCmd. execute(CommandContext commandContext)java.io.InputStreamGetDeploymentResourceCmd. execute(CommandContext commandContext)java.util.ListGetDeploymentResourceNamesCmd. execute(CommandContext commandContext)java.util.List<org.activiti.bpmn.model.FlowNode>GetEnabledActivitiesForAdhocSubProcessCmd. execute(CommandContext commandContext)java.util.List<EventLogEntry>GetEventLogEntriesCmd. execute(CommandContext commandContext)java.util.List<VariableInstance>GetExecutionsVariablesCmd. execute(CommandContext commandContext)java.lang.ObjectGetExecutionVariableCmd. execute(CommandContext commandContext)VariableInstanceGetExecutionVariableInstanceCmd. execute(CommandContext commandContext)java.util.Map<java.lang.String,VariableInstance>GetExecutionVariableInstancesCmd. execute(CommandContext commandContext)java.util.Map<java.lang.String,java.lang.Object>GetExecutionVariablesCmd. execute(CommandContext commandContext)java.util.List<HistoricIdentityLink>GetHistoricIdentityLinksForTaskCmd. execute(CommandContext commandContext)java.util.List<IdentityLink>GetIdentityLinksForProcessDefinitionCmd. execute(CommandContext commandContext)java.util.List<IdentityLink>GetIdentityLinksForProcessInstanceCmd. execute(CommandContext commandContext)java.util.List<IdentityLink>GetIdentityLinksForTaskCmd. execute(CommandContext commandContext)java.lang.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)java.util.List<? extends Attachment>GetProcessInstanceAttachmentsCmd. execute(CommandContext commandContext)java.util.List<Comment>GetProcessInstanceCommentsCmd. execute(CommandContext commandContext)java.util.List<Event>GetProcessInstanceEventsCmd. execute(CommandContext commandContext)java.util.Map<java.lang.String,java.lang.String>GetPropertiesCmd. execute(CommandContext commandContext)java.util.List<Task>GetSubTasksCmd. execute(CommandContext commandContext)java.util.Map<java.lang.String,java.lang.Long>GetTableCountCmd. execute(CommandContext commandContext)TableMetaDataGetTableMetaDataCmd. execute(CommandContext commandContext)java.lang.StringGetTableNameCmd. execute(CommandContext commandContext)java.util.List<? extends Attachment>GetTaskAttachmentsCmd. execute(CommandContext commandContext)java.util.List<Comment>GetTaskCommentsByTypeCmd. execute(CommandContext commandContext)java.util.List<Comment>GetTaskCommentsCmd. execute(CommandContext commandContext)DataObjectGetTaskDataObjectCmd. execute(CommandContext commandContext)java.util.Map<java.lang.String,DataObject>GetTaskDataObjectsCmd. execute(CommandContext commandContext)EventGetTaskEventCmd. execute(CommandContext commandContext)java.util.List<Event>GetTaskEventsCmd. execute(CommandContext commandContext)java.util.List<VariableInstance>GetTasksLocalVariablesCmd. execute(CommandContext commandContext)java.lang.ObjectGetTaskVariableCmd. execute(CommandContext commandContext)VariableInstanceGetTaskVariableInstanceCmd. execute(CommandContext commandContext)java.util.Map<java.lang.String,VariableInstance>GetTaskVariableInstancesCmd. execute(CommandContext commandContext)java.util.Map<java.lang.String,java.lang.Object>GetTaskVariablesCmd. execute(CommandContext commandContext)java.util.List<Comment>GetTypeCommentsCmd. execute(CommandContext commandContext)java.lang.BooleanHasExecutionVariableCmd. execute(CommandContext commandContext)java.lang.BooleanHasTaskVariableCmd. execute(CommandContext commandContext)java.lang.BooleanIsProcessDefinitionSuspendedCmd. execute(CommandContext commandContext)java.lang.ObjectJobRetryCmd. execute(CommandContext commandContext)java.lang.ObjectLockExclusiveJobCmd. execute(CommandContext commandContext)protected java.lang.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)java.lang.VoidRemoveEventListenerCommand. execute(CommandContext commandContext)protected java.lang.VoidRemoveExecutionVariablesCmd. execute(CommandContext commandContext, ExecutionEntity execution)protected java.lang.VoidRemoveTaskVariablesCmd. execute(CommandContext commandContext, TaskEntity task)protected java.lang.VoidResolveTaskCmd. execute(CommandContext commandContext, TaskEntity task)java.lang.ObjectSaveAttachmentCmd. execute(CommandContext commandContext)java.lang.VoidSaveModelCmd. execute(CommandContext commandContext)java.lang.VoidSaveProcessDefinitionInfoCmd. execute(CommandContext commandContext)TaskSaveTaskCmd. execute(CommandContext commandContext)java.lang.VoidSetDeploymentCategoryCmd. execute(CommandContext commandContext)java.lang.VoidSetDeploymentKeyCmd. execute(CommandContext commandContext)protected java.lang.ObjectSetExecutionVariablesCmd. execute(CommandContext commandContext, ExecutionEntity execution)java.lang.VoidSetJobRetriesCmd. execute(CommandContext commandContext)java.lang.VoidSetProcessDefinitionCategoryCmd. execute(CommandContext commandContext)java.lang.VoidSetProcessDefinitionVersionCmd. execute(CommandContext commandContext)java.lang.VoidSetProcessInstanceBusinessKeyCmd. execute(CommandContext commandContext)java.lang.VoidSetProcessInstanceNameCmd. execute(CommandContext commandContext)protected java.lang.VoidSetTaskDueDateCmd. execute(CommandContext commandContext, TaskEntity task)protected java.lang.VoidSetTaskPriorityCmd. execute(CommandContext commandContext, TaskEntity task)protected java.lang.ObjectSetTaskVariablesCmd. execute(CommandContext commandContext, TaskEntity task)java.lang.VoidSetTimerJobRetriesCmd. execute(CommandContext commandContext)java.lang.VoidSignalEventReceivedCmd. execute(CommandContext commandContext)ProcessInstanceStartProcessInstanceByMessageCmd. execute(CommandContext commandContext)ProcessInstanceStartProcessInstanceCmd. execute(CommandContext commandContext)protected java.lang.ObjectTriggerCmd. execute(CommandContext commandContext, ExecutionEntity execution)java.lang.ObjectUnlockExclusiveJobCmd. execute(CommandContext commandContext)java.util.List<org.activiti.validation.ValidationError>ValidateBpmnModelCmd. execute(CommandContext commandContext)java.lang.VoidValidateExecutionRelatedEntityCountCfgCmd. execute(CommandContext commandContext)protected DeploymentDeployCmd. executeDeploy(CommandContext commandContext)protected voidAbstractCompleteTaskCmd. executeTaskComplete(CommandContext commandContext, TaskEntity taskEntity, java.util.Map<java.lang.String,java.lang.Object> variables, boolean localScope)protected ExecutionEntityJobRetryCmd. fetchExecutionEntity(CommandContext commandContext, java.lang.String executionId)protected java.util.List<ProcessInstance>AbstractSetProcessDefinitionStateCmd. fetchProcessInstancesPage(CommandContext commandContext, ProcessDefinition processDefinition, int currentPageStartIndex)protected java.util.List<ProcessDefinitionEntity>AbstractSetProcessDefinitionStateCmd. findProcessDefinition(CommandContext commandContext)protected DeadLetterJobEntityDeleteDeadLetterJobCmd. getJobToDelete(CommandContext commandContext)protected JobEntityDeleteJobCmd. getJobToDelete(CommandContext commandContext)protected TimerJobEntityDeleteTimerJobCmd. getJobToDelete(CommandContext commandContext)protected java.util.List<HistoricIdentityLink>GetHistoricIdentityLinksForTaskCmd. getLinksForProcessInstance(CommandContext commandContext)protected java.util.List<HistoricIdentityLink>GetHistoricIdentityLinksForTaskCmd. getLinksForTask(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 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 java.lang.ThreadLocal<java.util.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, java.lang.String signalName, java.lang.Object payload, CommandContext commandContext)voidAbstractEventHandler. handleEvent(EventSubscriptionEntity eventSubscription, java.lang.Object payload, CommandContext commandContext)voidCompensationEventHandler. handleEvent(EventSubscriptionEntity eventSubscription, java.lang.Object payload, CommandContext commandContext)voidEventHandler. handleEvent(EventSubscriptionEntity eventSubscription, java.lang.Object payload, CommandContext commandContext)voidMessageEventHandler. handleEvent(EventSubscriptionEntity eventSubscription, java.lang.Object payload, CommandContext commandContext)voidSignalEventHandler. handleEvent(EventSubscriptionEntity eventSubscription, java.lang.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, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)voidJobHandler. execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)voidProcessEventJobHandler. execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)voidTimerActivateProcessDefinitionHandler. execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)voidTimerStartEventJobHandler. execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)voidTimerSuspendProcessDefinitionHandler. execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)voidTriggerTimerEventJobHandler. execute(JobEntity job, java.lang.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 ProcessDefinitionInfoCacheObjectProcessDefinitionInfoCache. retrieveProcessDefinitionInfoCacheObject(java.lang.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 java.util.Optional<java.lang.String>ProcessInstanceHelper. getCorrelationKey(CommandContext commandContext, org.activiti.bpmn.model.MessageEventDefinition messageEventDefinition, DelegateExecution execution)protected java.lang.StringProcessInstanceHelper. getMessageName(CommandContext commandContext, org.activiti.bpmn.model.MessageEventDefinition messageEventDefinition, DelegateExecution execution)voidProcessInstanceHelper. startProcessInstance(ExecutionEntity processInstance, CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> variables) -
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)
-