Uses of Class
org.flowable.common.engine.impl.interceptor.CommandContext
Packages that use CommandContext
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
: Manages Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService
: Used for managing users, groups and the relations between them.ManagementService
: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService
: Exposes information about ongoing and past process instances.FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RepositoryService
.-
Uses of CommandContext in org.flowable.batch.service.impl
Methods in org.flowable.batch.service.impl with parameters of type CommandContextModifier and TypeMethodDescriptionlong
BatchPartQueryImpl.executeCount
(CommandContext commandContext) long
BatchQueryImpl.executeCount
(CommandContext commandContext) protected void
BatchQueryImpl.executeDelete
(CommandContext commandContext) BatchPartQueryImpl.executeList
(CommandContext commandContext) BatchQueryImpl.executeList
(CommandContext commandContext) Constructors in org.flowable.batch.service.impl with parameters of type CommandContextModifierConstructorDescriptionBatchQueryImpl
(CommandContext commandContext, BatchServiceConfiguration batchServiceConfiguration) -
Uses of CommandContext in org.flowable.batch.service.impl.persistence
Methods in org.flowable.batch.service.impl.persistence that return CommandContext -
Uses of CommandContext in org.flowable.batch.service.impl.util
Methods in org.flowable.batch.service.impl.util that return CommandContextMethods in org.flowable.batch.service.impl.util with parameters of type CommandContextModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return CommandContextModifier and TypeMethodDescriptionprotected CommandContext
AbstractCmmnManager.getCommandContext()
-
Uses of CommandContext in org.flowable.cmmn.engine.impl.agenda
Methods in org.flowable.cmmn.engine.impl.agenda with parameters of type CommandContextModifier and TypeMethodDescriptionCmmnEngineAgendaFactory.createAgenda
(CommandContext commandContext) DefaultCmmnEngineAgendaFactory.createAgenda
(CommandContext commandContext) CmmnEngineAgendaSessionFactory.openSession
(CommandContext commandContext) Constructors in org.flowable.cmmn.engine.impl.agenda with parameters of type CommandContext -
Uses of CommandContext in org.flowable.cmmn.engine.impl.agenda.operation
Fields in org.flowable.cmmn.engine.impl.agenda.operation declared as CommandContextMethods in org.flowable.cmmn.engine.impl.agenda.operation with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
CmmnOperation.createPlanItemInstanceIfNeeded
(CommandContext commandContext, PlanItem planItem, Case caseModel, CaseInstanceEntity caseInstanceEntity, PlanItemInstanceEntity stagePlanItemInstanceEntity, String tenantId, List<PlanItemInstanceEntity> newPlanItemInstances) Checks whether the provided plan item needs an instance to be created and optionally activated directly (e.g.protected List<PlanItemInstanceEntity>
CmmnOperation.createPlanItemInstancesForNewOrReactivatedStage
(CommandContext commandContext, Case caseModel, List<PlanItem> planItems, List<PlanItem> directlyReactivatedPlanItems, CaseInstanceEntity caseInstanceEntity, PlanItemInstanceEntity stagePlanItemInstanceEntity, String tenantId) Creates child plan items for the provided stage, might also be the root plan model.protected boolean
AbstractEvaluationCriteriaOperation.evaluateAvailableCondition
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) protected Date
AbstractPlanItemInstanceOperation.getCurrentTime
(CommandContext commandContext) Constructors in org.flowable.cmmn.engine.impl.agenda.operation with parameters of type CommandContextModifierConstructorDescriptionAbstractCaseInstanceOperation
(CommandContext commandContext, String caseInstanceId, CaseInstanceEntity caseInstanceEntity) AbstractChangeCaseInstanceStateOperation
(CommandContext commandContext, String caseInstanceId) AbstractChangeCaseInstanceStateOperation
(CommandContext commandContext, CaseInstanceEntity caseInstanceEntity) AbstractChangePlanItemInstanceStateOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) AbstractDeleteCaseInstanceOperation
(CommandContext commandContext, String caseInstanceId) AbstractDeleteCaseInstanceOperation
(CommandContext commandContext, CaseInstanceEntity caseInstanceEntity) AbstractEvaluationCriteriaOperation
(CommandContext commandContext, String caseInstanceId, CaseInstanceEntity caseInstanceEntity, PlanItemLifeCycleEvent planItemLifeCycleEvent) AbstractMovePlanItemInstanceToTerminalStateOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) AbstractPlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) ActivateAsyncPlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, String entryCriterionId) ActivatePlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, String entryCriterionId) AsyncLeaveActivePlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, String transition, Map<String, String> transitionMetadata) ChangePlanItemInstanceToAvailableOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) CmmnOperation
(CommandContext commandContext) CompleteCaseInstanceOperation
(CommandContext commandContext, String caseInstanceId) CompleteCaseInstanceOperation
(CommandContext commandContext, CaseInstanceEntity caseInstanceEntity) CompletePlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) CreatePlanItemInstanceForRepetitionOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) CreatePlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) CreatePlanItemInstanceWithoutEvaluationOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) CreateRepeatedPlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) DisablePlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) DismissPlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) EnablePlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, String entryCriterionId) EvaluateCriteriaOperation
(CommandContext commandContext, String caseInstanceEntityId) EvaluateCriteriaOperation
(CommandContext commandContext, String caseInstanceEntityId, PlanItemLifeCycleEvent planItemLifeCycleEvent) EvaluateToActivatePlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) EvaluateVariableEventListenersOperation
(CommandContext commandContext, String caseInstanceEntityId) ExitPlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, String exitCriterionId, String exitType, String exitEventType) InitiatePlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) InitPlanModelInstanceOperation
(CommandContext commandContext, CaseInstanceEntity caseInstanceEntity) InitStageInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) OccurPlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) ReactivateCaseInstanceOperation
(CommandContext commandContext, CaseInstanceEntity caseInstanceEntity) ReactivatePlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) ReactivatePlanModelInstanceOperation
(CommandContext commandContext, CaseInstanceEntity caseInstanceEntity, List<PlanItem> directlyReactivatedPlanItems) StartPlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, String entryCriterionId) StartPlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, String entryCriterionId, ChildTaskActivityBehavior.VariableInfo childTaskVariableInfo) StartPlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, String entryCriterionId, MigrationContext migrationContext) TerminateCaseInstanceOperation
(CommandContext commandContext, String caseInstanceId, boolean manualTermination, String exitCriterionId, String exitType, String exitEventType) TerminatePlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, String exitType, String exitEventType) TriggerPlanItemInstanceOperation
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) -
Uses of CommandContext in org.flowable.cmmn.engine.impl.behavior
Methods in org.flowable.cmmn.engine.impl.behavior with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
CmmnActivityWithMigrationContextBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstance, MigrationContext migrationContext) abstract void
CoreCmmnActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
OnParentEndDependantActivityBehavior.onParentEnd
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, String parentEndTransition, String exitEventType) This method will be triggered on a child plan item instance whenever its parent transitions to an ending state with all necessary information to implement the necessary behavior.void
PlanItemActivityBehavior.onStateTransition
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition) abstract void
CoreCmmnTriggerableActivityBehavior.trigger
(CommandContext commandContext, PlanItemInstanceEntity planItemInstance) -
Uses of CommandContext in org.flowable.cmmn.engine.impl.behavior.impl
Methods in org.flowable.cmmn.engine.impl.behavior.impl with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
EventRegistryEventListenerActivityBehaviour.createEventSubscription
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) protected MilestoneInstanceEntity
MilestoneActivityBehavior.createMilestoneInstance
(PlanItemInstanceEntity planItemInstanceEntity, CommandContext commandContext) void
CaseTaskActivityBehavior.deleteChildEntity
(CommandContext commandContext, DelegatePlanItemInstance delegatePlanItemInstance, boolean cascade) abstract void
ChildTaskActivityBehavior.deleteChildEntity
(CommandContext commandContext, DelegatePlanItemInstance delegatePlanItemInstance, boolean cascade) Called when a manual delete is triggered (NOT when a terminate/complete is triggered), for example when a deployment is deleted and everything related needs to be deleted.void
ProcessTaskActivityBehavior.deleteChildEntity
(CommandContext commandContext, DelegatePlanItemInstance delegatePlanItemInstance, boolean cascade) protected void
ProcessTaskActivityBehavior.deleteProcessInstance
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance) void
CasePageTaskActivityBehaviour.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
CaseTaskActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ChildTaskActivityBehavior.VariableInfo variableInfo) void
ChildTaskActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) abstract void
ChildTaskActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ChildTaskActivityBehavior.VariableInfo variableInfo) void
DecisionTaskActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
EventRegistryEventListenerActivityBehaviour.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
ExternalWorkerTaskActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
GenericEventListenerActivityBehaviour.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
HumanTaskActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
HumanTaskActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, MigrationContext migrationContext) void
MilestoneActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
PlanItemDelegateExpressionActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
PlanItemExpressionActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
PlanItemFutureJavaDelegateActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
PlanItemJavaDelegateActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
ProcessTaskActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ChildTaskActivityBehavior.VariableInfo variableInfo) void
ScriptTaskActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
SendEventActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
SignalEventListenerActivityBehaviour.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
StageActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
TaskActivityBehavior.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
TimerEventListenerActivityBehaviour.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
UserEventListenerActivityBehaviour.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
VariableEventListenerActivityBehaviour.execute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) protected List<ChannelModel>
SendEventActivityBehavior.getChannelModels
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, boolean sendOnSystemChannel) protected String
EventRegistryEventListenerActivityBehaviour.getCorrelationKey
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) protected void
HumanTaskActivityBehavior.handleCandidateGroups
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected void
HumanTaskActivityBehavior.handleCandidateUsers
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected void
StageActivityBehavior.handleChildPlanItemInstances
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition) protected void
TimerEventListenerActivityBehaviour.handleCreateTransition
(CommandContext commandContext, PlanItemInstanceEntity planItemInstance) protected void
HumanTaskActivityBehavior.handleDueDate
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected void
CaseTaskActivityBehavior.handleOutParameters
(CommandContext commandContext, PlanItemInstanceEntity planItemInstance) void
CasePageTaskActivityBehaviour.onParentEnd
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, String parentEndTransition, String exitEventType) void
CasePageTaskActivityBehaviour.onStateTransition
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition) void
CaseTaskActivityBehavior.onStateTransition
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition) void
DecisionTaskActivityBehavior.onStateTransition
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition) void
EventRegistryEventListenerActivityBehaviour.onStateTransition
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition) void
GenericEventListenerActivityBehaviour.onStateTransition
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition) void
HumanTaskActivityBehavior.onStateTransition
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition) void
ProcessTaskActivityBehavior.onStateTransition
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition) void
SignalEventListenerActivityBehaviour.onStateTransition
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition) void
StageActivityBehavior.onStateTransition
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition) void
TimerEventListenerActivityBehaviour.onStateTransition
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition) void
UserEventListenerActivityBehaviour.onStateTransition
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition) void
VariableEventListenerActivityBehaviour.onStateTransition
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition) protected void
TimerEventListenerActivityBehaviour.removeTimerJob
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) protected Object
TimerEventListenerActivityBehaviour.resolveTimerExpression
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) protected void
TimerEventListenerActivityBehaviour.scheduleTimerJob
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, Object timerValue, Date timerDueDate, boolean isRepeating) protected boolean
TimerEventListenerActivityBehaviour.timerJobForPlanItemInstanceExists
(CommandContext commandContext, PlanItemInstanceEntity planItemInstance) void
CaseTaskActivityBehavior.trigger
(CommandContext commandContext, PlanItemInstanceEntity planItemInstance) void
ChildTaskActivityBehavior.trigger
(CommandContext commandContext, PlanItemInstanceEntity planItemInstance) void
EventRegistryEventListenerActivityBehaviour.trigger
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
GenericEventListenerActivityBehaviour.trigger
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
HumanTaskActivityBehavior.trigger
(CommandContext commandContext, PlanItemInstanceEntity planItemInstance) void
PlanItemDelegateExpressionActivityBehavior.trigger
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
ProcessTaskActivityBehavior.trigger
(CommandContext commandContext, PlanItemInstanceEntity planItemInstance) void
SignalEventListenerActivityBehaviour.trigger
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
StageActivityBehavior.trigger
(CommandContext commandContext, PlanItemInstanceEntity planItemInstance) void
TaskActivityBehavior.trigger
(CommandContext commandContext, PlanItemInstanceEntity planItemInstance) void
UserEventListenerActivityBehaviour.trigger
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) void
VariableEventListenerActivityBehaviour.trigger
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) -
Uses of CommandContext in org.flowable.cmmn.engine.impl.cmd
Methods in org.flowable.cmmn.engine.impl.cmd with parameters of type CommandContextModifier and TypeMethodDescriptionprotected Date
JobRetryCmd.calculateDueDate
(CommandContext commandContext, int waitTimeInSeconds, Date oldDate) protected void
CompleteTaskWithFormCmd.completeTask
(CommandContext commandContext, TaskEntity task, Map<String, Object> taskVariables) protected void
AbstractCaseInstanceIdentityLinkCmd.createIdentityLinkType
(CommandContext commandContext, String caseInstanceId, String userId, String groupId, String identityType) Creates a new identity link entry for the given case instance, which can either be a user or group based one, but not both the same time.protected void
DeleteTaskCmd.deleteTask
(CommandContext commandContext, String taskId) final Void
AbstractExternalWorkerJobCmd.execute
(CommandContext commandContext) AbstractNeedsCaseInstanceCmd.execute
(CommandContext commandContext) AbstractNeedsPlanItemInstanceCmd.execute
(CommandContext commandContext) ActivateTaskCmd.execute
(CommandContext commandContext) AddEventListenerCommand.execute
(CommandContext commandContext) protected Void
AddIdentityLinkCmd.execute
(CommandContext commandContext, TaskEntity task) AddIdentityLinkForCaseDefinitionCmd.execute
(CommandContext commandContext) AddIdentityLinkForCaseInstanceCmd.execute
(CommandContext commandContext) BulkDeleteCaseInstancesCmd.execute
(CommandContext commandContext) BulkDeleteHistoricCaseInstancesCmd.execute
(CommandContext commandContext) BulkSaveTasksCmd.execute
(CommandContext commandContext) BulkTerminateCaseInstancesCmd.execute
(CommandContext commandContext) CaseInstanceMigrationBatchCmd.execute
(CommandContext commandContext) CaseInstanceMigrationCmd.execute
(CommandContext commandContext) CaseInstanceMigrationValidationCmd.execute
(CommandContext commandContext) ChangePlanItemStateCmd.execute
(CommandContext commandContext) protected Void
ClaimTaskCmd.execute
(CommandContext commandContext, TaskEntity task) ClearCaseInstanceLockTimesCmd.execute
(CommandContext commandContext) CmmnDeleteHistoricTaskLogEntryCmd.execute
(CommandContext commandContext) CompleteTaskCmd.execute
(CommandContext commandContext) protected Void
CompleteTaskWithFormCmd.execute
(CommandContext commandContext, TaskEntity task) CreateCmmnTaskCmd.execute
(CommandContext commandContext) CreateInjectedPlanItemInstanceCmd.execute
(CommandContext commandContext) protected Object
DelegateTaskCmd.execute
(CommandContext commandContext, TaskEntity task) DeleteBatchCmd.execute
(CommandContext commandContext) DeleteCaseInstanceStartEventSubscriptionCmd.execute
(CommandContext commandContext) DeleteDeploymentCmd.execute
(CommandContext commandContext) DeleteHistoricCaseInstanceCmd.execute
(CommandContext commandContext) DeleteHistoricCaseInstancesCmd.execute
(CommandContext commandContext) DeleteHistoricTaskInstanceCmd.execute
(CommandContext commandContext) protected Void
DeleteIdentityLinkCmd.execute
(CommandContext commandContext, TaskEntity task) DeleteIdentityLinkForCaseDefinitionCmd.execute
(CommandContext commandContext) DeleteIdentityLinkForCaseInstanceCmd.execute
(CommandContext commandContext) DeleteRelatedDataOfRemovedHistoricCaseInstancesCmd.execute
(CommandContext commandContext) Deprecated.DeleteTaskAndPlanItemInstanceDataOfRemovedHistoricCaseInstancesCmd.execute
(CommandContext commandContext) Deprecated.DeleteTaskCmd.execute
(CommandContext commandContext) DeployCmd.execute
(CommandContext commandContext) DispatchEventCommand.execute
(CommandContext commandContext) EvaluateCriteriaCmd.execute
(CommandContext commandContext) GetCaseInstanceMigrationBatchResultCmd.execute
(CommandContext commandContext) GetCaseVariableInstanceCmd.execute
(CommandContext commandContext) GetCaseVariableInstancesCmd.execute
(CommandContext commandContext) GetCmmnModelCmd.execute
(CommandContext commandContext) GetDecisionsForCaseDefinitionCmd.execute
(CommandContext commandContext) GetDeploymentCaseDefinitionCmd.execute
(CommandContext commandContext) GetDeploymentCaseDiagramCmd.execute
(CommandContext commandContext) GetDeploymentResourceCmd.execute
(CommandContext commandContext) GetDeploymentResourceNamesCmd.execute
(CommandContext commandContext) GetEntityLinkChildrenForCaseInstanceCmd.execute
(CommandContext commandContext) GetEntityLinkChildrenWithSameRootAsCaseInstanceCmd.execute
(CommandContext commandContext) GetEntityLinkParentsForCaseInstanceCmd.execute
(CommandContext commandContext) GetFormDefinitionsForCaseDefinitionCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkChildrenForCaseInstanceCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkChildrenForTaskCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkChildrenWithSameRootAsCaseInstanceCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkParentsForCaseInstanceCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkParentsForTaskCmd.execute
(CommandContext commandContext) GetHistoricIdentityLinksForCaseInstanceCmd.execute
(CommandContext commandContext) GetHistoricIdentityLinksForPlanItemInstanceCmd.execute
(CommandContext commandContext) GetHistoricIdentityLinksForTaskCmd.execute
(CommandContext commandContext) GetHistoricStageOverviewCmd.execute
(CommandContext commandContext) GetIdentityLinksForCaseDefinitionCmd.execute
(CommandContext commandContext) GetIdentityLinksForCaseInstanceCmd.execute
(CommandContext commandContext) GetIdentityLinksForPlanItemInstanceCmd.execute
(CommandContext commandContext) GetIdentityLinksForTaskCmd.execute
(CommandContext commandContext) GetLocalVariableCmd.execute
(CommandContext commandContext) GetLocalVariablesCmd.execute
(CommandContext commandContext) GetPlanItemVariableInstanceCmd.execute
(CommandContext commandContext) GetPlanItemVariableInstancesCmd.execute
(CommandContext commandContext) GetStageOverviewCmd.execute
(CommandContext commandContext) GetStartFormModelCmd.execute
(CommandContext commandContext) GetSubTasksCmd.execute
(CommandContext commandContext) GetTableNamesCmd.execute
(CommandContext commandContext) GetTaskFormModelCmd.execute
(CommandContext commandContext) GetTasksLocalVariablesCmd.execute
(CommandContext commandContext) GetTaskVariableCmd.execute
(CommandContext commandContext) GetTaskVariableInstanceCmd.execute
(CommandContext commandContext) GetTaskVariableInstancesCmd.execute
(CommandContext commandContext) GetTaskVariablesCmd.execute
(CommandContext commandContext) GetVariableCmd.execute
(CommandContext commandContext) GetVariablesCmd.execute
(CommandContext commandContext) HandleHistoryCleanupTimerJobCmd.execute
(CommandContext commandContext) HasCaseInstanceVariableCmd.execute
(CommandContext commandContext) HasPlanItemInstanceVariableCmd.execute
(CommandContext commandContext) HasTaskVariableCmd.execute
(CommandContext commandContext) HistoricCaseInstanceMigrationBatchCmd.execute
(CommandContext commandContext) HistoricCaseInstanceMigrationCmd.execute
(CommandContext commandContext) JobRetryCmd.execute
(CommandContext commandContext) ModifyCaseInstanceStartEventSubscriptionCmd.execute
(CommandContext commandContext) NeedsActiveTaskCmd.execute
(CommandContext commandContext) protected abstract T
NeedsActiveTaskCmd.execute
(CommandContext commandContext, TaskEntity task) Subclasses must implement in this method their normal command logic.NewTaskCmd.execute
(CommandContext commandContext) ReactivateHistoricCaseInstanceCmd.execute
(CommandContext commandContext) RegisterCaseInstanceStartEventSubscriptionCmd.execute
(CommandContext commandContext) RemoveCaseInstanceAssigneeCmd.execute
(CommandContext commandContext) RemoveCaseInstanceOwnerCmd.execute
(CommandContext commandContext) RemoveEventListenerCommand.execute
(CommandContext commandContext) RemoveLocalVariableCmd.execute
(CommandContext commandContext) RemoveLocalVariablesCmd.execute
(CommandContext commandContext) protected Void
RemoveTaskVariablesCmd.execute
(CommandContext commandContext, TaskEntity task) RemoveVariableCmd.execute
(CommandContext commandContext) RemoveVariablesCmd.execute
(CommandContext commandContext) RescheduleTimerJobCmd.execute
(CommandContext commandContext) protected Void
ResolveTaskCmd.execute
(CommandContext commandContext, TaskEntity task) SaveTaskCmd.execute
(CommandContext commandContext) SchemaOperationsCmmnEngineBuild.execute
(CommandContext commandContext) SetCaseDefinitionCategoryCmd.execute
(CommandContext commandContext) SetCaseInstanceAssigneeCmd.execute
(CommandContext commandContext) SetCaseInstanceBusinessKeyCmd.execute
(CommandContext commandContext) SetCaseInstanceBusinessStatusCmd.execute
(CommandContext commandContext) SetCaseInstanceNameCmd.execute
(CommandContext commandContext) SetCaseInstanceOwnerCmd.execute
(CommandContext commandContext) SetDeploymentParentDeploymentIdCmd.execute
(CommandContext commandContext) SetLocalVariableCmd.execute
(CommandContext commandContext) SetLocalVariablesCmd.execute
(CommandContext commandContext) protected Void
SetTaskDueDateCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
SetTaskPriorityCmd.execute
(CommandContext commandContext, TaskEntity task) protected Object
SetTaskVariablesCmd.execute
(CommandContext commandContext, TaskEntity task) SetVariableCmd.execute
(CommandContext commandContext) SetVariablesCmd.execute
(CommandContext commandContext) StartCaseInstanceAsyncCmd.execute
(CommandContext commandContext) StartCaseInstanceCmd.execute
(CommandContext commandContext) protected Void
StartProgressTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
SuspendTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected String
AbstractCaseStartEventSubscriptionCmd.generateCorrelationConfiguration
(String eventDefinitionKey, String tenantId, Map<String, Object> correlationParameterValues, CommandContext commandContext) protected Case
AbstractCaseStartEventSubscriptionCmd.getCase
(String caseDefinitionId, CommandContext commandContext) protected CaseDefinition
AbstractCaseStartEventSubscriptionCmd.getCaseDefinitionById
(String caseDefinitionId, CommandContext commandContext) protected CaseInstanceEntity
AbstractCaseInstanceIdentityLinkCmd.getCaseInstanceEntity
(CommandContext commandContext, String caseInstanceId) Returns the case instance entity for the given id, if it exists, otherwise an exception will be thrown.protected CaseInstanceEntity
CreateInjectedPlanItemInstanceCmd.getCaseInstanceEntity
(CommandContext commandContext) protected EventModel
AbstractCaseStartEventSubscriptionCmd.getEventModel
(String eventDefinitionKey, String tenantId, CommandContext commandContext) protected EventSubscriptionService
AbstractCaseStartEventSubscriptionCmd.getEventSubscriptionService
(CommandContext commandContext) protected CaseDefinition
AbstractCaseStartEventSubscriptionCmd.getLatestCaseDefinitionByKey
(String caseDefinitionKey, String tenantId, CommandContext commandContext) protected PlanItemInstanceEntity
CreateInjectedPlanItemInstanceCmd.getStageInstanceEntity
(CommandContext commandContext) protected String
AbstractCaseStartEventSubscriptionCmd.getStartCorrelationConfiguration
(String caseDefinitionId, CommandContext commandContext) protected EventSubscription
RegisterCaseInstanceStartEventSubscriptionCmd.insertEventRegistryEvent
(String eventDefinitionKey, boolean doNotUpdateToLatestVersionAutomatically, CaseDefinition caseDefinition, String correlationKey, CommandContext commandContext) protected abstract void
AbstractNeedsCaseInstanceCmd.internalExecute
(CommandContext commandContext, CaseInstanceEntity caseInstanceEntity) protected abstract void
AbstractNeedsPlanItemInstanceCmd.internalExecute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) protected void
CompleteCaseInstanceCmd.internalExecute
(CommandContext commandContext, CaseInstanceEntity caseInstanceEntity) protected void
CompleteStagePlanItemInstanceCmd.internalExecute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) protected void
DeleteCaseInstanceCmd.internalExecute
(CommandContext commandContext, CaseInstanceEntity caseInstanceEntity) protected void
DisablePlanItemInstanceCmd.internalExecute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) protected void
EnablePlanItemInstanceCmd.internalExecute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) protected void
StartPlanItemInstanceCmd.internalExecute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) protected void
TerminateCaseInstanceCmd.internalExecute
(CommandContext commandContext, CaseInstanceEntity caseInstanceEntity) protected void
TerminatePlanItemInstanceCmd.internalExecute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) protected void
TriggerPlanItemInstanceCmd.internalExecute
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) protected void
AbstractExternalWorkerJobCmd.moveExternalWorkerJobToExecutableJob
(ExternalWorkerJobEntity externalWorkerJob, CommandContext commandContext) protected void
AbstractCaseInstanceIdentityLinkCmd.removeIdentityLinkType
(CommandContext commandContext, String caseInstanceId, String identityType) This will remove ALL identity links with the given type, no mather whether they are user or group based.protected ExternalWorkerJobEntity
AbstractExternalWorkerJobCmd.resolveJob
(CommandContext commandContext) protected abstract void
AbstractExternalWorkerJobCmd.runJobLogic
(ExternalWorkerJobEntity externalWorkerJob, CommandContext commandContext) protected void
ExternalWorkerJobCompleteCmd.runJobLogic
(ExternalWorkerJobEntity externalWorkerJob, CommandContext commandContext) protected void
ExternalWorkerJobTerminateCmd.runJobLogic
(ExternalWorkerJobEntity externalWorkerJob, CommandContext commandContext) -
Uses of CommandContext in org.flowable.cmmn.engine.impl.delete
Methods in org.flowable.cmmn.engine.impl.delete with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
ComputeDeleteHistoricCaseInstanceIdsJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ComputeDeleteHistoricCaseInstanceStatusJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
DeleteHistoricCaseInstanceIdsJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
DeleteHistoricCaseInstanceIdsStatusJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
DeleteHistoricCaseInstancesSequentialJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) DeleteHistoricCaseInstancesUsingBatchesCmd.execute
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.cmmn.engine.impl.el
Methods in org.flowable.cmmn.engine.impl.el with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
PlanItemInstancesWrapper.collectAllChildPlanItemInstances
(CommandContext commandContext, PlanItemInstanceContainer planItemInstanceContainer, List<PlanItemInstanceEntity> childPlanItemInstances) -
Uses of CommandContext in org.flowable.cmmn.engine.impl.history
Methods in org.flowable.cmmn.engine.impl.history with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
HistoricCaseInstanceQueryImpl.addCachedVariableForQueryById
(CommandContext commandContext, List<HistoricCaseInstance> results) long
HistoricCaseInstanceQueryImpl.executeCount
(CommandContext commandContext) long
HistoricMilestoneInstanceQueryImpl.executeCount
(CommandContext commandContext) long
HistoricPlanItemInstanceQueryImpl.executeCount
(CommandContext commandContext) HistoricCaseInstanceQueryImpl.executeList
(CommandContext commandContext) HistoricMilestoneInstanceQueryImpl.executeList
(CommandContext commandContext) HistoricPlanItemInstanceQueryImpl.executeList
(CommandContext commandContext) Constructors in org.flowable.cmmn.engine.impl.history with parameters of type CommandContextModifierConstructorDescriptionHistoricCaseInstanceQueryImpl
(CommandContext commandContext, CmmnEngineConfiguration cmmnEngineConfiguration) -
Uses of CommandContext in org.flowable.cmmn.engine.impl.interceptor
Methods in org.flowable.cmmn.engine.impl.interceptor with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
CmmnCommandInvoker.evaluateUntilStable
(CommandContext commandContext) protected void
CmmnCommandInvoker.executeExecutionListenersAfterException
(CommandContext commandContext, Runnable runnable, Throwable throwable) protected void
CmmnCommandInvoker.executeExecutionListenersAfterExecute
(CommandContext commandContext, Runnable runnable) protected void
CmmnCommandInvoker.executeExecutionListenersBeforeExecute
(CommandContext commandContext, Runnable runnable) protected void
CmmnCommandInvoker.executeOperation
(CommandContext commandContext, boolean isStoreCaseInstanceIdOfNoOperation, Runnable runnable) protected void
CmmnCommandInvoker.executeOperations
(CommandContext commandContext, boolean isStoreCaseInstanceIdOfNoOperation) -
Uses of CommandContext in org.flowable.cmmn.engine.impl.job
Methods in org.flowable.cmmn.engine.impl.job with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
AsyncActivatePlanItemInstanceJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
AsyncInitializePlanModelJobHandler.execute
(JobEntity job, String caseInstanceId, VariableScope variableScope, CommandContext commandContext) void
AsyncLeaveActivePlanItemInstanceJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
CaseInstanceMigrationJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
CaseInstanceMigrationStatusJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
CmmnHistoryCleanupJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ExternalWorkerTaskCompleteJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
HistoricCaseInstanceMigrationJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
TriggerTimerEventJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
Uses of CommandContext in org.flowable.cmmn.engine.impl.listener
Methods in org.flowable.cmmn.engine.impl.listener with parameters of type CommandContextModifier and TypeMethodDescriptionstatic void
CaseInstanceLifeCycleListenerUtil.callLifecycleListeners
(CommandContext commandContext, CaseInstance caseInstance, String oldState, String newState) void
CmmnListenerNotificationHelper.executeLifecycleListeners
(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String oldState, String newState) -
Uses of CommandContext in org.flowable.cmmn.engine.impl.migration
Methods in org.flowable.cmmn.engine.impl.migration with parameters of type CommandContextModifier and TypeMethodDescriptionCaseInstanceMigrationManager.batchMigrateCaseInstancesOfCaseDefinition
(String caseDefinitionKey, int caseDefinitionVersion, String caseDefinitionTenantId, CaseInstanceMigrationDocument document, CommandContext commandContext) CaseInstanceMigrationManager.batchMigrateCaseInstancesOfCaseDefinition
(String caseDefinitionId, CaseInstanceMigrationDocument document, CommandContext commandContext) CaseInstanceMigrationManagerImpl.batchMigrateCaseInstancesOfCaseDefinition
(String caseDefinitionKey, int caseDefinitionVersion, String caseDefinitionTenantId, CaseInstanceMigrationDocument document, CommandContext commandContext) CaseInstanceMigrationManagerImpl.batchMigrateCaseInstancesOfCaseDefinition
(String caseDefinitionId, CaseInstanceMigrationDocument document, CommandContext commandContext) CaseInstanceMigrationManager.batchMigrateHistoricCaseInstancesOfCaseDefinition
(String caseDefinitionKey, int caseDefinitionVersion, String caseDefinitionTenantId, HistoricCaseInstanceMigrationDocument document, CommandContext commandContext) CaseInstanceMigrationManager.batchMigrateHistoricCaseInstancesOfCaseDefinition
(String caseDefinitionId, HistoricCaseInstanceMigrationDocument document, CommandContext commandContext) CaseInstanceMigrationManagerImpl.batchMigrateHistoricCaseInstancesOfCaseDefinition
(String caseDefinitionKey, int caseDefinitionVersion, String caseDefinitionTenantId, HistoricCaseInstanceMigrationDocument document, CommandContext commandContext) CaseInstanceMigrationManagerImpl.batchMigrateHistoricCaseInstancesOfCaseDefinition
(String caseDefinitionId, HistoricCaseInstanceMigrationDocument document, CommandContext commandContext) protected void
CaseInstanceMigrationManagerImpl.changeCaseDefinitionReferenceForHistoricCaseInstance
(HistoricCaseInstanceEntity historicCaseInstance, CaseDefinition caseDefinitionToMigrateTo, CommandContext commandContext) protected void
CaseInstanceMigrationManagerImpl.changeCaseDefinitionReferenceOfHistory
(CaseInstanceEntity caseInstance, CaseDefinition caseDefinitionToMigrateTo, CommandContext commandContext) protected void
CaseInstanceMigrationManagerImpl.doMigrateCaseInstance
(CaseInstanceEntity caseInstance, CaseDefinition caseDefinitionToMigrateTo, CaseInstanceMigrationDocument document, CommandContext commandContext) protected void
CaseInstanceMigrationManagerImpl.doMigrateHistoricCaseInstance
(HistoricCaseInstanceEntity historicCaseInstance, CaseDefinition caseDefinitionToMigrateTo, HistoricCaseInstanceMigrationDocument document, CommandContext commandContext) protected void
CaseInstanceMigrationManagerImpl.doValidateCaseInstanceMigration
(String caseInstanceId, CmmnModel newModel, CaseInstanceMigrationDocument document, CaseInstanceMigrationValidationResult validationResult, CommandContext commandContext) protected void
CaseInstanceMigrationManagerImpl.doValidatePlanItemMappings
(String caseInstanceId, CmmnModel cmmnModel, CaseInstanceMigrationDocument document, CaseInstanceMigrationValidationResult validationResult, CommandContext commandContext) void
CaseInstanceMigrationManager.migrateCaseInstance
(String caseInstanceId, CaseInstanceMigrationDocument document, CommandContext commandContext) void
CaseInstanceMigrationManagerImpl.migrateCaseInstance
(String caseInstanceId, CaseInstanceMigrationDocument document, CommandContext commandContext) void
CaseInstanceMigrationManager.migrateCaseInstancesOfCaseDefinition
(String caseDefinitionKey, int caseDefinitionVersion, String caseDefinitionTenantId, CaseInstanceMigrationDocument document, CommandContext commandContext) void
CaseInstanceMigrationManager.migrateCaseInstancesOfCaseDefinition
(String caseDefinitionId, CaseInstanceMigrationDocument document, CommandContext commandContext) void
CaseInstanceMigrationManagerImpl.migrateCaseInstancesOfCaseDefinition
(String caseDefinitionKey, int caseDefinitionVersion, String caseDefinitionTenantId, CaseInstanceMigrationDocument document, CommandContext commandContext) void
CaseInstanceMigrationManagerImpl.migrateCaseInstancesOfCaseDefinition
(String caseDefinitionId, CaseInstanceMigrationDocument document, CommandContext commandContext) void
CaseInstanceMigrationManager.migrateHistoricCaseInstance
(String caseInstanceId, HistoricCaseInstanceMigrationDocument document, CommandContext commandContext) void
CaseInstanceMigrationManagerImpl.migrateHistoricCaseInstance
(String caseInstanceId, HistoricCaseInstanceMigrationDocument document, CommandContext commandContext) void
CaseInstanceMigrationManager.migrateHistoricCaseInstancesOfCaseDefinition
(String caseDefinitionKey, int caseDefinitionVersion, String caseDefinitionTenantId, HistoricCaseInstanceMigrationDocument document, CommandContext commandContext) void
CaseInstanceMigrationManager.migrateHistoricCaseInstancesOfCaseDefinition
(String caseDefinitionId, HistoricCaseInstanceMigrationDocument document, CommandContext commandContext) void
CaseInstanceMigrationManagerImpl.migrateHistoricCaseInstancesOfCaseDefinition
(String caseDefinitionKey, int caseDefinitionVersion, String caseDefinitionTenantId, HistoricCaseInstanceMigrationDocument document, CommandContext commandContext) void
CaseInstanceMigrationManagerImpl.migrateHistoricCaseInstancesOfCaseDefinition
(String caseDefinitionId, HistoricCaseInstanceMigrationDocument document, CommandContext commandContext) protected ChangePlanItemStateBuilderImpl
CaseInstanceMigrationManagerImpl.prepareChangeStateBuilder
(CaseInstance caseInstance, CaseDefinition caseDefinitionToMigrateTo, CaseInstanceMigrationDocument document, CommandContext commandContext) protected CaseDefinition
CaseInstanceMigrationManagerImpl.resolveCaseDefinition
(CaseInstanceMigrationDocument document, CommandContext commandContext) protected CaseDefinition
CaseInstanceMigrationManagerImpl.resolveCaseDefinition
(HistoricCaseInstanceMigrationDocument document, CommandContext commandContext) CaseInstanceMigrationManager.validateMigrateCaseInstance
(String caseInstanceId, CaseInstanceMigrationDocument document, CommandContext commandContext) CaseInstanceMigrationManagerImpl.validateMigrateCaseInstance
(String caseInstanceId, CaseInstanceMigrationDocument document, CommandContext commandContext) CaseInstanceMigrationManager.validateMigrateCaseInstancesOfCaseDefinition
(String caseDefinitionKey, int caseDefinitionVersion, String caseDefinitionTenantId, CaseInstanceMigrationDocument document, CommandContext commandContext) CaseInstanceMigrationManager.validateMigrateCaseInstancesOfCaseDefinition
(String caseDefinitionId, CaseInstanceMigrationDocument document, CommandContext commandContext) CaseInstanceMigrationManagerImpl.validateMigrateCaseInstancesOfCaseDefinition
(String caseDefinitionKey, int caseDefinitionVersion, String caseDefinitionTenantId, CaseInstanceMigrationDocument document, CommandContext commandContext) CaseInstanceMigrationManagerImpl.validateMigrateCaseInstancesOfCaseDefinition
(String caseDefinitionId, CaseInstanceMigrationDocument document, CommandContext commandContext) -
Uses of CommandContext in org.flowable.cmmn.engine.impl.repository
Methods in org.flowable.cmmn.engine.impl.repository with parameters of type CommandContextModifier and TypeMethodDescriptionlong
CaseDefinitionQueryImpl.executeCount
(CommandContext commandContext) long
CmmnDeploymentQueryImpl.executeCount
(CommandContext commandContext) CaseDefinitionQueryImpl.executeList
(CommandContext commandContext) CmmnDeploymentQueryImpl.executeList
(CommandContext commandContext) Constructors in org.flowable.cmmn.engine.impl.repository with parameters of type CommandContextModifierConstructorDescriptionCaseDefinitionQueryImpl
(CommandContext commandContext) CmmnDeploymentQueryImpl
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.cmmn.engine.impl.runtime
Methods in org.flowable.cmmn.engine.impl.runtime with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
CaseInstanceHelperImpl.applyCaseInstanceBuilder
(CmmnEngineConfiguration cmmnEngineConfiguration, CaseInstanceBuilder caseInstanceBuilder, Case caseModel, CaseInstanceEntity caseInstanceEntity, CaseDefinition caseDefinition, StartCaseInstanceBeforeContext instanceBeforeContext, CommandContext commandContext) protected PlanItemInstanceEntity
AbstractCmmnDynamicStateManager.copyAndInsertPlanItemInstance
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntityToCopy, boolean addToParent) protected CaseInstanceEntity
CaseInstanceHelperImpl.copyHistoricCaseInstanceToRuntime
(CommandContext commandContext, CaseDefinition caseDefinition, HistoricCaseInstance caseInstance) This is the first part of reactivating a case instance from the history.protected void
CaseInstanceHelperImpl.createAsyncInitJob
(CaseInstanceEntity caseInstance, CaseDefinition caseDefinition, Case caseModel, JobService jobService, CommandContext commandContext) protected CaseInstanceEntity
CaseInstanceHelperImpl.createCaseInstanceEntityFromDefinition
(CommandContext commandContext, CaseDefinition caseDefinition, StartCaseInstanceBeforeContext instanceBeforeContext) protected CaseInstanceEntity
CaseInstanceHelperImpl.createCaseInstanceEntityFromHistoricCaseInstance
(CommandContext commandContext, HistoricCaseInstance historicCaseInstance) Creates a new runtime case instance based on the given historic one by copying all of its data, but setting its state to active again.protected void
AbstractCmmnDynamicStateManager.createChildPlanItemInstancesForStage
(List<PlanItemInstanceEntity> newPlanItemInstances, Map<String, List<PlanItemInstanceEntity>> runtimePlanItemInstanceMap, Map<String, PlanItemInstanceEntity> terminatedPlanItemInstances, Set<String> newPlanItemInstanceIds, CaseInstanceChangeState caseInstanceChangeState, CommandContext commandContext) protected PlanItemInstanceEntity
AbstractCmmnDynamicStateManager.createPlanItemInstanceDuplicateForRepetition
(PlanItemInstanceEntity planItemInstanceEntity, CommandContext commandContext) protected PlanItemInstanceEntity
AbstractCmmnDynamicStateManager.createStageHierarchy
(Stage stage, PlanItemInstanceEntity defaultParentPlanItemInstance, Map<String, Stage> stagesToCreate, CaseInstanceChangeState caseInstanceChangeState, CaseInstanceEntity caseInstance, CommandContext commandContext) protected PlanItemInstanceEntity
AbstractCmmnDynamicStateManager.createStagesAndPlanItemInstances
(PlanItem planItem, CaseInstanceEntity caseInstance, CaseInstanceChangeState caseInstanceChangeState, ActivatePlanItemDefinitionMapping planItemDefinitionMapping, CommandContext commandContext) protected void
AbstractCmmnDynamicStateManager.deleteChildPlanItemInstances
(PlanItemInstanceEntity planItemInstance, CommandContext commandContext) protected void
AbstractCmmnDynamicStateManager.doMovePlanItemState
(CaseInstanceChangeState caseInstanceChangeState, String originalCaseDefinitionId, CommandContext commandContext) protected boolean
AbstractCmmnDynamicStateManager.evaluateRepetitionRule
(PlanItemInstanceEntity planItemInstanceEntity, CommandContext commandContext) protected boolean
AbstractCmmnDynamicStateManager.evaluateRepetitionRule
(VariableContainer variableContainer, String repetitionCondition, CommandContext commandContext) protected void
AbstractCmmnDynamicStateManager.executeActivatePlanItemInstances
(CaseInstanceChangeState caseInstanceChangeState, CaseInstanceEntity caseInstance, boolean onlyStages, CommandContext commandContext) protected void
AbstractCmmnDynamicStateManager.executeAddWaitingForRepetitionPlanItemInstances
(CaseInstanceChangeState caseInstanceChangeState, CaseInstanceEntity caseInstance, CommandContext commandContext) protected void
AbstractCmmnDynamicStateManager.executeChangePlanItemDefinitionWithNewTargetIds
(CaseInstanceChangeState caseInstanceChangeState, String originalCaseDefinitionId, CommandContext commandContext) protected void
AbstractCmmnDynamicStateManager.executeChangePlanItemIds
(CaseInstanceChangeState caseInstanceChangeState, String originalCaseDefinitionId, CommandContext commandContext) protected void
AbstractCmmnDynamicStateManager.executeChangePlanItemInstancesToAvailableState
(CaseInstanceChangeState caseInstanceChangeState, CaseInstanceEntity caseInstance, boolean onlyStages, CommandContext commandContext) long
CaseInstanceQueryImpl.executeCount
(CommandContext commandContext) long
MilestoneInstanceQueryImpl.executeCount
(CommandContext commandContext) long
PlanItemInstanceQueryImpl.executeCount
(CommandContext commandContext) CaseInstanceQueryImpl.executeList
(CommandContext commandContext) MilestoneInstanceQueryImpl.executeList
(CommandContext commandContext) PlanItemInstanceQueryImpl.executeList
(CommandContext commandContext) protected void
AbstractCmmnDynamicStateManager.executeRemoveWaitingForRepetitionPlanItemInstances
(CaseInstanceChangeState caseInstanceChangeState, CaseInstanceEntity caseInstance, CommandContext commandContext) protected void
AbstractCmmnDynamicStateManager.executeTerminatePlanItemInstances
(CaseInstanceChangeState caseInstanceChangeState, CaseInstanceEntity caseInstance, CommandContext commandContext) protected void
AbstractCmmnDynamicStateManager.executeVerifySatisfiedSentryParts
(CaseInstanceChangeState caseInstanceChangeState, CaseInstanceEntity caseInstance, String originalCaseDefinitionId, CommandContext commandContext) protected CaseDefinition
CaseInstanceHelperImpl.getCaseDefinition
(CaseInstanceBuilder caseInstanceBuilder, CommandContext commandContext) protected CmmnModel
CaseInstanceHelperImpl.getCmmnModel
(CommandContext commandContext, CaseDefinition caseDefinition) protected void
AbstractCmmnDynamicStateManager.handleHumanTaskNewAssignee
(PlanItemInstanceEntity taskPlanItemInstance, String newAssigneeId, CommandContext commandContext) protected CaseInstanceEntity
CaseInstanceHelperImpl.initializeCaseInstanceEntity
(CommandContext commandContext, CaseDefinition caseDefinition, CmmnModel cmmnModel, Case caseModel, CaseInstanceBuilder caseInstanceBuilder) void
CmmnDynamicStateManager.movePlanItemInstanceState
(ChangePlanItemStateBuilderImpl changePlanItemStateBuilder, CommandContext commandContext) void
DefaultCmmnDynamicStateManager.movePlanItemInstanceState
(ChangePlanItemStateBuilderImpl changePlanItemStateBuilder, CommandContext commandContext) protected CaseDefinition
AbstractCmmnDynamicStateManager.resolveCaseDefinition
(String caseDefinitionKey, Integer caseDefinitionVersion, String tenantId, CommandContext commandContext) protected CaseInstanceEntity
CaseInstanceHelperImpl.startCaseInstance
(CommandContext commandContext, CaseDefinition caseDefinition, CaseInstanceBuilder caseInstanceBuilder) protected CaseInstanceEntity
CaseInstanceHelperImpl.startCaseInstanceAsync
(CommandContext commandContext, CaseDefinition caseDefinition, CaseInstanceBuilder caseInstanceBuilder) protected void
AbstractCmmnDynamicStateManager.terminatePlanItemInstance
(PlanItemInstanceEntity planItemInstance, CommandContext commandContext) Constructors in org.flowable.cmmn.engine.impl.runtime with parameters of type CommandContextModifierConstructorDescriptionCaseInstanceQueryImpl
(CommandContext commandContext, CmmnEngineConfiguration cmmnEngineConfiguration) PlanItemInstanceQueryImpl
(CommandContext commandContext, CmmnEngineConfiguration cmmnEngineConfiguration) -
Uses of CommandContext in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return CommandContextMethods in org.flowable.cmmn.engine.impl.util with parameters of type CommandContextModifier and TypeMethodDescriptionstatic void
CommandContextUtil.addInvolvedCaseInstanceId
(CommandContext commandContext, String caseInstanceId) static PlanItemInstanceEntity
PlanItemInstanceUtil.copyAndInsertPlanItemInstance
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntityToCopy, boolean addToParent, boolean silentNameExpressionEvaluation) static PlanItemInstanceEntity
PlanItemInstanceUtil.copyAndInsertPlanItemInstance
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntityToCopy, Map<String, Object> localVariables, boolean addToParent, boolean silentNameExpressionEvaluation) protected static PlanItemInstanceEntity
PlanItemInstanceUtil.createPlanItemInstanceDuplicateForCollectionRepetition
(RepetitionRule repetitionRule, PlanItemInstanceEntity planItemInstanceEntity, String entryCriterionId, Object item, int index, CommandContext commandContext) static PlanItemInstanceEntity
PlanItemInstanceUtil.createPlanItemInstanceDuplicateForRepetition
(PlanItemInstanceEntity planItemInstanceEntity, CommandContext commandContext) static boolean
ExpressionUtil.evaluateAutoComplete
(CommandContext commandContext, VariableContainer variableContainer, Stage stage) Returns true, if the given stage has an auto-complete condition which evaluates to true or if not, is in auto-complete mode permanently.static boolean
ExpressionUtil.evaluateBooleanExpression
(CommandContext commandContext, VariableContainer variableContainer, String condition) static Object
ExpressionUtil.evaluateExpression
(CommandContext commandContext, VariableContainer variableContainer, String expression) ExpressionUtil.evaluateRepetitionCollectionVariableValue
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) Evaluates the collection variable name or expression given by the plan items repetition rule and returns its evaluated collection as a list.static boolean
ExpressionUtil.evaluateRepetitionRule
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, PlanItemInstanceContainer planItemInstanceContainer) Returns true, if: the given plan item instance has a repetition rule at all and if so, if it has a condition witch is satisfied and all in combination with the optional max instance count attribute.static boolean
ExpressionUtil.evaluateRepetitionRule
(CommandContext commandContext, VariableContainer variableContainer, String repetitionCondition) static boolean
PlanItemInstanceUtil.evaluateRepetitionRule
(PlanItemInstanceEntity planItemInstanceEntity, Criterion satisfiedEntryCriterion, PlanItemInstanceContainer planItemInstanceContainer, PlanItemEvaluationResult evaluationResult, CommandContext commandContext) Evaluates an optional repetition rule on the given plan item and handles it.static CmmnEngineAgenda
CommandContextUtil.getAgenda
(CommandContext commandContext) static CaseDefinitionEntityManager
CommandContextUtil.getCaseDefinitionEntityManager
(CommandContext commandContext) static CaseInstanceEntityManager
CommandContextUtil.getCaseInstanceEntityManager
(CommandContext commandContext) static CaseInstanceHelper
CommandContextUtil.getCaseInstanceHelper
(CommandContext commandContext) static CmmnDeploymentEntityManager
CommandContextUtil.getCmmnDeploymentEntityManager
(CommandContext commandContext) static CmmnEngineConfiguration
CommandContextUtil.getCmmnEngineConfiguration
(CommandContext commandContext) static CmmnHistoryManager
CommandContextUtil.getCmmnHistoryManager
(CommandContext commandContext) static CmmnResourceEntityManager
CommandContextUtil.getCmmnResourceEntityManager
(CommandContext commandContext) CommandContextUtil.getContentEngineConfiguration
(CommandContext commandContext) static ContentService
CommandContextUtil.getContentService
(CommandContext commandContext) static String
CmmnCorrelationUtil.getCorrelationKey
(String elementName, CommandContext commandContext, BaseElement baseElement) static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) static DmnEngineConfigurationApi
CommandContextUtil.getDmnEngineConfiguration
(CommandContext commandContext) static DmnDecisionService
CommandContextUtil.getDmnRuleService
(CommandContext commandContext) static EntityCache
CommandContextUtil.getEntityCache
(CommandContext commandContext) static EntityLinkService
CommandContextUtil.getEntityLinkService
(CommandContext commandContext) static FlowableEventDispatcher
CommandContextUtil.getEventDispatcher
(CommandContext commandContext) CommandContextUtil.getEventRegistryEngineConfiguration
(CommandContext commandContext) static EventRepositoryService
CommandContextUtil.getEventRepositoryService
(CommandContext commandContext) static EventSubscriptionService
CommandContextUtil.getEventSubscriptionService
(CommandContext commandContext) static ExpressionManager
CommandContextUtil.getExpressionManager
(CommandContext commandContext) static FormEngineConfigurationApi
CommandContextUtil.getFormEngineConfiguration
(CommandContext commandContext) static FormManagementService
CommandContextUtil.getFormManagementService
(CommandContext commandContext) static FormRepositoryService
CommandContextUtil.getFormRepositoryService
(CommandContext commandContext) static FormService
CommandContextUtil.getFormService
(CommandContext commandContext) CommandContextUtil.getHistoricCaseInstanceEntityManager
(CommandContext commandContext) static HistoricEntityLinkService
CommandContextUtil.getHistoricEntityLinkService
(CommandContext commandContext) static HistoricIdentityLinkService
CommandContextUtil.getHistoricIdentityLinkService
(CommandContext commandContext) CommandContextUtil.getHistoricMilestoneInstanceEntityManager
(CommandContext commandContext) CommandContextUtil.getHistoricPlanItemInstanceEntityManager
(CommandContext commandContext) static HistoricTaskService
CommandContextUtil.getHistoricTaskService
(CommandContext commandContext) static HistoricVariableService
CommandContextUtil.getHistoricVariableService
(CommandContext commandContext) static IdentityLinkService
CommandContextUtil.getIdentityLinkService
(CommandContext commandContext) static IdmEngineConfigurationApi
CommandContextUtil.getIdmEngineConfiguration
(CommandContext commandContext) CommandContextUtil.getInternalTaskAssignmentManager
(CommandContext commandContext) CommandContextUtil.getInvolvedCaseInstanceIds
(CommandContext commandContext) static JobService
CommandContextUtil.getJobService
(CommandContext commandContext) CommandContextUtil.getMilestoneInstanceEntityManager
(CommandContext commandContext) CommandContextUtil.getPlanItemInstanceEntityManager
(CommandContext commandContext) CommandContextUtil.getSentryPartInstanceEntityManager
(CommandContext commandContext) static TableDataManager
CommandContextUtil.getTableDataManager
(CommandContext commandContext) static TaskService
CommandContextUtil.getTaskService
(CommandContext commandContext) static TimerJobService
CommandContextUtil.getTimerJobService
(CommandContext commandContext) static VariableService
CommandContextUtil.getVariableService
(CommandContext commandContext) static boolean
ExpressionUtil.isCompletionNeutralPlanItemInstance
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) static boolean
PlanItemInstanceContainerUtil.isPlanItemAlreadyCompleted
(CommandContext commandContext, PlanItemInstanceEntity planItemInstance) Searches for completed plan items with the same plan item id as the given one.static boolean
ExpressionUtil.isRequiredPlanItemInstance
(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity) static boolean
PlanItemInstanceContainerUtil.shouldIgnorePlanItemForCompletion
(CommandContext commandContext, PlanItemInstanceEntity planItemInstance, boolean alreadyCompleted) Evaluates the plan item for being ignored for completion, if it was at least completed once before.static CompletionEvaluationResult
PlanItemInstanceContainerUtil.shouldPlanItemContainerComplete
(CommandContext commandContext, PlanItemInstanceContainer planItemInstanceContainer, boolean containerIsAutocomplete) static CompletionEvaluationResult
PlanItemInstanceContainerUtil.shouldPlanItemContainerComplete
(CommandContext commandContext, PlanItemInstanceContainer planItemInstanceContainer, Collection<String> planItemInstanceIdsToIgnore, boolean containerIsAutocomplete) Method to check a plan item container (most likely a stage or case plan model) if it should be completed according its child plan item states and their combined behavior rules (e.g. -
Uses of CommandContext in org.flowable.cmmn.engine.impl.variable
Methods in org.flowable.cmmn.engine.impl.variable with parameters of type CommandContextModifier and TypeMethodDescriptionstatic Object
CmmnAggregation.aggregateOverview
(String parentScopeId, String targetVarName, CommandContext commandContext) Aggregate an overview value for the scope and variable name -
Uses of CommandContext in org.flowable.common.engine.impl.agenda
Fields in org.flowable.common.engine.impl.agenda declared as CommandContextMethods in org.flowable.common.engine.impl.agenda that return CommandContextMethods in org.flowable.common.engine.impl.agenda with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
AgendaOperationExecutionListener.afterExecute
(CommandContext commandContext, Runnable runnable) void
AgendaOperationExecutionListener.afterExecuteException
(CommandContext commandContext, Runnable runnable, Throwable error) void
AgendaOperationExecutionListener.beforeExecute
(CommandContext commandContext, Runnable runnable) void
AgendaOperationRunner.executeOperation
(CommandContext commandContext, Runnable runnable) AgendaFutureMaxWaitTimeoutProvider.getMaxWaitTimeout
(CommandContext commandContext) void
AbstractAgenda.setCommandContext
(CommandContext commandContext) Constructors in org.flowable.common.engine.impl.agenda with parameters of type CommandContext -
Uses of CommandContext in org.flowable.common.engine.impl.cfg
Methods in org.flowable.common.engine.impl.cfg with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
TransactionListener.execute
(CommandContext commandContext) TransactionContextFactory.openTransactionContext
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.cfg.jta
Methods in org.flowable.common.engine.impl.cfg.jta with parameters of type CommandContextModifier and TypeMethodDescriptionJtaTransactionContextFactory.openTransactionContext
(CommandContext commandContext) Constructors in org.flowable.common.engine.impl.cfg.jta with parameters of type CommandContextModifierConstructorDescriptionTransactionStateSynchronization
(TransactionState transactionState, TransactionListener transactionListener, CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.cfg.standalone
Fields in org.flowable.common.engine.impl.cfg.standalone declared as CommandContextModifier and TypeFieldDescriptionprotected CommandContext
StandaloneMybatisTransactionContext.commandContext
Methods in org.flowable.common.engine.impl.cfg.standalone with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
StandaloneMybatisTransactionContext.executeTransactionListeners
(List<TransactionListener> transactionListeners, CommandContext commandContext) StandaloneMybatisTransactionContextFactory.openTransactionContext
(CommandContext commandContext) Constructors in org.flowable.common.engine.impl.cfg.standalone with parameters of type CommandContext -
Uses of CommandContext in org.flowable.common.engine.impl.cmd
Methods in org.flowable.common.engine.impl.cmd with parameters of type CommandContextModifier and TypeMethodDescriptionGetLockValueCmd.execute
(CommandContext commandContext) GetPropertiesCmd.execute
(CommandContext commandContext) GetTableCountCmd.execute
(CommandContext commandContext) GetTableMetaDataCmd.execute
(CommandContext commandContext) LockCmd.execute
(CommandContext commandContext) ReleaseLockCmd.execute
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.context
Fields in org.flowable.common.engine.impl.context with type parameters of type CommandContextModifier and TypeFieldDescriptionprotected static ThreadLocal<Stack<CommandContext>>
Context.commandContextThreadLocal
Methods in org.flowable.common.engine.impl.context that return CommandContextMethods in org.flowable.common.engine.impl.context with parameters of type CommandContextModifier and TypeMethodDescriptionstatic void
Context.setCommandContext
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.db
Methods in org.flowable.common.engine.impl.db that return CommandContextModifier and TypeMethodDescriptionprotected CommandContext
AbstractDataManager.getCommandContext()
Methods in org.flowable.common.engine.impl.db with parameters of type CommandContext -
Uses of CommandContext in org.flowable.common.engine.impl.event
Methods in org.flowable.common.engine.impl.event with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
EventDispatchAction.dispatchEvent
(CommandContext commandContext, FlowableEventSupport eventSupport, FlowableEvent event) void
ExecuteEventListenerTransactionListener.execute
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.interceptor
Methods in org.flowable.common.engine.impl.interceptor that return CommandContextMethods in org.flowable.common.engine.impl.interceptor with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
CommandContextCloseListener.afterSessionsFlush
(CommandContext commandContext) Called when theSession
have been successfully flushed.void
TransactionCommandContextCloseListener.afterSessionsFlush
(CommandContext commandContext) void
CommandContextCloseListener.closed
(CommandContext commandContext) Called when theCommandContext
is successfully closed.void
TransactionCommandContextCloseListener.closed
(CommandContext commandContext) void
CommandContextCloseListener.closeFailure
(CommandContext commandContext) Called when theCommandContext
has not been successfully closed due to an exception that happened.void
TransactionCommandContextCloseListener.closeFailure
(CommandContext commandContext) void
CommandContextCloseListener.closing
(CommandContext commandContext) Called when theCommandContext
is being closed, but no 'close logic' has been executed.void
TransactionCommandContextCloseListener.closing
(CommandContext commandContext) Command.execute
(CommandContext commandContext) SessionFactory.openSession
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.logging
Fields in org.flowable.common.engine.impl.logging declared as CommandContextMethods in org.flowable.common.engine.impl.logging with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
LoggingSessionCommandContextCloseListener.afterSessionsFlush
(CommandContext commandContext) void
LoggingSessionCommandContextCloseListener.closed
(CommandContext commandContext) void
LoggingSessionCommandContextCloseListener.closeFailure
(CommandContext commandContext) void
LoggingSessionCommandContextCloseListener.closing
(CommandContext commandContext) LoggingSessionFactory.openSession
(CommandContext commandContext) Constructors in org.flowable.common.engine.impl.logging with parameters of type CommandContextModifierConstructorDescriptionLoggingSession
(CommandContext commandContext, LoggingListener loggingListener, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of CommandContext in org.flowable.common.engine.impl.persistence
Fields in org.flowable.common.engine.impl.persistence with type parameters of type CommandContextModifier and TypeFieldDescriptionprotected Function<CommandContext,
? extends Session> GenericManagerFactory.sessionCreator
Methods in org.flowable.common.engine.impl.persistence with parameters of type CommandContextModifier and TypeMethodDescriptionGenericManagerFactory.openSession
(CommandContext commandContext) Constructor parameters in org.flowable.common.engine.impl.persistence with type arguments of type CommandContextModifierConstructorDescriptionGenericManagerFactory
(Class<? extends Session> typeClass, Function<CommandContext, ? extends Session> sessionCreator) -
Uses of CommandContext in org.flowable.common.engine.impl.persistence.entity
Methods in org.flowable.common.engine.impl.persistence.entity with parameters of type CommandContextModifier and TypeMethodDescriptionTablePageQueryImpl.execute
(CommandContext commandContext) protected AbstractEngineConfiguration
ByteArrayRef.getEngineConfiguration
(String engineType, CommandContext commandContext) protected AbstractEngineConfiguration
ByteArrayRef.getEngineConfigurationForAllType
(CommandContext commandContext) protected AbstractEngineConfiguration
ByteArrayRef.getFirstEngineConfigurationWithByteArrayEntityManager
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.query
Fields in org.flowable.common.engine.impl.query declared as CommandContextModifier and TypeFieldDescriptionprotected CommandContext
AbstractNativeQuery.commandContext
protected CommandContext
AbstractQuery.commandContext
Methods in org.flowable.common.engine.impl.query with parameters of type CommandContextModifier and TypeMethodDescriptionAbstractNativeQuery.execute
(CommandContext commandContext) AbstractQuery.execute
(CommandContext commandContext) abstract long
AbstractNativeQuery.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) abstract long
AbstractQuery.executeCount
(CommandContext commandContext) AbstractNativeQuery.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) Executes the actual query to retrieve the list of results.AbstractQuery.executeList
(CommandContext commandContext) Executes the actual query to retrieve the list of results.AbstractNativeQuery.executeSingleResult
(CommandContext commandContext) AbstractQuery.executeSingleResult
(CommandContext commandContext) Constructors in org.flowable.common.engine.impl.query with parameters of type CommandContextModifierConstructorDescriptionAbstractNativeQuery
(CommandContext commandContext) AbstractQuery
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.tenant
Methods in org.flowable.common.engine.impl.tenant with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
BaseChangeTenantIdCmd.beforeReturn
(CommandContext commandContext, ChangeTenantIdResult result) protected void
ExecuteChangeTenantIdCmd.beforeReturn
(CommandContext commandContext, ChangeTenantIdResult result) BaseChangeTenantIdCmd.execute
(CommandContext commandContext) protected AbstractEngineConfiguration
BaseChangeTenantIdCmd.getEngineConfiguration
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.engine.impl.variablelistener
Fields in org.flowable.common.engine.impl.variablelistener declared as CommandContextMethods in org.flowable.common.engine.impl.variablelistener with parameters of type CommandContextModifier and TypeMethodDescriptionVariableListenerSessionFactory.openSession
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.common.spring
Fields in org.flowable.common.spring declared as CommandContextModifier and TypeFieldDescriptionprotected CommandContext
SpringTransactionContext.commandContext
Methods in org.flowable.common.spring with parameters of type CommandContextModifier and TypeMethodDescriptionSpringTransactionContextFactory.openTransactionContext
(CommandContext commandContext) Constructors in org.flowable.common.spring with parameters of type CommandContextModifierConstructorDescriptionSpringTransactionContext
(PlatformTransactionManager transactionManager, CommandContext commandContext) SpringTransactionContext
(PlatformTransactionManager transactionManager, CommandContext commandContext, Integer transactionSynchronizationAdapterOrder) -
Uses of CommandContext in org.flowable.dmn.engine.impl
Methods in org.flowable.dmn.engine.impl with parameters of type CommandContextModifier and TypeMethodDescriptionlong
DecisionQueryImpl.executeCount
(CommandContext commandContext) long
DmnDeploymentQueryImpl.executeCount
(CommandContext commandContext) long
HistoricDecisionExecutionQueryImpl.executeCount
(CommandContext commandContext) long
NativeDecisionTableQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeDmnDeploymentQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeHistoryDecisionExecutionQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) DecisionQueryImpl.executeList
(CommandContext commandContext) DmnDeploymentQueryImpl.executeList
(CommandContext commandContext) HistoricDecisionExecutionQueryImpl.executeList
(CommandContext commandContext) NativeDecisionTableQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeDmnDeploymentQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeHistoryDecisionExecutionQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) Constructors in org.flowable.dmn.engine.impl with parameters of type CommandContextModifierConstructorDescriptionDecisionQueryImpl
(CommandContext commandContext) DmnDeploymentQueryImpl
(CommandContext commandContext) HistoricDecisionExecutionQueryImpl
(CommandContext commandContext) NativeDecisionTableQueryImpl
(CommandContext commandContext) NativeDmnDeploymentQueryImpl
(CommandContext commandContext) NativeHistoryDecisionExecutionQueryImpl
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.dmn.engine.impl.agenda
Methods in org.flowable.dmn.engine.impl.agenda with parameters of type CommandContextModifier and TypeMethodDescriptionDefaultDmnEngineAgendaFactory.createAgenda
(CommandContext commandContext) DmnEngineAgendaFactory.createAgenda
(CommandContext commandContext) DmnEngineAgendaSessionFactory.openSession
(CommandContext commandContext) Constructors in org.flowable.dmn.engine.impl.agenda with parameters of type CommandContext -
Uses of CommandContext in org.flowable.dmn.engine.impl.agenda.operation
Fields in org.flowable.dmn.engine.impl.agenda.operation declared as CommandContextConstructors in org.flowable.dmn.engine.impl.agenda.operation with parameters of type CommandContextModifierConstructorDescriptionDmnOperation
(CommandContext commandContext) ExecuteDecisionOperation
(CommandContext commandContext, ExecuteDecisionContext executeDecisionContext, Decision decision) ExecuteDecisionServiceOperation
(CommandContext commandContext, ExecuteDecisionContext executeDecisionContext, DecisionService decisionService) -
Uses of CommandContext in org.flowable.dmn.engine.impl.cmd
Methods in org.flowable.dmn.engine.impl.cmd with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
AbstractExecuteDecisionCmd.execute
(CommandContext commandContext, DmnDefinition definition) BulkDeleteHistoricDecisionExecutionsByInstanceIdsAndScopeTypeCmd.execute
(CommandContext commandContext) DeleteDeploymentCmd.execute
(CommandContext commandContext) DeleteHistoricDecisionExecutionsByQueryCmd.execute
(CommandContext commandContext) DeployCmd.execute
(CommandContext commandContext) EvaluateDecisionCmd.execute
(CommandContext commandContext) protected void
EvaluateDecisionCmd.execute
(CommandContext commandContext, DmnDefinition definition) ExecuteCustomSqlCmd.execute
(CommandContext commandContext) ExecuteDecisionCmd.execute
(CommandContext commandContext) ExecuteDecisionServiceCmd.execute
(CommandContext commandContext) protected void
ExecuteDecisionServiceCmd.execute
(CommandContext commandContext, DmnDefinition definition) ExecuteDecisionWithAuditTrailCmd.execute
(CommandContext commandContext) GetDeploymentDecisionCmd.execute
(CommandContext commandContext) GetDeploymentDecisionRequirementsDiagramCmd.execute
(CommandContext commandContext) GetDeploymentDmnResourceCmd.execute
(CommandContext commandContext) GetDeploymentResourceCmd.execute
(CommandContext commandContext) GetDeploymentResourceNamesCmd.execute
(CommandContext commandContext) GetDmnDefinitionCmd.execute
(CommandContext commandContext) GetTableNameCmd.execute
(CommandContext commandContext) PersistHistoricDecisionExecutionCmd.execute
(CommandContext commandContext) SchemaOperationsDmnEngineBuild.execute
(CommandContext commandContext) SetDecisionTableCategoryCmd.execute
(CommandContext commandContext) SetDeploymentCategoryCmd.execute
(CommandContext commandContext) SetDeploymentParentDeploymentIdCmd.execute
(CommandContext commandContext) SetDeploymentTenantIdCmd.execute
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.dmn.engine.impl.interceptor
Methods in org.flowable.dmn.engine.impl.interceptor with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
DmnCommandInvoker.executeExecutionListenersAfterException
(CommandContext commandContext, Runnable runnable, Throwable throwable) protected void
DmnCommandInvoker.executeExecutionListenersAfterExecute
(CommandContext commandContext, Runnable runnable) protected void
DmnCommandInvoker.executeExecutionListenersBeforeExecute
(CommandContext commandContext, Runnable runnable) protected void
DmnCommandInvoker.executeOperation
(CommandContext commandContext, Runnable runnable) protected void
DmnCommandInvoker.executeOperations
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.dmn.engine.impl.persistence
Methods in org.flowable.dmn.engine.impl.persistence that return CommandContext -
Uses of CommandContext in org.flowable.dmn.engine.impl.util
Methods in org.flowable.dmn.engine.impl.util that return CommandContextMethods in org.flowable.dmn.engine.impl.util with parameters of type CommandContextModifier and TypeMethodDescriptionstatic DmnEngineAgenda
CommandContextUtil.getAgenda
(CommandContext commandContext) static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) static DecisionEntityManager
CommandContextUtil.getDecisionEntityManager
(CommandContext commandContext) static DmnDeploymentEntityManager
CommandContextUtil.getDeploymentEntityManager
(CommandContext commandContext) static DmnEngineConfiguration
CommandContextUtil.getDmnEngineConfiguration
(CommandContext commandContext) static DmnRepositoryService
CommandContextUtil.getDmnRepositoryService
(CommandContext commandContext) CommandContextUtil.getHistoricDecisionExecutionEntityManager
(CommandContext commandContext) static DmnResourceEntityManager
CommandContextUtil.getResourceEntityManager
(CommandContext commandContext) static TableDataManager
CommandContextUtil.getTableDataManager
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine
Methods in org.flowable.engine with parameters of type CommandContextModifier and TypeMethodDescriptionFlowableEngineAgendaFactory.createAgenda
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.delegate.event.impl
Methods in org.flowable.engine.delegate.event.impl with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
BpmnModelEventDispatchAction.dispatchEvent
(CommandContext commandContext, FlowableEventSupport eventSupport, FlowableEvent event) -
Uses of CommandContext in org.flowable.engine.dynamic
Methods in org.flowable.engine.dynamic with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
DynamicStateManager.moveExecutionState
(ChangeActivityStateBuilderImpl changeActivityStateBuilder, CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl
Methods in org.flowable.engine.impl with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
HistoricProcessInstanceQueryImpl.addCachedVariableForQueryById
(CommandContext commandContext, List<HistoricProcessInstance> results) ProcessInstanceHistoryLogQueryImpl.execute
(CommandContext commandContext) SchemaOperationProcessEngineClose.execute
(CommandContext commandContext) SchemaOperationsProcessEngineBuild.execute
(CommandContext commandContext) long
ActivityInstanceQueryImpl.executeCount
(CommandContext commandContext) long
DeploymentQueryImpl.executeCount
(CommandContext commandContext) long
ExecutionQueryImpl.executeCount
(CommandContext commandContext) long
HistoricActivityInstanceQueryImpl.executeCount
(CommandContext commandContext) long
HistoricDetailQueryImpl.executeCount
(CommandContext commandContext) long
HistoricProcessInstanceQueryImpl.executeCount
(CommandContext commandContext) long
ModelQueryImpl.executeCount
(CommandContext commandContext) long
NativeActivityInstanceQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeDeploymentQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeExecutionQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeHistoricActivityInstanceQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeHistoricDetailQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeHistoricProcessInstanceQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeModelQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeProcessDefinitionQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeProcessInstanceQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
ProcessDefinitionQueryImpl.executeCount
(CommandContext commandContext) long
ProcessInstanceQueryImpl.executeCount
(CommandContext commandContext) ActivityInstanceQueryImpl.executeList
(CommandContext commandContext) DeploymentQueryImpl.executeList
(CommandContext commandContext) ExecutionQueryImpl.executeList
(CommandContext commandContext) HistoricActivityInstanceQueryImpl.executeList
(CommandContext commandContext) HistoricDetailQueryImpl.executeList
(CommandContext commandContext) HistoricProcessInstanceQueryImpl.executeList
(CommandContext commandContext) ModelQueryImpl.executeList
(CommandContext commandContext) NativeActivityInstanceQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeDeploymentQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeExecutionQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeHistoricActivityInstanceQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeHistoricDetailQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeHistoricProcessInstanceQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeModelQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeProcessDefinitionQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeProcessInstanceQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) ProcessDefinitionQueryImpl.executeList
(CommandContext commandContext) ProcessInstanceQueryImpl.executeList
(CommandContext commandContext) Constructors in org.flowable.engine.impl with parameters of type CommandContextModifierConstructorDescriptionActivityInstanceQueryImpl
(CommandContext commandContext) DeploymentQueryImpl
(CommandContext commandContext) ExecutionQueryImpl
(CommandContext commandContext, ProcessEngineConfigurationImpl processEngineConfiguration) HistoricActivityInstanceQueryImpl
(CommandContext commandContext) HistoricDetailQueryImpl
(CommandContext commandContext) HistoricProcessInstanceQueryImpl
(CommandContext commandContext, ProcessEngineConfigurationImpl processEngineConfiguration) ModelQueryImpl
(CommandContext commandContext) NativeActivityInstanceQueryImpl
(CommandContext commandContext) NativeDeploymentQueryImpl
(CommandContext commandContext) NativeExecutionQueryImpl
(CommandContext commandContext) NativeHistoricActivityInstanceQueryImpl
(CommandContext commandContext) NativeHistoricDetailQueryImpl
(CommandContext commandContext) NativeHistoricProcessInstanceQueryImpl
(CommandContext commandContext) NativeModelQueryImpl
(CommandContext commandContext) NativeProcessDefinitionQueryImpl
(CommandContext commandContext) NativeProcessInstanceQueryImpl
(CommandContext commandContext) ProcessDefinitionQueryImpl
(CommandContext commandContext) ProcessInstanceQueryImpl
(CommandContext commandContext, ProcessEngineConfigurationImpl processEngineConfiguration) -
Uses of CommandContext in org.flowable.engine.impl.agenda
Fields in org.flowable.engine.impl.agenda declared as CommandContextMethods in org.flowable.engine.impl.agenda that return CommandContextMethods in org.flowable.engine.impl.agenda with parameters of type CommandContextModifier and TypeMethodDescriptionDebugFlowableEngineAgendaFactory.createAgenda
(CommandContext commandContext) DefaultFlowableEngineAgendaFactory.createAgenda
(CommandContext commandContext) AgendaSessionFactory.openSession
(CommandContext commandContext) void
AbstractOperation.setCommandContext
(CommandContext commandContext) Constructors in org.flowable.engine.impl.agenda with parameters of type CommandContextModifierConstructorDescriptionAbstractOperation
(CommandContext commandContext, ExecutionEntity execution) ContinueMultiInstanceOperation
(CommandContext commandContext, ExecutionEntity execution, ExecutionEntity multiInstanceRootExecution, int loopCounter) ContinueProcessOperation
(CommandContext commandContext, ExecutionEntity execution) ContinueProcessOperation
(CommandContext commandContext, ExecutionEntity execution, boolean forceSynchronousOperation, boolean inCompensation, MigrationContext migrationContext) DebugContinueProcessOperation
(ProcessDebugger debugger, CommandContext commandContext, ExecutionEntity execution) DebugContinueProcessOperation
(ProcessDebugger debugger, CommandContext commandContext, ExecutionEntity execution, boolean forceSynchronousOperation, boolean inCompensation) DebugFlowableEngineAgenda
(CommandContext commandContext, ProcessDebugger processDebugger) DefaultFlowableEngineAgenda
(CommandContext commandContext) DestroyScopeOperation
(CommandContext commandContext, ExecutionEntity execution) EndExecutionOperation
(CommandContext commandContext, ExecutionEntity execution) EndExecutionOperation
(CommandContext commandContext, ExecutionEntity execution, boolean forceSynchronous) EvaluateConditionalEventsOperation
(CommandContext commandContext, ExecutionEntity execution) EvaluateVariableListenerEventDefinitionsOperation
(CommandContext commandContext, String processDefinitionId, String processInstanceId) ExecuteInactiveBehaviorsOperation
(CommandContext commandContext, Collection<ExecutionEntity> executions) TakeOutgoingSequenceFlowsOperation
(CommandContext commandContext, ExecutionEntity executionEntity, boolean evaluateConditions, boolean forcedSynchronous) TriggerExecutionOperation
(CommandContext commandContext, ExecutionEntity execution) TriggerExecutionOperation
(CommandContext commandContext, ExecutionEntity execution, boolean triggerAsync) -
Uses of CommandContext in org.flowable.engine.impl.bpmn.behavior
Methods in org.flowable.engine.impl.bpmn.behavior with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
TerminateEndEventActivityBehavior.defaultTerminateEndEventBehaviour
(ExecutionEntity execution, CommandContext commandContext, ExecutionEntityManager executionEntityManager) protected void
BoundaryEventActivityBehavior.deleteChildExecutions
(ExecutionEntity parentExecution, ExecutionEntity outgoingExecutionEntity, CommandContext commandContext) protected void
CancelEndEventActivityBehavior.deleteChildExecutions
(ExecutionEntity parentExecution, ExecutionEntity notToDeleteExecution, CommandContext commandContext, String deleteReason) protected void
BoundaryEventActivityBehavior.executeInterruptingBehavior
(ExecutionEntity executionEntity, CommandContext commandContext) protected void
BoundaryEventActivityBehavior.executeNonInterruptingBehavior
(ExecutionEntity executionEntity, CommandContext commandContext) protected List<ChannelModel>
SendEventTaskActivityBehavior.getChannelModels
(CommandContext commandContext, DelegateExecution execution, boolean sendOnSystemChannel) protected String
IntermediateCatchEventRegistryEventActivityBehavior.getEventDefinitionKey
(CommandContext commandContext, ExecutionEntity executionEntity) protected String
ReceiveEventTaskActivityBehavior.getEventDefinitionKey
(CommandContext commandContext, ExecutionEntity executionEntity) protected EventModel
SendEventTaskActivityBehavior.getEventModel
(CommandContext commandContext, DelegateExecution execution) protected void
TerminateEndEventActivityBehavior.terminateAllBehaviour
(ExecutionEntity execution, CommandContext commandContext, ExecutionEntityManager executionEntityManager) protected void
TerminateEndEventActivityBehavior.terminateMultiInstanceRoot
(ExecutionEntity execution, CommandContext commandContext, ExecutionEntityManager executionEntityManager) -
Uses of CommandContext in org.flowable.engine.impl.bpmn.deployer
Methods in org.flowable.engine.impl.bpmn.deployer with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
BpmnDeploymentHelper.addAuthorizationsFromIterator
(CommandContext commandContext, List<String> expressions, ProcessDefinitionEntity processDefinition, org.flowable.engine.impl.bpmn.deployer.BpmnDeploymentHelper.ExpressionType expressionType) protected void
CachingAndArtifactsManager.addDefinitionInfoToCache
(ProcessDefinitionEntity processDefinition, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl.bpmn.helper
Methods in org.flowable.engine.impl.bpmn.helper with parameters of type CommandContextModifier and TypeMethodDescriptionprotected static boolean
SkipExpressionUtil.checkSkipExpressionVariable
(String activityId, DelegateExecution execution, CommandContext commandContext) static boolean
SkipExpressionUtil.isSkipExpressionEnabled
(String skipExpression, String activityId, DelegateExecution execution, CommandContext commandContext) protected static String
SkipExpressionUtil.resolveActiveSkipExpression
(String skipExpression, String activityId, String processDefinitionId, CommandContext commandContext) static boolean
SkipExpressionUtil.shouldSkipFlowElement
(String skipExpressionString, String activityId, DelegateExecution execution, CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl.bpmn.listener
Methods in org.flowable.engine.impl.bpmn.listener with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
ExecuteExecutionListenerTransactionListener.execute
(CommandContext commandContext) void
ExecuteTaskListenerTransactionListener.execute
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl.cfg.multitenant
Methods in org.flowable.engine.impl.cfg.multitenant with parameters of type CommandContextModifier and TypeMethodDescriptionExecuteSchemaOperationCommand.execute
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl.cmd
Methods in org.flowable.engine.impl.cmd with parameters of type CommandContextModifier and TypeMethodDescriptionprotected Date
JobRetryCmd.calculateDueDate
(CommandContext commandContext, int waitTimeInSeconds, Date oldDate) protected void
AbstractSetProcessDefinitionStateCmd.changeProcessDefinitionState
(CommandContext commandContext, List<ProcessDefinitionEntity> processDefinitions) protected BpmnModel
AbstractDynamicInjectionCmd.createBpmnModel
(CommandContext commandContext, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) protected DeploymentEntity
AbstractDynamicInjectionCmd.createDerivedDeployment
(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity) protected void
AbstractDynamicInjectionCmd.createDerivedProcessDefinition
(CommandContext commandContext, ProcessInstance processInstance) protected void
AbstractDynamicInjectionCmd.createDerivedProcessDefinitionForProcessInstance
(CommandContext commandContext, String processInstanceId) protected void
AbstractDynamicInjectionCmd.createDerivedProcessDefinitionForTask
(CommandContext commandContext, String taskId) protected void
AbstractProcessInstanceIdentityLinkCmd.createIdentityLinkType
(CommandContext commandContext, String processInstanceId, String userId, String groupId, String identityType) Creates a new identity link entry for the given process instance, which can either be a user or group based one, but not both the same time.protected void
AbstractSetProcessDefinitionStateCmd.createTimerForDelayedExecution
(CommandContext commandContext, List<ProcessDefinitionEntity> processDefinitions) protected void
DeleteTaskCmd.deleteTask
(CommandContext commandContext, String taskId) protected Deployment
DeployCmd.deployAsFlowable5ProcessDefinition
(CommandContext commandContext) protected ProcessDefinitionEntity
AbstractDynamicInjectionCmd.deployDerivedDeploymentEntity
(CommandContext commandContext, DeploymentEntity deploymentEntity, ProcessDefinitionEntity originalProcessDefinitionEntity) final Void
AbstractExternalWorkerJobCmd.execute
(CommandContext commandContext) AbstractSetProcessDefinitionStateCmd.execute
(CommandContext commandContext) AbstractSetProcessInstanceStateCmd.execute
(CommandContext commandContext) ActivateTaskCmd.execute
(CommandContext commandContext) AddCommentCmd.execute
(CommandContext commandContext) AddEditorSourceExtraForModelCmd.execute
(CommandContext commandContext) AddEditorSourceForModelCmd.execute
(CommandContext commandContext) AddEventConsumerCommand.execute
(CommandContext commandContext) AddEventListenerCommand.execute
(CommandContext commandContext) protected Void
AddIdentityLinkCmd.execute
(CommandContext commandContext, TaskEntity task) AddIdentityLinkForProcessDefinitionCmd.execute
(CommandContext commandContext) AddIdentityLinkForProcessInstanceCmd.execute
(CommandContext commandContext) AddMultiInstanceExecutionCmd.execute
(CommandContext commandContext) BulkDeleteHistoricProcessInstancesCmd.execute
(CommandContext commandContext) BulkSaveTasksCmd.execute
(CommandContext commandContext) ChangeActivityStateCmd.execute
(CommandContext commandContext) ChangeDeploymentTenantIdCmd.execute
(CommandContext commandContext) protected Void
ClaimTaskCmd.execute
(CommandContext commandContext, TaskEntity task) ClearProcessInstanceLockTimesCmd.execute
(CommandContext commandContext) CompleteAdhocSubProcessCmd.execute
(CommandContext commandContext) protected Void
CompleteTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
CompleteTaskWithFormCmd.execute
(CommandContext commandContext, TaskEntity task) CreateAttachmentCmd.execute
(CommandContext commandContext) CreateModelCmd.execute
(CommandContext commandContext) CreateTaskCmd.execute
(CommandContext commandContext) protected Object
DelegateTaskCmd.execute
(CommandContext commandContext, TaskEntity task) DeleteAttachmentCmd.execute
(CommandContext commandContext) DeleteBatchCmd.execute
(CommandContext commandContext) DeleteCommentCmd.execute
(CommandContext commandContext) DeleteDeploymentCmd.execute
(CommandContext commandContext) DeleteEventLogEntry.execute
(CommandContext commandContext) DeleteHistoricActivityInstancesCmd.execute
(CommandContext commandContext) DeleteHistoricProcessInstanceCmd.execute
(CommandContext commandContext) DeleteHistoricProcessInstancesCmd.execute
(CommandContext commandContext) DeleteHistoricTaskInstanceCmd.execute
(CommandContext commandContext) DeleteHistoricTaskLogEntryByLogNumberCmd.execute
(CommandContext commandContext) protected Void
DeleteIdentityLinkCmd.execute
(CommandContext commandContext, TaskEntity task) DeleteIdentityLinkForProcessDefinitionCmd.execute
(CommandContext commandContext) DeleteIdentityLinkForProcessInstanceCmd.execute
(CommandContext commandContext) DeleteModelCmd.execute
(CommandContext commandContext) DeleteMultiInstanceExecutionCmd.execute
(CommandContext commandContext) DeleteProcessInstanceCmd.execute
(CommandContext commandContext) DeleteProcessInstancesByIdCmd.execute
(CommandContext commandContext) DeleteProcessInstanceStartEventSubscriptionCmd.execute
(CommandContext commandContext) DeleteRelatedDataOfRemovedHistoricProcessInstancesCmd.execute
(CommandContext commandContext) Deprecated.DeleteTaskAndActivityDataOfRemovedHistoricProcessInstancesCmd.execute
(CommandContext commandContext) Deprecated.DeleteTaskCmd.execute
(CommandContext commandContext) DeployCmd.execute
(CommandContext commandContext) DispatchEventCommand.execute
(CommandContext commandContext) protected Object
EvaluateConditionalEventsCmd.execute
(CommandContext commandContext, ExecutionEntity execution) ExecuteActivityForAdhocSubProcessCmd.execute
(CommandContext commandContext) ExecuteCustomSqlCmd.execute
(CommandContext commandContext) FindActiveActivityIdsCmd.execute
(CommandContext commandContext) FindBatchesBySearchKeyCmd.execute
(CommandContext commandContext) FindBatchPartsByBatchIdCmd.execute
(CommandContext commandContext) GetActiveAdhocSubProcessesCmd.execute
(CommandContext commandContext) GetAllBatchesCmd.execute
(CommandContext commandContext) GetAppResourceModelCmd.execute
(CommandContext commandContext) GetAppResourceObjectCmd.execute
(CommandContext commandContext) GetAttachmentCmd.execute
(CommandContext commandContext) GetAttachmentContentCmd.execute
(CommandContext commandContext) GetBatchDocumentCmd.execute
(CommandContext commandContext) GetBatchPartCmd.execute
(CommandContext commandContext) GetBatchPartDocumentCmd.execute
(CommandContext commandContext) GetBpmnModelCmd.execute
(CommandContext commandContext) GetCommentCmd.execute
(CommandContext commandContext) GetDataObjectCmd.execute
(CommandContext commandContext) GetDataObjectsCmd.execute
(CommandContext commandContext) GetDecisionsForProcessDefinitionCmd.execute
(CommandContext commandContext) GetDeploymentProcessDefinitionCmd.execute
(CommandContext commandContext) GetDeploymentProcessDiagramCmd.execute
(CommandContext commandContext) GetDeploymentProcessDiagramLayoutCmd.execute
(CommandContext commandContext) GetDeploymentProcessModelCmd.execute
(CommandContext commandContext) GetDeploymentResourceCmd.execute
(CommandContext commandContext) GetDeploymentResourceNamesCmd.execute
(CommandContext commandContext) GetEnabledActivitiesForAdhocSubProcessCmd.execute
(CommandContext commandContext) GetEntityLinkChildrenForProcessInstanceCmd.execute
(CommandContext commandContext) GetEntityLinkChildrenForTaskCmd.execute
(CommandContext commandContext) GetEntityLinkChildrenWithSameRootAsProcessInstanceCmd.execute
(CommandContext commandContext) GetEntityLinkParentsForProcessInstanceCmd.execute
(CommandContext commandContext) GetEntityLinkParentsForTaskCmd.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) GetFormDefinitionsForProcessDefinitionCmd.execute
(CommandContext commandContext) GetFormKeyCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkChildrenForProcessInstanceCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkChildrenForTaskCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkChildrenWithSameRootAsProcessInstanceCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkParentsForProcessInstanceCmd.execute
(CommandContext commandContext) GetHistoricEntityLinkParentsForTaskCmd.execute
(CommandContext commandContext) GetHistoricIdentityLinksForTaskCmd.execute
(CommandContext commandContext) GetIdentityLinksForProcessDefinitionCmd.execute
(CommandContext commandContext) GetIdentityLinksForProcessInstanceCmd.execute
(CommandContext commandContext) GetIdentityLinksForTaskCmd.execute
(CommandContext commandContext) GetModelCmd.execute
(CommandContext commandContext) byte[]
GetModelEditorSourceCmd.execute
(CommandContext commandContext) byte[]
GetModelEditorSourceExtraCmd.execute
(CommandContext commandContext) GetNextIdBlockCmd.execute
(CommandContext commandContext) GetPotentialStarterGroupsCmd.execute
(CommandContext commandContext) GetPotentialStarterUsersCmd.execute
(CommandContext commandContext) GetProcessDefinitionHistoryLevelModelCmd.execute
(CommandContext commandContext) com.fasterxml.jackson.databind.node.ObjectNode
GetProcessDefinitionInfoCmd.execute
(CommandContext commandContext) List<? extends Attachment>
GetProcessInstanceAttachmentsCmd.execute
(CommandContext commandContext) GetProcessInstanceCommentsCmd.execute
(CommandContext commandContext) GetProcessInstanceEventsCmd.execute
(CommandContext commandContext) GetProcessInstanceMigrationBatchResultCmd.execute
(CommandContext commandContext) GetRenderedStartFormCmd.execute
(CommandContext commandContext) GetRenderedTaskFormCmd.execute
(CommandContext commandContext) GetStartFormCmd.execute
(CommandContext commandContext) GetStartFormModelCmd.execute
(CommandContext commandContext) GetSubTasksCmd.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) GetTaskFormCmd.execute
(CommandContext commandContext) GetTaskFormModelCmd.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) HandleHistoryCleanupTimerJobCmd.execute
(CommandContext commandContext) HasExecutionVariableCmd.execute
(CommandContext commandContext) HasTaskVariableCmd.execute
(CommandContext commandContext) InjectEmbeddedSubProcessInProcessInstanceCmd.execute
(CommandContext commandContext) InjectParallelEmbeddedSubProcessCmd.execute
(CommandContext commandContext) InjectParallelUserTaskCmd.execute
(CommandContext commandContext) InjectUserTaskInProcessInstanceCmd.execute
(CommandContext commandContext) IsFlowable5ProcessDefinitionCmd.execute
(CommandContext commandContext) IsProcessDefinitionSuspendedCmd.execute
(CommandContext commandContext) JobRetryCmd.execute
(CommandContext commandContext) protected Void
MessageEventReceivedCmd.execute
(CommandContext commandContext, ExecutionEntity execution) ModifyProcessInstanceStartEventSubscriptionCmd.execute
(CommandContext commandContext) NeedsActiveExecutionCmd.execute
(CommandContext commandContext) protected abstract T
NeedsActiveExecutionCmd.execute
(CommandContext commandContext, ExecutionEntity execution) Subclasses should implement this method.NeedsActiveProcessDefinitionCmd.execute
(CommandContext commandContext) protected abstract T
NeedsActiveProcessDefinitionCmd.execute
(CommandContext commandContext, ProcessDefinitionEntity processDefinition) Subclasses should implement this.NeedsActiveTaskCmd.execute
(CommandContext commandContext) protected abstract T
NeedsActiveTaskCmd.execute
(CommandContext commandContext, TaskEntity task) Subclasses must implement in this method their normal command logic.NewTaskCmd.execute
(CommandContext commandContext) ProcessInstanceMigrationBatchCmd.execute
(CommandContext commandContext) ProcessInstanceMigrationCmd.execute
(CommandContext commandContext) ProcessInstanceMigrationValidationCmd.execute
(CommandContext commandContext) RedeployV5ProcessDefinitionsCmd.execute
(CommandContext commandContext) RegisterProcessInstanceStartEventSubscriptionCmd.execute
(CommandContext commandContext) RemoveEventConsumerCommand.execute
(CommandContext commandContext) RemoveEventListenerCommand.execute
(CommandContext commandContext) protected Void
RemoveExecutionVariablesCmd.execute
(CommandContext commandContext, ExecutionEntity execution) RemoveProcessInstanceAssigneeCmd.execute
(CommandContext commandContext) RemoveProcessInstanceOwnerCmd.execute
(CommandContext commandContext) protected Void
RemoveTaskVariablesCmd.execute
(CommandContext commandContext, TaskEntity task) RescheduleTimerJobCmd.execute
(CommandContext commandContext) protected Void
ResolveTaskCmd.execute
(CommandContext commandContext, TaskEntity task) SaveAttachmentCmd.execute
(CommandContext commandContext) SaveCommentCmd.execute
(CommandContext commandContext) SaveModelCmd.execute
(CommandContext commandContext) SaveProcessDefinitionInfoCmd.execute
(CommandContext commandContext) SaveTaskCmd.execute
(CommandContext commandContext) SetDeploymentCategoryCmd.execute
(CommandContext commandContext) SetDeploymentKeyCmd.execute
(CommandContext commandContext) SetDeploymentParentDeploymentIdCmd.execute
(CommandContext commandContext) protected Object
SetExecutionVariablesCmd.execute
(CommandContext commandContext, ExecutionEntity execution) SetProcessDefinitionCategoryCmd.execute
(CommandContext commandContext) SetProcessDefinitionVersionCmd.execute
(CommandContext commandContext) SetProcessInstanceAssigneeCmd.execute
(CommandContext commandContext) SetProcessInstanceBusinessKeyCmd.execute
(CommandContext commandContext) SetProcessInstanceBusinessStatusCmd.execute
(CommandContext commandContext) SetProcessInstanceNameCmd.execute
(CommandContext commandContext) SetProcessInstanceOwnerCmd.execute
(CommandContext commandContext) protected Void
SetTaskDueDateCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
SetTaskPriorityCmd.execute
(CommandContext commandContext, TaskEntity task) protected Object
SetTaskVariablesCmd.execute
(CommandContext commandContext, TaskEntity task) SignalEventReceivedCmd.execute
(CommandContext commandContext) StartProcessInstanceAsyncCmd.execute
(CommandContext commandContext) StartProcessInstanceByMessageCmd.execute
(CommandContext commandContext) StartProcessInstanceCmd.execute
(CommandContext commandContext) protected Void
StartProgressTaskCmd.execute
(CommandContext commandContext, TaskEntity task) protected ProcessInstance
SubmitStartFormCmd.execute
(CommandContext commandContext, ProcessDefinitionEntity processDefinition) protected Void
SubmitTaskFormCmd.execute
(CommandContext commandContext, TaskEntity task) protected Void
SuspendTaskCmd.execute
(CommandContext commandContext, TaskEntity task) TriggerCaseTaskCmd.execute
(CommandContext commandContext) protected Object
TriggerCmd.execute
(CommandContext commandContext, ExecutionEntity execution) ValidateBpmnModelCmd.execute
(CommandContext commandContext) ValidateExecutionRelatedEntityCountCfgCmd.execute
(CommandContext commandContext) ValidateTaskRelatedEntityCountCfgCmd.execute
(CommandContext commandContext) ValidateV5EntitiesCmd.execute
(CommandContext commandContext) protected void
StartProcessInstanceAsyncCmd.executeAsynchronous
(ExecutionEntity execution, Process process, CommandContext commandContext) protected Deployment
DeployCmd.executeDeploy
(CommandContext commandContext) protected Void
DeleteProcessInstancesByIdCmd.executeSingleDelete
(CommandContext commandContext, String processInstanceId) protected ExecutionEntity
JobRetryCmd.fetchExecutionEntity
(CommandContext commandContext, String executionId) protected List<ProcessInstance>
AbstractSetProcessDefinitionStateCmd.fetchProcessInstancesPage
(CommandContext commandContext, ProcessDefinition processDefinition, int currentPageStartIndex) protected List<ProcessDefinitionEntity>
AbstractSetProcessDefinitionStateCmd.findProcessDefinition
(CommandContext commandContext) protected String
AbstractProcessStartEventSubscriptionCmd.generateCorrelationConfiguration
(String eventDefinitionKey, String tenantId, Map<String, Object> correlationParameterValues, CommandContext commandContext) protected EventModel
AbstractProcessStartEventSubscriptionCmd.getEventModel
(String eventDefinitionKey, String tenantId, CommandContext commandContext) protected EventSubscriptionService
AbstractProcessStartEventSubscriptionCmd.getEventSubscriptionService
(CommandContext commandContext) protected ProcessDefinition
AbstractProcessStartEventSubscriptionCmd.getLatestProcessDefinitionByKey
(String processDefinitionKey, String tenantId, CommandContext commandContext) protected List<HistoricIdentityLink>
GetHistoricIdentityLinksForTaskCmd.getLinksForProcessInstance
(CommandContext commandContext) protected List<HistoricIdentityLink>
GetHistoricIdentityLinksForTaskCmd.getLinksForTask
(CommandContext commandContext) protected Process
AbstractProcessStartEventSubscriptionCmd.getProcess
(String processDefinitionId, CommandContext commandContext) protected ProcessDefinition
StartProcessInstanceCmd.getProcessDefinition
(ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext) protected ProcessDefinition
AbstractProcessStartEventSubscriptionCmd.getProcessDefinitionById
(String processDefinitionId, CommandContext commandContext) protected ExecutionEntity
AbstractProcessInstanceIdentityLinkCmd.getProcessInstanceEntity
(CommandContext commandContext, String processInstanceId) Returns the process instance entity for the given id, if it exists, otherwise an exception will be thrown.protected void
SaveTaskCmd.handleAssigneeChange
(CommandContext commandContext, ProcessEngineConfigurationImpl processEngineConfiguration) protected ProcessInstance
StartProcessInstanceCmd.handleProcessInstanceWithForm
(CommandContext commandContext, ProcessDefinition processDefinition, ProcessEngineConfigurationImpl processEngineConfiguration) protected EventSubscription
RegisterProcessInstanceStartEventSubscriptionCmd.insertEventRegistryEvent
(String eventDefinitionKey, boolean doNotUpdateToLatestVersionAutomatically, StartEvent startEvent, ProcessDefinition processDefinition, String correlationKey, CommandContext commandContext) protected void
AbstractExternalWorkerJobCmd.moveExternalWorkerJobToExecutableJob
(ExternalWorkerJobEntity externalWorkerJob, CommandContext commandContext) protected void
AbstractProcessInstanceIdentityLinkCmd.removeIdentityLinkType
(CommandContext commandContext, String processInstanceId, String identityType) This will remove ALL identity links with the given type, no mather whether they are user or group based.protected ExternalWorkerJobEntity
AbstractExternalWorkerJobCmd.resolveJob
(CommandContext commandContext) protected abstract void
AbstractExternalWorkerJobCmd.runJobLogic
(ExternalWorkerJobEntity externalWorkerJob, CommandContext commandContext) protected void
ExternalWorkerJobBpmnErrorCmd.runJobLogic
(ExternalWorkerJobEntity externalWorkerJob, CommandContext commandContext) protected void
ExternalWorkerJobCompleteCmd.runJobLogic
(ExternalWorkerJobEntity externalWorkerJob, CommandContext commandContext) protected void
DeployCmd.scheduleProcessDefinitionActivation
(CommandContext commandContext, DeploymentEntity deployment) protected void
AbstractDynamicInjectionCmd.storeBpmnModelAsByteArray
(CommandContext commandContext, BpmnModel bpmnModel, DeploymentEntity deploymentEntity, String resourceName) protected abstract void
AbstractDynamicInjectionCmd.updateBpmnProcess
(CommandContext commandContext, Process process, BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) protected void
InjectEmbeddedSubProcessInProcessInstanceCmd.updateBpmnProcess
(CommandContext commandContext, Process process, BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) protected void
InjectParallelEmbeddedSubProcessCmd.updateBpmnProcess
(CommandContext commandContext, Process process, BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) protected void
InjectParallelUserTaskCmd.updateBpmnProcess
(CommandContext commandContext, Process process, BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) protected void
InjectUserTaskInProcessInstanceCmd.updateBpmnProcess
(CommandContext commandContext, Process process, BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) protected abstract void
AbstractDynamicInjectionCmd.updateExecutions
(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity, ExecutionEntity processInstance, List<ExecutionEntity> childExecutions) protected void
AbstractDynamicInjectionCmd.updateExecutions
(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity, ExecutionEntity processInstance, BpmnModel bpmnModel) protected void
InjectEmbeddedSubProcessInProcessInstanceCmd.updateExecutions
(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity, ExecutionEntity processInstance, List<ExecutionEntity> childExecutions) protected void
InjectParallelEmbeddedSubProcessCmd.updateExecutions
(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity, ExecutionEntity processInstance, List<ExecutionEntity> childExecutions) protected void
InjectParallelUserTaskCmd.updateExecutions
(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity, ExecutionEntity processInstance, List<ExecutionEntity> childExecutions) protected void
InjectUserTaskInProcessInstanceCmd.updateExecutions
(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity, ExecutionEntity processInstance, List<ExecutionEntity> childExecutions) protected void
SetProcessDefinitionVersionCmd.validateAndSwitchVersionOfExecution
(CommandContext commandContext, ExecutionEntity execution, ProcessDefinition newProcessDefinition) protected ExecutionEntity
CreateAttachmentCmd.verifyExecutionParameters
(CommandContext commandContext) protected TaskEntity
CreateAttachmentCmd.verifyTaskParameters
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl.context
Methods in org.flowable.engine.impl.context that return CommandContextMethods in org.flowable.engine.impl.context with parameters of type CommandContextModifier and TypeMethodDescriptionContext.getProcessEngineConfiguration
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl.delete
Methods in org.flowable.engine.impl.delete with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
ComputeDeleteHistoricProcessInstanceIdsJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ComputeDeleteHistoricProcessInstanceStatusJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
DeleteHistoricProcessInstanceIdsJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
DeleteHistoricProcessInstanceIdsStatusJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
DeleteHistoricProcessInstancesSequentialJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) DeleteHistoricProcessInstancesUsingBatchesCmd.execute
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl.dynamic
Methods in org.flowable.engine.impl.dynamic with parameters of type CommandContextModifier and TypeMethodDescriptionstatic void
BaseDynamicSubProcessInjectUtil.addResource
(CommandContext commandContext, DeploymentEntity deploymentEntity, String resourceName, byte[] bytes) protected List<ExecutionEntity>
AbstractDynamicStateManager.createBoundaryEvents
(List<BoundaryEvent> boundaryEvents, ExecutionEntity execution, CommandContext commandContext) protected ExecutionEntity
AbstractDynamicStateManager.createCallActivityInstance
(CallActivity callActivity, ProcessDefinition subProcessDefinition, ExecutionEntity parentExecution, String initialActivityId, CommandContext commandContext) protected List<ExecutionEntity>
AbstractDynamicStateManager.createEmbeddedSubProcessAndExecutions
(Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements, List<ExecutionEntity> movingExecutions, MoveExecutionEntityContainer moveExecutionEntityContainer, ProcessInstanceChangeState processInstanceChangeState, CommandContext commandContext) protected ExecutionEntity
AbstractDynamicStateManager.createEmbeddedSubProcessHierarchy
(SubProcess subProcess, ExecutionEntity defaultParentExecution, Map<String, SubProcess> subProcessesToCreate, Set<String> movingExecutionIds, ProcessInstanceChangeState processInstanceChangeState, CommandContext commandContext) protected MoveExecutionEntityContainer
AbstractDynamicStateManager.createMoveExecutionEntityContainer
(MoveActivityIdContainer activityContainer, List<ExecutionEntity> executions, CommandContext commandContext) protected ExecutionEntity
AbstractDynamicStateManager.deleteDirectParentExecutions
(String parentExecutionId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements, Collection<String> executionIdsNotToDelete, ProcessDefinition procDefToMigrateTo, MoveExecutionEntityContainer moveExecutionContainer, CommandContext commandContext) protected ExecutionEntity
AbstractDynamicStateManager.deleteParentExecutions
(String parentExecutionId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements, Collection<String> executionIdsNotToDelete, CommandContext commandContext) protected ExecutionEntity
AbstractDynamicStateManager.deleteParentExecutions
(String parentExecutionId, Collection<MoveExecutionEntityContainer.FlowElementMoveEntry> moveToFlowElements, CommandContext commandContext) protected void
AbstractDynamicStateManager.doMoveExecutionState
(ProcessInstanceChangeState processInstanceChangeState, CommandContext commandContext) protected void
AbstractDynamicStateManager.handleExternalWorkerServiceTaskJobUpdate
(ExecutionEntity childExecution, CommandContext commandContext) protected void
AbstractDynamicStateManager.handleServiceTaskJobUpdate
(ExecutionEntity childExecution, CommandContext commandContext) protected void
AbstractDynamicStateManager.handleUserTaskNewAssignee
(ExecutionEntity taskExecution, String newAssigneeId, CommandContext commandContext) protected void
AbstractDynamicStateManager.handleUserTaskNewOwner
(ExecutionEntity taskExecution, String newOwnerId, CommandContext commandContext) static void
DynamicSubProcessParallelInjectUtil.injectParallelSubProcess
(Process process, BpmnModel bpmnModel, DynamicEmbeddedSubProcessBuilder dynamicEmbeddedSubProcessBuilder, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity, CommandContext commandContext) static void
DynamicSubProcessJoinInjectUtil.injectSubProcessWithJoin
(String taskId, Process process, BpmnModel bpmnModel, DynamicEmbeddedSubProcessBuilder dynamicEmbeddedSubProcessBuilder, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity, CommandContext commandContext) protected boolean
AbstractDynamicStateManager.isOnlyRemainingExecutionAtParentScope
(ExecutionEntity executionEntity, Set<String> ignoreExecutionIds, CommandContext commandContext) protected ExecutionEntity
AbstractDynamicStateManager.migrateExecutionEntity
(ExecutionEntity parentExecutionEntity, ExecutionEntity childExecution, FlowElement originalElement, FlowElement newFlowElement, CommandContext commandContext) void
DefaultDynamicStateManager.moveExecutionState
(ChangeActivityStateBuilderImpl changeActivityStateBuilder, CommandContext commandContext) protected void
AbstractDynamicStateManager.prepareMoveExecutionEntityContainer
(MoveExecutionEntityContainer moveExecutionContainer, ProcessDefinition migrateToProcessDefinition, CommandContext commandContext) protected void
AbstractDynamicStateManager.processCreatedEventSubProcess
(EventSubProcess eventSubProcess, ExecutionEntity eventSubProcessExecution, Set<String> movingExecutionIds, CommandContext commandContext) protected static void
BaseDynamicSubProcessInjectUtil.processDecisionTask
(FlowElement flowElement, ProcessDefinition originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity, CommandContext commandContext) static void
BaseDynamicSubProcessInjectUtil.processFlowElements
(CommandContext commandContext, FlowElementsContainer process, BpmnModel bpmnModel, ProcessDefinitionEntity originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity) protected void
AbstractDynamicStateManager.processPendingEventSubProcessesStartEvents
(ProcessInstanceChangeState processInstanceChangeState, CommandContext commandContext) protected static void
BaseDynamicSubProcessInjectUtil.processSubProcessFlowElements
(CommandContext commandContext, String prefix, Process process, BpmnModel bpmnModel, SubProcess subProcess, BpmnModel subProcessBpmnModel, ProcessDefinition originalProcessDefinition, DeploymentEntity newDeploymentEntity, Map<String, FlowElement> generatedIds, boolean includeDiInfo) protected static void
BaseDynamicSubProcessInjectUtil.processUserTask
(FlowElement flowElement, ProcessDefinition originalProcessDefinitionEntity, DeploymentEntity newDeploymentEntity, CommandContext commandContext) protected abstract Map<String,
List<ExecutionEntity>> AbstractDynamicStateManager.resolveActiveEmbeddedSubProcesses
(String processInstanceId, CommandContext commandContext) protected Map<String,
List<ExecutionEntity>> DefaultDynamicStateManager.resolveActiveEmbeddedSubProcesses
(String processInstanceId, CommandContext commandContext) protected ExecutionEntity
AbstractDynamicStateManager.resolveActiveExecution
(String executionId, CommandContext commandContext) protected List<ExecutionEntity>
AbstractDynamicStateManager.resolveActiveExecutions
(String processInstanceId, String activityId, CommandContext commandContext) AbstractDynamicStateManager.resolveMoveExecutionEntityContainers
(ChangeActivityStateBuilderImpl changeActivityStateBuilder, Map<String, Object> variables, CommandContext commandContext) protected ProcessDefinition
AbstractDynamicStateManager.resolveProcessDefinition
(String processDefinitionKey, Integer processDefinitionVersion, String tenantId, CommandContext commandContext) protected void
AbstractDynamicStateManager.safeDeleteSubProcessInstance
(String processInstanceId, List<ExecutionEntity> executionsPool, String deleteReason, CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl.event
Methods in org.flowable.engine.impl.event with parameters of type CommandContextModifier and TypeMethodDescriptionstatic String
EventDefinitionExpressionUtil.determineMessageName
(CommandContext commandContext, MessageEventDefinition messageEventDefinition, DelegateExecution execution) Determines the event name of theMessageEventDefinition
that is passed: - if a message ref is set, it has precedence - if a messageExpression is set, it is returned Note that, contrary to the determineSignalName method, the name of the message is never used.static String
EventDefinitionExpressionUtil.determineSignalName
(CommandContext commandContext, SignalEventDefinition signalEventDefinition, BpmnModel bpmnModel, DelegateExecution execution) Determines the signal name of theSignalEventDefinition
that is passed: - if a signal name is set, it has precedence - otherwise, the signal ref is used - unless a signalExpression is setvoid
BreakpointJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
AbstractEventHandler.handleEvent
(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) void
CompensationEventHandler.handleEvent
(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) void
EventHandler.handleEvent
(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) void
MessageEventHandler.handleEvent
(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) void
SignalEventHandler.handleEvent
(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl.event.logger
Methods in org.flowable.engine.impl.event.logger with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
DatabaseEventFlusher.afterSessionsFlush
(CommandContext commandContext) void
AbstractEventFlusher.closed
(CommandContext commandContext) void
DatabaseEventFlusher.closeFailure
(CommandContext commandContext) void
DatabaseEventFlusher.closing
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl.event.logger.handler
Methods in org.flowable.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.flowable.engine.impl.form
Methods in org.flowable.engine.impl.form with parameters of type CommandContextModifier and TypeMethodDescriptionFormHandlerHelper.getStartFormHandler
(CommandContext commandContext, ProcessDefinition processDefinition) -
Uses of CommandContext in org.flowable.engine.impl.interceptor
Methods in org.flowable.engine.impl.interceptor with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
LoggingExecutionTreeAgendaOperationExecutionListener.afterExecute
(CommandContext commandContext, Runnable runnable) void
LoggingExecutionTreeAgendaOperationExecutionListener.afterExecuteException
(CommandContext commandContext, Runnable runnable, Throwable error) void
LoggingExecutionTreeAgendaOperationExecutionListener.beforeExecute
(CommandContext commandContext, Runnable runnable) protected void
CommandInvoker.executeExecutionListenersAfterException
(CommandContext commandContext, Runnable runnable, Throwable throwable) protected void
CommandInvoker.executeExecutionListenersAfterExecute
(CommandContext commandContext, Runnable runnable) protected void
CommandInvoker.executeExecutionListenersBeforeExecute
(CommandContext commandContext, Runnable runnable) void
CommandInvoker.executeOperation
(CommandContext commandContext, Runnable runnable) protected void
CommandInvoker.executeOperations
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl.jobexecutor
Methods in org.flowable.engine.impl.jobexecutor with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
AsyncCompleteCallActivityJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
AsyncContinuationJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
AsyncLeaveJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
AsyncSendEventJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
AsyncTriggerJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
BpmnHistoryCleanupJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ExternalWorkerTaskCompleteJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ParallelMultiInstanceActivityCompletionJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ParallelMultiInstanceWithNoWaitStatesAsyncLeaveJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ProcessEventJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ProcessInstanceMigrationJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
ProcessInstanceMigrationStatusJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
TimerActivateProcessDefinitionHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
TimerStartEventJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
TimerSuspendProcessDefinitionHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) void
TriggerTimerEventJobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl.migration
Methods in org.flowable.engine.impl.migration with parameters of type CommandContextModifier and TypeMethodDescriptionProcessInstanceMigrationManagerImpl.batchMigrateProcessInstancesOfProcessDefinition
(String procDefKey, int procDefVer, String procDefTenantId, ProcessInstanceMigrationDocument document, CommandContext commandContext) ProcessInstanceMigrationManagerImpl.batchMigrateProcessInstancesOfProcessDefinition
(String sourceProcDefId, ProcessInstanceMigrationDocument document, CommandContext commandContext) protected void
ProcessInstanceMigrationManagerImpl.changeProcessDefinitionReferenceOfHistory
(ProcessInstance processInstance, ProcessDefinition processDefinition, CommandContext commandContext) protected void
ProcessInstanceMigrationManagerImpl.doMigrateProcessInstance
(ProcessInstance processInstance, ProcessDefinition procDefToMigrateTo, ProcessInstanceMigrationDocument document, CommandContext commandContext) protected void
ProcessInstanceMigrationManagerImpl.doValidateActivityMappings
(String processInstanceId, List<ActivityMigrationMapping> activityMappings, BpmnModel newModel, ProcessInstanceMigrationDocument document, ProcessInstanceMigrationValidationResult validationResult, CommandContext commandContext) protected void
ProcessInstanceMigrationManagerImpl.doValidateProcessInstanceMigration
(String processInstanceId, String tenantId, BpmnModel newModel, ProcessInstanceMigrationDocument document, ProcessInstanceMigrationValidationResult validationResult, CommandContext commandContext) protected void
ProcessInstanceMigrationManagerImpl.executeExpression
(ProcessInstance processInstance, ProcessDefinition procDefToMigrateTo, String preUpgradeJavaDelegateExpression, CommandContext commandContext) protected void
ProcessInstanceMigrationManagerImpl.executeJavaDelegate
(ProcessInstance processInstance, ProcessDefinition procDefToMigrateTo, String preUpgradeJavaDelegate, CommandContext commandContext) protected void
ProcessInstanceMigrationManagerImpl.executeScript
(ProcessInstance processInstance, ProcessDefinition procDefToMigrateTo, Script script, CommandContext commandContext) void
ProcessInstanceMigrationManagerImpl.migrateProcessInstance
(String processInstanceId, ProcessInstanceMigrationDocument document, CommandContext commandContext) void
ProcessInstanceMigrationManagerImpl.migrateProcessInstancesOfProcessDefinition
(String procDefKey, int procDefVer, String procDefTenantId, ProcessInstanceMigrationDocument document, CommandContext commandContext) void
ProcessInstanceMigrationManagerImpl.migrateProcessInstancesOfProcessDefinition
(String processDefinitionId, ProcessInstanceMigrationDocument document, CommandContext commandContext) protected List<ChangeActivityStateBuilderImpl>
ProcessInstanceMigrationManagerImpl.prepareChangeStateBuilders
(ExecutionEntity processInstanceExecution, ProcessDefinition procDefToMigrateTo, ProcessInstanceMigrationDocument document, CommandContext commandContext) protected Map<String,
List<ExecutionEntity>> ProcessInstanceMigrationManagerImpl.resolveActiveEmbeddedSubProcesses
(String processInstanceId, CommandContext commandContext) protected ProcessDefinition
ProcessInstanceMigrationManagerImpl.resolveProcessDefinition
(ProcessInstanceMigrationDocument document, CommandContext commandContext) ProcessInstanceMigrationManagerImpl.validateMigrateProcessInstance
(String processInstanceId, ProcessInstanceMigrationDocument document, CommandContext commandContext) ProcessInstanceMigrationManagerImpl.validateMigrateProcessInstancesOfProcessDefinition
(String procDefKey, int procDefVer, String procDefTenantId, ProcessInstanceMigrationDocument document, CommandContext commandContext) ProcessInstanceMigrationManagerImpl.validateMigrateProcessInstancesOfProcessDefinition
(String processDefinitionId, ProcessInstanceMigrationDocument document, CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return CommandContext -
Uses of CommandContext in org.flowable.engine.impl.persistence.deploy
Methods in org.flowable.engine.impl.persistence.deploy with parameters of type CommandContextModifier and TypeMethodDescriptionprotected ProcessDefinitionInfoCacheObject
ProcessDefinitionInfoCache.retrieveProcessDefinitionInfoCacheObject
(String processDefinitionId, CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.impl.persistence.entity
Methods in org.flowable.engine.impl.persistence.entity with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
ExecutionEntityManagerImpl.deleteActivityInstances
(ExecutionEntity executionEntity, CommandContext commandContext) protected void
ExecutionEntityManagerImpl.deleteEntityLinks
(ExecutionEntity executionEntity, CommandContext commandContext, boolean eventDispatcherEnabled) protected void
ExecutionEntityManagerImpl.deleteIdentityLinks
(ExecutionEntity executionEntity, CommandContext commandContext, boolean eventDispatcherEnabled) protected void
ExecutionEntityManagerImpl.deleteJobs
(ExecutionEntity executionEntity, CommandContext commandContext, boolean enableExecutionRelationshipCounts, boolean eventDispatcherEnabled) protected void
ExecutionEntityManagerImpl.deleteSubCases
(ExecutionEntity executionEntity, boolean directDeleteInDatabase, CommandContext commandContext) protected void
ExecutionEntityManagerImpl.deleteUserTasks
(ExecutionEntity executionEntity, String deleteReason, CommandContext commandContext, boolean enableExecutionRelationshipCounts, boolean eventDispatcherEnabled) protected void
ExecutionEntityManagerImpl.deleteVariables
(ExecutionEntity executionEntity, CommandContext commandContext, boolean enableExecutionRelationshipCounts, boolean eventDispatcherEnabled) -
Uses of CommandContext in org.flowable.engine.impl.repository
Methods in org.flowable.engine.impl.repository with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
AddAsNewDeploymentMergeStrategy.finalizeMerge
(CommandContext commandContext, String deploymentId, String newTenantId) void
AddAsOldDeploymentMergeStrategy.finalizeMerge
(CommandContext commandContext, String deploymentId, String newTenantId) void
MergeByDateDeploymentMergeStrategy.finalizeMerge
(CommandContext commandContext, String deploymentId, String newTenantId) void
VerifyDeploymentMergeStrategy.finalizeMerge
(CommandContext commandContext, String deploymentId, String newTenantId) void
AddAsNewDeploymentMergeStrategy.prepareMerge
(CommandContext commandContext, String deploymentId, String newTenantId) void
AddAsOldDeploymentMergeStrategy.prepareMerge
(CommandContext commandContext, String deploymentId, String newTenantId) void
MergeByDateDeploymentMergeStrategy.prepareMerge
(CommandContext commandContext, String deploymentId, String newTenantId) void
VerifyDeploymentMergeStrategy.prepareMerge
(CommandContext commandContext, String deploymentId, String newTenantId) -
Uses of CommandContext in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return CommandContextMethods in org.flowable.engine.impl.util with parameters of type CommandContextModifier and TypeMethodDescriptionstatic void
CommandContextUtil.addInvolvedExecution
(CommandContext commandContext, ExecutionEntity executionEntity) void
ProcessInstanceHelper.callCaseInstanceStateChangeCallbacks
(CommandContext commandContext, ProcessInstance processInstance, String oldState, String newState) static void
CommandContextUtil.clearInvolvedExecutions
(CommandContext commandContext) static void
TaskHelper.completeTask
(TaskEntity taskEntity, String userId, Map<String, Object> variables, Map<String, Object> localVariables, Map<String, Object> transientVariables, Map<String, Object> localTransientVariables, CommandContext commandContext) protected static void
TaskHelper.executeTaskDelete
(TaskEntity task, CommandContext commandContext) protected static void
TaskHelper.fireTaskDeletedEvent
(TaskEntity task, CommandContext commandContext, FlowableEventDispatcher eventDispatcher) CommandContextUtil.getActivityInstanceEntityManager
(CommandContext commandContext) static FlowableEngineAgenda
CommandContextUtil.getAgenda
(CommandContext commandContext) static AttachmentEntityManager
CommandContextUtil.getAttachmentEntityManager
(CommandContext commandContext) static BatchService
CommandContextUtil.getBatchService
(CommandContext commandContext) static ByteArrayEntityManager
CommandContextUtil.getByteArrayEntityManager
(CommandContext commandContext) static CommentEntityManager
CommandContextUtil.getCommentEntityManager
(CommandContext commandContext) CommandContextUtil.getContentEngineConfiguration
(CommandContext commandContext) static ContentService
CommandContextUtil.getContentService
(CommandContext commandContext) static String
CorrelationUtil.getCorrelationKey
(String elementName, CommandContext commandContext, FlowElement flowElement, ExecutionEntity executionEntity) static String
CorrelationUtil.getCorrelationKey
(String elementName, CommandContext commandContext, ExecutionEntity executionEntity) static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) static DeploymentEntityManager
CommandContextUtil.getDeploymentEntityManager
(CommandContext commandContext) static DmnEngineConfigurationApi
CommandContextUtil.getDmnEngineConfiguration
(CommandContext commandContext) static EntityCache
CommandContextUtil.getEntityCache
(CommandContext commandContext) static EntityLinkService
CommandContextUtil.getEntityLinkService
(CommandContext commandContext) static FlowableEventDispatcher
CommandContextUtil.getEventDispatcher
(CommandContext commandContext) static EventLogEntryEntityManager
CommandContextUtil.getEventLogEntryEntityManager
(CommandContext commandContext) static EventRegistry
CommandContextUtil.getEventRegistry
(CommandContext commandContext) CommandContextUtil.getEventRegistryEngineConfiguration
(CommandContext commandContext) static EventRepositoryService
CommandContextUtil.getEventRepositoryService
(CommandContext commandContext) static EventSubscriptionService
CommandContextUtil.getEventSubscriptionService
(CommandContext commandContext) static ExecutionEntityManager
CommandContextUtil.getExecutionEntityManager
(CommandContext commandContext) static FailedJobCommandFactory
CommandContextUtil.getFailedJobCommandFactory
(CommandContext commandContext) static FormEngineConfigurationApi
CommandContextUtil.getFormEngineConfiguration
(CommandContext commandContext) static FormManagementService
CommandContextUtil.getFormManagementService
(CommandContext commandContext) static FormRepositoryService
CommandContextUtil.getFormRepositoryService
(CommandContext commandContext) static FormService
CommandContextUtil.getFormService
(CommandContext commandContext) CommandContextUtil.getHistoricActivityInstanceEntityManager
(CommandContext commandContext) static HistoricDetailEntityManager
CommandContextUtil.getHistoricDetailEntityManager
(CommandContext commandContext) static HistoricEntityLinkService
CommandContextUtil.getHistoricEntityLinkService
(CommandContext commandContext) static HistoricIdentityLinkService
CommandContextUtil.getHistoricIdentityLinkService
(CommandContext commandContext) CommandContextUtil.getHistoricProcessInstanceEntityManager
(CommandContext commandContext) static HistoricTaskService
CommandContextUtil.getHistoricTaskService
(CommandContext commandContext) static HistoricVariableService
CommandContextUtil.getHistoricVariableService
(CommandContext commandContext) static HistoryManager
CommandContextUtil.getHistoryManager
(CommandContext commandContext) static IdentityLinkService
CommandContextUtil.getIdentityLinkService
(CommandContext commandContext) static IdmEngineConfigurationApi
CommandContextUtil.getIdmEngineConfiguration
(CommandContext commandContext) static Map<String,
ExecutionEntity> CommandContextUtil.getInvolvedExecutions
(CommandContext commandContext) static JobService
CommandContextUtil.getJobService
(CommandContext commandContext) static ModelEntityManager
CommandContextUtil.getModelEntityManager
(CommandContext commandContext) CommandContextUtil.getProcessDefinitionEntityManager
(CommandContext commandContext) CommandContextUtil.getProcessDefinitionInfoEntityManager
(CommandContext commandContext) CommandContextUtil.getProcessEngineConfiguration
(CommandContext commandContext) static ProcessInstanceHelper
CommandContextUtil.getProcessInstanceHelper
(CommandContext commandContext) static PropertyEntityManager
CommandContextUtil.getPropertyEntityManager
(CommandContext commandContext) static ResourceEntityManager
CommandContextUtil.getResourceEntityManager
(CommandContext commandContext) static TableDataManager
CommandContextUtil.getTableDataManager
(CommandContext commandContext) static TaskService
CommandContextUtil.getTaskService
(CommandContext commandContext) static TimerJobService
CommandContextUtil.getTimerJobService
(CommandContext commandContext) static VariableService
CommandContextUtil.getVariableService
(CommandContext commandContext) protected void
ProcessInstanceHelper.handleMessageEventSubscription
(EventDefinition eventDefinition, StartEvent startEvent, ExecutionEntity parentExecution, List<EventSubscriptionEntity> messageEventSubscriptions, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext) protected static void
TaskHelper.handleRelatedEntities
(TaskEntity task, String deleteReason, boolean cascade, boolean fireTaskListener, boolean fireEvents, FlowableEventDispatcher eventDispatcher, CommandContext commandContext) protected void
ProcessInstanceHelper.handleSignalEventSubscription
(EventDefinition eventDefinition, StartEvent startEvent, ExecutionEntity parentExecution, List<EventSubscriptionEntity> signalEventSubscriptions, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext) protected static void
TaskHelper.handleTaskHistory
(TaskEntity task, String userId, String deleteReason, boolean cascade, CommandContext commandContext) protected void
ProcessInstanceHelper.handleVariableListenerEventSubscription
(EventDefinition eventDefinition, StartEvent startEvent, ExecutionEntity parentExecution, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext) static boolean
Flowable5Util.isFlowable5Deployment
(Deployment deployment, CommandContext commandContext) static boolean
Flowable5Util.isFlowable5ProcessDefinition
(ProcessDefinition processDefinition, CommandContext commandContext) static boolean
Flowable5Util.isFlowable5ProcessDefinitionId
(CommandContext commandContext, String processDefinitionId) void
ProcessInstanceHelper.processAvailableEventSubProcesses
(ExecutionEntity parentExecution, FlowElementsContainer parentContainer, CommandContext commandContext) void
ProcessInstanceHelper.processEventSubProcess
(ExecutionEntity parentExecution, EventSubProcess eventSubProcess, CommandContext commandContext) void
ProcessInstanceHelper.processEventSubProcessStartEvent
(FlowElement subElement, ExecutionEntity parentExecution, List<EventSubscriptionEntity> messageEventSubscriptions, List<EventSubscriptionEntity> signalEventSubscriptions, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext) void
ProcessInstanceHelper.processEventSubProcessStartEvent
(FlowElement subElement, ExecutionEntity parentExecution, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext) static void
EventSubscriptionUtil.processPayloadMap
(Object payload, ExecutionEntity execution, FlowNode currentFlowElement, CommandContext commandContext) void
ProcessInstanceHelper.startProcessInstance
(ExecutionEntity processInstance, CommandContext commandContext, Map<String, Object> variables) -
Uses of CommandContext in org.flowable.engine.impl.variable
Methods in org.flowable.engine.impl.variable with parameters of type CommandContextModifier and TypeMethodDescriptionstatic Object
BpmnAggregation.aggregateOverview
(String parentExecutionId, String targetVarName, CommandContext commandContext) Aggregate an overview value for the execution and variable nameprotected Object
ParallelMultiInstanceLoopVariableType.getValue
(ValueFields valueFields, CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.migration
Methods in org.flowable.engine.migration with parameters of type CommandContextModifier and TypeMethodDescriptionProcessInstanceMigrationManager.batchMigrateProcessInstancesOfProcessDefinition
(String procDefKey, int procDefVer, String procDefTenantId, ProcessInstanceMigrationDocument document, CommandContext commandContext) ProcessInstanceMigrationManager.batchMigrateProcessInstancesOfProcessDefinition
(String processDefinitionId, ProcessInstanceMigrationDocument document, CommandContext commandContext) void
ProcessInstanceMigrationManager.migrateProcessInstance
(String processInstanceId, ProcessInstanceMigrationDocument document, CommandContext commandContext) void
ProcessInstanceMigrationManager.migrateProcessInstancesOfProcessDefinition
(String procDefKey, int procDefVer, String procDefTenantId, ProcessInstanceMigrationDocument document, CommandContext commandContext) void
ProcessInstanceMigrationManager.migrateProcessInstancesOfProcessDefinition
(String processDefinitionId, ProcessInstanceMigrationDocument document, CommandContext commandContext) void
ProcessInstanceMigrationCallback.processInstanceMigrated
(ProcessInstance processInstance, ProcessDefinition procDefToMigrateTo, ProcessInstanceMigrationDocument document, CommandContext commandContext) ProcessInstanceMigrationManager.validateMigrateProcessInstance
(String processInstanceId, ProcessInstanceMigrationDocument processInstanceMigrationDocument, CommandContext commandContext) ProcessInstanceMigrationManager.validateMigrateProcessInstancesOfProcessDefinition
(String processDefinitionKey, int processDefinitionVersion, String processDefinitionTenant, ProcessInstanceMigrationDocument processInstanceMigrationDocument, CommandContext commandContext) ProcessInstanceMigrationManager.validateMigrateProcessInstancesOfProcessDefinition
(String processDefinitionId, ProcessInstanceMigrationDocument processInstanceMigrationDocument, CommandContext commandContext) -
Uses of CommandContext in org.flowable.engine.repository
Methods in org.flowable.engine.repository with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
DeploymentMergeStrategy.finalizeMerge
(CommandContext commandContext, String deploymentId, String newTenantId) void
DeploymentMergeStrategy.prepareMerge
(CommandContext commandContext, String deploymentId, String newTenantId) -
Uses of CommandContext in org.flowable.engine.test.impl.logger
Methods in org.flowable.engine.test.impl.logger with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
LoggingAgendaOperationExecutionListener.afterExecute
(CommandContext commandContext, Runnable runnable) void
LoggingAgendaOperationExecutionListener.afterExecuteException
(CommandContext commandContext, Runnable runnable, Throwable error) void
LoggingAgendaOperationExecutionListener.beforeExecute
(CommandContext commandContext, Runnable runnable) -
Uses of CommandContext in org.flowable.engine.test.profiler
Methods in org.flowable.engine.test.profiler with parameters of type CommandContextModifier and TypeMethodDescriptionProfilingDbSqlSessionFactory.openSession
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.entitylink.service.impl.persistence
Methods in org.flowable.entitylink.service.impl.persistence that return CommandContext -
Uses of CommandContext in org.flowable.entitylink.service.impl.util
Methods in org.flowable.entitylink.service.impl.util that return CommandContextMethods in org.flowable.entitylink.service.impl.util with parameters of type CommandContextModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.eventregistry.impl
Methods in org.flowable.eventregistry.impl with parameters of type CommandContextModifier and TypeMethodDescriptionlong
ChannelDefinitionQueryImpl.executeCount
(CommandContext commandContext) long
EventDefinitionQueryImpl.executeCount
(CommandContext commandContext) long
EventDeploymentQueryImpl.executeCount
(CommandContext commandContext) ChannelDefinitionQueryImpl.executeList
(CommandContext commandContext) EventDefinitionQueryImpl.executeList
(CommandContext commandContext) EventDeploymentQueryImpl.executeList
(CommandContext commandContext) Constructors in org.flowable.eventregistry.impl with parameters of type CommandContextModifierConstructorDescriptionChannelDefinitionQueryImpl
(CommandContext commandContext) EventDefinitionQueryImpl
(CommandContext commandContext) EventDeploymentQueryImpl
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.eventregistry.impl.cmd
Methods in org.flowable.eventregistry.impl.cmd with parameters of type CommandContextModifier and TypeMethodDescriptionDeleteDeploymentCmd.execute
(CommandContext commandContext) DeployCmd.execute
(CommandContext commandContext) GetChannelDefinitionCmd.execute
(CommandContext commandContext) GetChannelDefinitionResourceCmd.execute
(CommandContext commandContext) GetChannelModelCmd.execute
(CommandContext commandContext) GetDeploymentResourceCmd.execute
(CommandContext commandContext) GetDeploymentResourceNamesCmd.execute
(CommandContext commandContext) GetEventDefinitionCmd.execute
(CommandContext commandContext) GetEventDefinitionResourceCmd.execute
(CommandContext commandContext) GetEventModelCmd.execute
(CommandContext commandContext) GetTableNamesCmd.execute
(CommandContext commandContext) SchemaOperationsEventRegistryEngineBuild.execute
(CommandContext commandContext) SetChannelDefinitionCategoryCmd.execute
(CommandContext commandContext) SetDeploymentCategoryCmd.execute
(CommandContext commandContext) SetDeploymentParentDeploymentIdCmd.execute
(CommandContext commandContext) SetDeploymentTenantIdCmd.execute
(CommandContext commandContext) SetEventDefinitionCategoryCmd.execute
(CommandContext commandContext) UpdateChannelDefinitionTypeAndImplementationForAllChannelDefinitionsCmd.execute
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.eventregistry.impl.persistence
Methods in org.flowable.eventregistry.impl.persistence that return CommandContext -
Uses of CommandContext in org.flowable.eventregistry.impl.util
Methods in org.flowable.eventregistry.impl.util that return CommandContextMethods in org.flowable.eventregistry.impl.util with parameters of type CommandContextModifier and TypeMethodDescriptionCommandContextUtil.getChannelDefinitionEntityManager
(CommandContext commandContext) static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) static EventDeploymentEntityManager
CommandContextUtil.getDeploymentEntityManager
(CommandContext commandContext) static EventDefinitionEntityManager
CommandContextUtil.getEventDefinitionEntityManager
(CommandContext commandContext) CommandContextUtil.getEventRegistryConfiguration
(CommandContext commandContext) static EventResourceEntityManager
CommandContextUtil.getResourceEntityManager
(CommandContext commandContext) static TableDataManager
CommandContextUtil.getTableDataManager
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.eventsubscription.service.impl
Methods in org.flowable.eventsubscription.service.impl with parameters of type CommandContextModifier and TypeMethodDescriptionlong
EventSubscriptionQueryImpl.executeCount
(CommandContext commandContext) EventSubscriptionQueryImpl.executeList
(CommandContext commandContext) Constructors in org.flowable.eventsubscription.service.impl with parameters of type CommandContextModifierConstructorDescriptionEventSubscriptionQueryImpl
(CommandContext commandContext, EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) -
Uses of CommandContext in org.flowable.eventsubscription.service.impl.persistence
Methods in org.flowable.eventsubscription.service.impl.persistence that return CommandContext -
Uses of CommandContext in org.flowable.eventsubscription.service.impl.util
Methods in org.flowable.eventsubscription.service.impl.util that return CommandContextMethods in org.flowable.eventsubscription.service.impl.util with parameters of type CommandContextModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.identitylink.service.impl.persistence
Methods in org.flowable.identitylink.service.impl.persistence that return CommandContext -
Uses of CommandContext in org.flowable.identitylink.service.impl.util
Methods in org.flowable.identitylink.service.impl.util that return CommandContextMethods in org.flowable.identitylink.service.impl.util with parameters of type CommandContextModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.idm.engine.impl
Methods in org.flowable.idm.engine.impl with parameters of type CommandContextModifier and TypeMethodDescriptionSchemaOperationsIdmEngineBuild.execute
(CommandContext commandContext) long
GroupQueryImpl.executeCount
(CommandContext commandContext) long
NativeGroupQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeTokenQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeUserQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
PrivilegeQueryImpl.executeCount
(CommandContext commandContext) long
TokenQueryImpl.executeCount
(CommandContext commandContext) long
UserQueryImpl.executeCount
(CommandContext commandContext) GroupQueryImpl.executeList
(CommandContext commandContext) NativeGroupQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeTokenQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeUserQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) PrivilegeQueryImpl.executeList
(CommandContext commandContext) TokenQueryImpl.executeList
(CommandContext commandContext) UserQueryImpl.executeList
(CommandContext commandContext) Constructors in org.flowable.idm.engine.impl with parameters of type CommandContextModifierConstructorDescriptionGroupQueryImpl
(CommandContext commandContext) NativeGroupQueryImpl
(CommandContext commandContext) NativeTokenQueryImpl
(CommandContext commandContext) NativeUserQueryImpl
(CommandContext commandContext) PrivilegeQueryImpl
(CommandContext commandContext) TokenQueryImpl
(CommandContext commandContext) UserQueryImpl
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.idm.engine.impl.cmd
Methods in org.flowable.idm.engine.impl.cmd with parameters of type CommandContextModifier and TypeMethodDescriptionAddPrivilegeMappingCmd.execute
(CommandContext commandContext) CheckPassword.execute
(CommandContext commandContext) CreateGroupCmd.execute
(CommandContext commandContext) CreateGroupQueryCmd.execute
(CommandContext commandContext) CreateMembershipCmd.execute
(CommandContext commandContext) CreatePrivilegeCmd.execute
(CommandContext commandContext) CreatePrivilegeQueryCmd.execute
(CommandContext commandContext) CreateTokenCmd.execute
(CommandContext commandContext) CreateTokenQueryCmd.execute
(CommandContext commandContext) CreateUserCmd.execute
(CommandContext commandContext) CreateUserQueryCmd.execute
(CommandContext commandContext) DeleteGroupCmd.execute
(CommandContext commandContext) DeleteMembershipCmd.execute
(CommandContext commandContext) DeletePrivilegeCmd.execute
(CommandContext commandContext) DeletePrivilegeMappingCmd.execute
(CommandContext commandContext) DeleteTokenCmd.execute
(CommandContext commandContext) DeleteUserCmd.execute
(CommandContext commandContext) DeleteUserInfoCmd.execute
(CommandContext commandContext) ExecuteCustomSqlCmd.execute
(CommandContext commandContext) GetGroupsWithPrivilegeCmd.execute
(CommandContext commandContext) GetPrivilegeMappingsByPrivilegeIdCmd.execute
(CommandContext commandContext) GetPropertiesCmd.execute
(CommandContext commandContext) GetTableNameCmd.execute
(CommandContext commandContext) GetUserInfoCmd.execute
(CommandContext commandContext) GetUserInfoKeysCmd.execute
(CommandContext commandContext) GetUserPictureCmd.execute
(CommandContext commandContext) GetUsersWithPrivilegeCmd.execute
(CommandContext commandContext) SaveGroupCmd.execute
(CommandContext commandContext) SaveTokenCmd.execute
(CommandContext commandContext) SaveUserCmd.execute
(CommandContext commandContext) SetUserInfoCmd.execute
(CommandContext commandContext) SetUserPictureCmd.execute
(CommandContext commandContext) UpdateUserPasswordCmd.execute
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.idm.engine.impl.persistence
Methods in org.flowable.idm.engine.impl.persistence that return CommandContext -
Uses of CommandContext in org.flowable.idm.engine.impl.util
Methods in org.flowable.idm.engine.impl.util that return CommandContextMethods in org.flowable.idm.engine.impl.util with parameters of type CommandContextModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) static GroupEntityManager
CommandContextUtil.getGroupEntityManager
(CommandContext commandContext) static IdentityInfoEntityManager
CommandContextUtil.getIdentityInfoEntityManager
(CommandContext commandContext) static ByteArrayEntityManager
CommandContextUtil.getIdmByteArrayEntityManager
(CommandContext commandContext) static IdmEngineConfiguration
CommandContextUtil.getIdmEngineConfiguration
(CommandContext commandContext) static MembershipEntityManager
CommandContextUtil.getMembershipEntityManager
(CommandContext commandContext) static PrivilegeEntityManager
CommandContextUtil.getPrivilegeEntityManager
(CommandContext commandContext) CommandContextUtil.getPrivilegeMappingEntityManager
(CommandContext commandContext) static PropertyEntityManager
CommandContextUtil.getPropertyEntityManager
(CommandContext commandContext) static TableDataManager
CommandContextUtil.getTableDataManager
(CommandContext commandContext) static TokenEntityManager
CommandContextUtil.getTokenEntityManager
(CommandContext commandContext) static UserEntityManager
CommandContextUtil.getUserEntityManager
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.job.service
Methods in org.flowable.job.service with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
HistoryJobHandler.execute
(HistoryJobEntity job, String configuration, CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) void
JobHandler.execute
(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
Uses of CommandContext in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl with parameters of type CommandContextModifier and TypeMethodDescriptionlong
DeadLetterJobQueryImpl.executeCount
(CommandContext commandContext) long
ExternalWorkerJobQueryImpl.executeCount
(CommandContext commandContext) long
HistoryJobQueryImpl.executeCount
(CommandContext commandContext) long
JobQueryImpl.executeCount
(CommandContext commandContext) long
SuspendedJobQueryImpl.executeCount
(CommandContext commandContext) long
TimerJobQueryImpl.executeCount
(CommandContext commandContext) DeadLetterJobQueryImpl.executeList
(CommandContext commandContext) ExternalWorkerJobQueryImpl.executeList
(CommandContext commandContext) HistoryJobQueryImpl.executeList
(CommandContext commandContext) JobQueryImpl.executeList
(CommandContext commandContext) SuspendedJobQueryImpl.executeList
(CommandContext commandContext) TimerJobQueryImpl.executeList
(CommandContext commandContext) Constructors in org.flowable.job.service.impl with parameters of type CommandContextModifierConstructorDescriptionDeadLetterJobQueryImpl
(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) ExternalWorkerJobQueryImpl
(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) HistoryJobQueryImpl
(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) JobQueryImpl
(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) SuspendedJobQueryImpl
(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) TimerJobQueryImpl
(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration) -
Uses of CommandContext in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor that return CommandContextMethods in org.flowable.job.service.impl.asyncexecutor with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
AsyncJobAddedNotification.afterSessionsFlush
(CommandContext commandContext) void
FailedJobListener.afterSessionsFlush
(CommandContext commandContext) void
AsyncJobAddedNotification.closed
(CommandContext commandContext) void
FailedJobListener.closed
(CommandContext context) void
AsyncJobAddedNotification.closeFailure
(CommandContext commandContext) void
FailedJobListener.closeFailure
(CommandContext commandContext) void
AsyncJobAddedNotification.closing
(CommandContext commandContext) void
FailedJobListener.closing
(CommandContext commandContext) void
AsyncJobAddedNotification.execute
(CommandContext commandContext) List<? extends JobInfoEntity>
FindExpiredJobsCmd.execute
(CommandContext commandContext) void
JobAddedTransactionListener.execute
(CommandContext commandContext) ResetExpiredJobsCmd.execute
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.job.service.impl.cmd
Methods in org.flowable.job.service.impl.cmd with parameters of type CommandContextModifier and TypeMethodDescriptionAbstractExternalWorkerJobCmd.execute
(CommandContext commandContext) AcquireExternalWorkerJobsCmd.execute
(CommandContext commandContext) List<? extends JobInfoEntity>
AcquireJobsCmd.execute
(CommandContext commandContext) List<? extends JobInfoEntity>
AcquireJobsWithGlobalAcquireLockCmd.execute
(CommandContext commandContext) AcquireTimerJobsCmd.execute
(CommandContext commandContext) AcquireTimerJobsWithGlobalAcquireLockCmd.execute
(CommandContext commandContext) BulkMoveDeadLetterJobsCmd.execute
(CommandContext commandContext) BulkMoveDeadLetterJobsToHistoryJobsCmd.execute
(CommandContext commandContext) BulkMoveTimerJobsToExecutableJobsCmd.execute
(CommandContext commandContext) CancelJobsCmd.execute
(CommandContext commandContext) DeleteDeadLetterJobCmd.execute
(CommandContext commandContext) DeleteExternalWorkerJobCmd.execute
(CommandContext commandContext) DeleteHistoryJobCmd.execute
(CommandContext commandContext) DeleteJobCmd.execute
(CommandContext commandContext) DeleteSuspendedJobCmd.execute
(CommandContext commandContext) DeleteTimerJobCmd.execute
(CommandContext commandContext) ExecuteAsyncJobCmd.execute
(CommandContext commandContext) ExecuteAsyncRunnableJobCmd.execute
(CommandContext commandContext) ExecuteHistoryJobCmd.execute
(CommandContext commandContext) ExecuteJobCmd.execute
(CommandContext commandContext) GetHistoryJobAdvancedConfigurationCmd.execute
(CommandContext commandContext) GetJobByCorrelationIdCmd.execute
(CommandContext commandContext) GetJobExceptionStacktraceCmd.execute
(CommandContext commandContext) LockExclusiveJobCmd.execute
(CommandContext commandContext) MoveDeadLetterJobToExecutableJobCmd.execute
(CommandContext commandContext) MoveDeadLetterJobToHistoryJobCmd.execute
(CommandContext commandContext) MoveJobToDeadLetterJobCmd.execute
(CommandContext commandContext) MoveSuspendedJobToExecutableJobCmd.execute
(CommandContext commandContext) MoveTimerJobsToExecutableJobsCmd.execute
(CommandContext commandContext) MoveTimerToExecutableJobCmd.execute
(CommandContext commandContext) SetJobRetriesCmd.execute
(CommandContext commandContext) SetTimerJobRetriesCmd.execute
(CommandContext commandContext) UnacquireAllExternalWorkerJobsForWorkerCmd.execute
(CommandContext commandContext) UnacquireExternalWorkerJobCmd.execute
(CommandContext commandContext) UnacquireOwnedJobsCmd.execute
(CommandContext commandContext) UnlockExclusiveJobCmd.execute
(CommandContext commandContext) UnlockTimerJobsCmd.execute
(CommandContext commandContext) protected DeadLetterJobEntity
DeleteDeadLetterJobCmd.getJobToDelete
(CommandContext commandContext) protected HistoryJobEntity
DeleteHistoryJobCmd.getJobToDelete
(CommandContext commandContext) protected JobEntity
DeleteJobCmd.getJobToDelete
(CommandContext commandContext) protected SuspendedJobEntity
DeleteSuspendedJobCmd.getJobToDelete
(CommandContext commandContext) protected TimerJobEntity
DeleteTimerJobCmd.getJobToDelete
(CommandContext commandContext) protected void
AcquireExternalWorkerJobsCmd.lockJob
(CommandContext commandContext, JobInfoEntity job, int lockTimeInMillis) protected void
AcquireTimerJobsCmd.lockJob
(CommandContext commandContext, TimerJobEntity job, int lockTimeInMillis, JobServiceConfiguration jobServiceConfiguration) protected abstract void
AbstractExternalWorkerJobCmd.runJobLogic
(ExternalWorkerJobEntity externalWorkerJob, CommandContext commandContext) protected void
ExternalWorkerJobFailCmd.runJobLogic
(ExternalWorkerJobEntity externalWorkerJob, CommandContext commandContext) protected void
DeleteTimerJobCmd.sendCancelEvent
(CommandContext commandContext, TimerJobEntity jobToDelete) -
Uses of CommandContext in org.flowable.job.service.impl.history.async
Methods in org.flowable.job.service.impl.history.async with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
TriggerAsyncHistoryExecutorTransactionListener.execute
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.job.service.impl.persistence
Methods in org.flowable.job.service.impl.persistence that return CommandContext -
Uses of CommandContext in org.flowable.job.service.impl.util
Methods in org.flowable.job.service.impl.util that return CommandContextMethods in org.flowable.job.service.impl.util with parameters of type CommandContextModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.spring
Methods in org.flowable.spring with parameters of type CommandContextModifier and TypeMethodDescriptionSpringEntityManagerSessionFactory.openSession
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.task.service.impl
Methods in org.flowable.task.service.impl with parameters of type CommandContextModifier and TypeMethodDescriptionprotected void
HistoricTaskInstanceQueryImpl.addCachedVariableForQueryById
(CommandContext commandContext, List<HistoricTaskInstance> results, boolean local) protected void
TaskQueryImpl.addCachedVariableForQueryById
(CommandContext commandContext, List<Task> results, boolean local) HistoricTaskLogEntryBuilderImpl.execute
(CommandContext commandContext) long
HistoricTaskInstanceQueryImpl.executeCount
(CommandContext commandContext) long
HistoricTaskLogEntryQueryImpl.executeCount
(CommandContext commandContext) long
NativeHistoricTaskInstanceQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeHistoricTaskLogEntryQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeTaskQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
TaskQueryImpl.executeCount
(CommandContext commandContext) HistoricTaskInstanceQueryImpl.executeList
(CommandContext commandContext) HistoricTaskLogEntryQueryImpl.executeList
(CommandContext commandContext) NativeHistoricTaskInstanceQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeHistoricTaskLogEntryQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeTaskQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) TaskQueryImpl.executeList
(CommandContext commandContext) Constructors in org.flowable.task.service.impl with parameters of type CommandContextModifierConstructorDescriptionNativeHistoricTaskInstanceQueryImpl
(CommandContext commandContext, TaskServiceConfiguration taskServiceConfiguration) NativeHistoricTaskLogEntryQueryImpl
(CommandContext commandContext, TaskServiceConfiguration taskServiceConfiguration) NativeTaskQueryImpl
(CommandContext commandContext, TaskServiceConfiguration taskServiceConfiguration) TaskQueryImpl
(CommandContext commandContext, TaskServiceConfiguration taskServiceConfiguration, VariableServiceConfiguration variableServiceConfiguration, IdmIdentityService idmIdentityService) -
Uses of CommandContext in org.flowable.task.service.impl.persistence
Methods in org.flowable.task.service.impl.persistence that return CommandContext -
Uses of CommandContext in org.flowable.task.service.impl.util
Methods in org.flowable.task.service.impl.util that return CommandContextMethods in org.flowable.task.service.impl.util with parameters of type CommandContextModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.variable.service.impl
Methods in org.flowable.variable.service.impl with parameters of type CommandContextModifier and TypeMethodDescriptionabstract long
AbstractVariableQueryImpl.executeCount
(CommandContext commandContext) long
HistoricVariableInstanceQueryImpl.executeCount
(CommandContext commandContext) long
NativeHistoricVariableInstanceQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
NativeVariableInstanceQueryImpl.executeCount
(CommandContext commandContext, Map<String, Object> parameterMap) long
VariableInstanceQueryImpl.executeCount
(CommandContext commandContext) AbstractVariableQueryImpl.executeList
(CommandContext commandContext) HistoricVariableInstanceQueryImpl.executeList
(CommandContext commandContext) NativeHistoricVariableInstanceQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) NativeVariableInstanceQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) VariableInstanceQueryImpl.executeList
(CommandContext commandContext) Constructors in org.flowable.variable.service.impl with parameters of type CommandContextModifierConstructorDescriptionAbstractVariableQueryImpl
(CommandContext commandContext, VariableValueProvider variableValueProvider) AbstractVariableQueryImpl
(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration) HistoricVariableInstanceQueryImpl
(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration) NativeHistoricVariableInstanceQueryImpl
(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration) NativeVariableInstanceQueryImpl
(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration) VariableInstanceQueryImpl
(CommandContext commandContext, VariableServiceConfiguration variableServiceConfiguration) -
Uses of CommandContext in org.flowable.variable.service.impl.persistence
Methods in org.flowable.variable.service.impl.persistence that return CommandContext -
Uses of CommandContext in org.flowable.variable.service.impl.types
Methods in org.flowable.variable.service.impl.types with parameters of type CommandContextModifier and TypeMethodDescriptionvoid
TraceableVariablesCommandContextCloseListener.afterSessionsFlush
(CommandContext commandContext) void
TraceableVariablesCommandContextCloseListener.closed
(CommandContext commandContext) void
TraceableVariablesCommandContextCloseListener.closeFailure
(CommandContext commandContext) void
TraceableVariablesCommandContextCloseListener.closing
(CommandContext commandContext) EntityManagerSessionFactory.openSession
(CommandContext commandContext) -
Uses of CommandContext in org.flowable.variable.service.impl.util
Methods in org.flowable.variable.service.impl.util that return CommandContextMethods in org.flowable.variable.service.impl.util with parameters of type CommandContextModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext)