| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractCmmnManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
AppDeployment |
DeployCmd.execute(CommandContext commandContext) |
AppDefinition |
GetDeploymentAppDefinitionCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentResourceCmd.execute(CommandContext commandContext) |
Void |
SchemaOperationsAppEngineBuild.execute(CommandContext commandContext) |
AppModel |
GetAppModelCmd.execute(CommandContext commandContext) |
Void |
SetVariablesCmd.execute(CommandContext commandContext) |
String |
GetAppModelJsonCmd.execute(CommandContext commandContext) |
List<String> |
GetDeploymentResourceNamesCmd.execute(CommandContext commandContext) |
Collection<String> |
GetTableNamesCmd.execute(CommandContext commandContext) |
Void |
SetAppDefinitionCategoryCmd.execute(CommandContext commandContext) |
Void |
SetVariableCmd.execute(CommandContext commandContext) |
Void |
DeleteDeploymentCmd.execute(CommandContext commandContext) |
T |
NeedsAppDefinitionCmd.execute(CommandContext commandContext) |
protected Void |
AddIdentityLinkCmd.execute(CommandContext commandContext,
AppDefinition appDefinition) |
protected Void |
DeleteIdentityLinkCmd.execute(CommandContext commandContext,
AppDefinition appDefinition) |
protected abstract T |
NeedsAppDefinitionCmd.execute(CommandContext commandContext,
AppDefinition appDefinition)
Subclasses must implement in this method their normal command logic.
|
| Modifier and Type | Method and Description |
|---|---|
long |
AppDefinitionQueryImpl.executeCount(CommandContext commandContext) |
long |
AppDeploymentQueryImpl.executeCount(CommandContext commandContext) |
List<AppDefinition> |
AppDefinitionQueryImpl.executeList(CommandContext commandContext) |
List<AppDeployment> |
AppDeploymentQueryImpl.executeList(CommandContext commandContext) |
| Constructor and Description |
|---|
AppDefinitionQueryImpl(CommandContext commandContext) |
AppDeploymentQueryImpl(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
long |
BatchQueryImpl.executeCount(CommandContext commandContext) |
List<Batch> |
BatchQueryImpl.executeList(CommandContext commandContext) |
| Constructor and Description |
|---|
BatchQueryImpl(CommandContext commandContext,
BatchServiceConfiguration batchServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static DbSqlSession |
CommandContextUtil.getDbSqlSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
CdiCommandInvoker.executeOperation(CommandContext commandContext,
Runnable runnable) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractCmmnManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngineAgenda |
DefaultCmmnEngineAgendaFactory.createAgenda(CommandContext commandContext) |
CmmnEngineAgenda |
CmmnEngineAgendaFactory.createAgenda(CommandContext commandContext) |
Session |
CmmnEngineAgendaSessionFactory.openSession(CommandContext commandContext) |
| Constructor and Description |
|---|
DefaultCmmnEngineAgenda(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
CmmnOperation.commandContext |
| Modifier and Type | Method and Description |
|---|---|
protected 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) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
CoreCmmnActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
CmmnActivityWithMigrationContextBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstance,
MigrationContext migrationContext) |
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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MailActivityBehavior.addBcc(CommandContext commandContext,
org.apache.commons.mail.Email email,
String bcc,
String tenantId) |
protected void |
MailActivityBehavior.addCc(CommandContext commandContext,
org.apache.commons.mail.Email email,
String cc,
String tenantId) |
protected void |
MailActivityBehavior.addTo(CommandContext commandContext,
org.apache.commons.mail.Email email,
String to,
String tenantId) |
protected void |
EventRegistryEventListenerActivityBehaviour.createEventSubscription(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
protected MilestoneInstanceEntity |
MilestoneActivityBehavior.createMilestoneInstance(PlanItemInstanceEntity planItemInstanceEntity,
CommandContext commandContext) |
void |
ProcessTaskActivityBehavior.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 |
CaseTaskActivityBehavior.deleteChildEntity(CommandContext commandContext,
DelegatePlanItemInstance delegatePlanItemInstance,
boolean cascade) |
protected void |
ProcessTaskActivityBehavior.deleteProcessInstance(CommandContext commandContext,
DelegatePlanItemInstance planItemInstance) |
void |
PlanItemJavaDelegateActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
PlanItemFutureJavaDelegateActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
VariableEventListenerActivityBehaviour.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
EventRegistryEventListenerActivityBehaviour.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
GenericEventListenerActivityBehaviour.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
SignalEventListenerActivityBehaviour.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
UserEventListenerActivityBehaviour.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
CasePageTaskActivityBehaviour.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
ScriptTaskActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
TimerEventListenerActivityBehaviour.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
ExternalWorkerTaskActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
SendEventActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
MailActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
DecisionTaskActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
PlanItemDelegateExpressionActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
PlanItemExpressionActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
ChildTaskActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
HumanTaskActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
TaskActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
MilestoneActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
StageActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
ProcessTaskActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity,
ChildTaskActivityBehavior.VariableInfo variableInfo) |
abstract void |
ChildTaskActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity,
ChildTaskActivityBehavior.VariableInfo variableInfo) |
void |
CaseTaskActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity,
ChildTaskActivityBehavior.VariableInfo variableInfo) |
void |
HumanTaskActivityBehavior.execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity,
MigrationContext migrationContext) |
protected List<ChannelModel> |
SendEventActivityBehavior.getChannelModels(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity,
boolean sendOnSystemChannel) |
protected String |
EventRegistryEventListenerActivityBehaviour.getCorrelationKey(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
protected Expression |
MailActivityBehavior.getExpression(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity,
Expression var) |
protected String |
MailActivityBehavior.getForceTo(CommandContext commandContext,
String tenantId) |
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 |
VariableEventListenerActivityBehaviour.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 |
SignalEventListenerActivityBehaviour.onStateTransition(CommandContext commandContext,
DelegatePlanItemInstance planItemInstance,
String transition) |
void |
UserEventListenerActivityBehaviour.onStateTransition(CommandContext commandContext,
DelegatePlanItemInstance planItemInstance,
String transition) |
void |
CasePageTaskActivityBehaviour.onStateTransition(CommandContext commandContext,
DelegatePlanItemInstance planItemInstance,
String transition) |
void |
TimerEventListenerActivityBehaviour.onStateTransition(CommandContext commandContext,
DelegatePlanItemInstance planItemInstance,
String transition) |
void |
DecisionTaskActivityBehavior.onStateTransition(CommandContext commandContext,
DelegatePlanItemInstance planItemInstance,
String transition) |
void |
ProcessTaskActivityBehavior.onStateTransition(CommandContext commandContext,
DelegatePlanItemInstance planItemInstance,
String transition) |
void |
CaseTaskActivityBehavior.onStateTransition(CommandContext commandContext,
DelegatePlanItemInstance planItemInstance,
String transition) |
void |
HumanTaskActivityBehavior.onStateTransition(CommandContext commandContext,
DelegatePlanItemInstance planItemInstance,
String transition) |
void |
StageActivityBehavior.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 void |
MailActivityBehavior.setFrom(CommandContext commandContext,
org.apache.commons.mail.Email email,
String from,
String tenantId) |
protected void |
MailActivityBehavior.setMailServerProperties(CommandContext commandContext,
org.apache.commons.mail.Email email,
String tenantId) |
void |
VariableEventListenerActivityBehaviour.trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
EventRegistryEventListenerActivityBehaviour.trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
GenericEventListenerActivityBehaviour.trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
SignalEventListenerActivityBehaviour.trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
UserEventListenerActivityBehaviour.trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
PlanItemDelegateExpressionActivityBehavior.trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
ProcessTaskActivityBehavior.trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstance) |
void |
ChildTaskActivityBehavior.trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstance) |
void |
CaseTaskActivityBehavior.trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstance) |
void |
HumanTaskActivityBehavior.trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstance) |
void |
TaskActivityBehavior.trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstance) |
void |
StageActivityBehavior.trigger(CommandContext commandContext,
PlanItemInstanceEntity planItemInstance) |
| Modifier and Type | Method and Description |
|---|---|
protected Date |
JobRetryCmd.calculateDueDate(CommandContext commandContext,
int waitTimeInSeconds,
Date oldDate) |
protected void |
CompleteTaskWithFormCmd.completeTask(CommandContext commandContext,
TaskEntity task,
Map<String,Object> taskVariables) |
protected void |
DeleteTaskCmd.deleteTask(CommandContext commandContext,
String taskId) |
Object |
DeleteHistoricCaseInstancesCmd.execute(CommandContext commandContext) |
List<DmnDecision> |
GetDecisionsForCaseDefinitionCmd.execute(CommandContext commandContext) |
Task |
NewTaskCmd.execute(CommandContext commandContext) |
List<VariableInstance> |
GetTasksLocalVariablesCmd.execute(CommandContext commandContext) |
Void |
DeleteTaskCmd.execute(CommandContext commandContext) |
Void |
AddIdentityLinkForCaseDefinitionCmd.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForCaseDefinitionCmd.execute(CommandContext commandContext) |
Void |
RemoveLocalVariablesCmd.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForPlanItemInstanceCmd.execute(CommandContext commandContext) |
CaseInstance |
StartCaseInstanceAsyncCmd.execute(CommandContext commandContext) |
Object |
GetLocalVariableCmd.execute(CommandContext commandContext) |
Void |
SetLocalVariablesCmd.execute(CommandContext commandContext) |
Void |
CmmnDeleteHistoricTaskLogEntryCmd.execute(CommandContext commandContext) |
Object |
DeleteHistoricTaskInstanceCmd.execute(CommandContext commandContext) |
List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.execute(CommandContext commandContext) |
Map<String,VariableInstance> |
GetPlanItemVariableInstancesCmd.execute(CommandContext commandContext) |
PlanItemInstance |
CreateInjectedPlanItemInstanceCmd.execute(CommandContext commandContext) |
Void |
SetVariableCmd.execute(CommandContext commandContext) |
FormInfo |
GetStartFormModelCmd.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForCaseInstanceCmd.execute(CommandContext commandContext) |
Void |
DeleteIdentityLinkForCaseInstanceCmd.execute(CommandContext commandContext) |
Object |
JobRetryCmd.execute(CommandContext commandContext) |
Object |
DeleteTaskAndPlanItemInstanceDataOfRemovedHistoricCaseInstancesCmd.execute(CommandContext commandContext) |
Void |
SetVariablesCmd.execute(CommandContext commandContext) |
List<EntityLink> |
GetEntityLinkChildrenWithSameRootAsCaseInstanceCmd.execute(CommandContext commandContext) |
VariableInstance |
GetPlanItemVariableInstanceCmd.execute(CommandContext commandContext) |
Void |
DeleteDeploymentCmd.execute(CommandContext commandContext) |
List<HistoricEntityLink> |
GetHistoricEntityLinkChildrenWithSameRootAsCaseInstanceCmd.execute(CommandContext commandContext) |
CaseInstanceBatchMigrationResult |
GetCaseInstanceMigrationBatchResultCmd.execute(CommandContext commandContext) |
Void |
SetLocalVariableCmd.execute(CommandContext commandContext) |
Map<String,VariableInstance> |
GetTaskVariableInstancesCmd.execute(CommandContext commandContext) |
Void |
SetCaseInstanceBusinessKeyCmd.execute(CommandContext commandContext) |
List<HistoricIdentityLink> |
GetHistoricIdentityLinksForCaseInstanceCmd.execute(CommandContext commandContext) |
Object |
HandleHistoryCleanupTimerJobCmd.execute(CommandContext commandContext) |
Batch |
CaseInstanceMigrationBatchCmd.execute(CommandContext commandContext) |
Object |
GetVariableCmd.execute(CommandContext commandContext) |
List<EntityLink> |
GetEntityLinkParentsForCaseInstanceCmd.execute(CommandContext commandContext) |
Void |
ChangePlanItemStateCmd.execute(CommandContext commandContext) |
Object |
DeleteHistoricCaseInstanceCmd.execute(CommandContext commandContext) |
CaseInstanceMigrationValidationResult |
CaseInstanceMigrationValidationCmd.execute(CommandContext commandContext) |
Task |
CreateCmmnTaskCmd.execute(CommandContext commandContext) |
List<Task> |
GetSubTasksCmd.execute(CommandContext commandContext) |
Object |
GetTaskVariableCmd.execute(CommandContext commandContext) |
CaseDefinition |
GetDeploymentCaseDefinitionCmd.execute(CommandContext commandContext) |
CmmnModel |
GetCmmnModelCmd.execute(CommandContext commandContext) |
Void |
EvaluateCriteriaCmd.execute(CommandContext commandContext) |
List<FormDefinition> |
GetFormDefinitionsForCaseDefinitionCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentCaseDiagramCmd.execute(CommandContext commandContext) |
FormInfo |
GetTaskFormModelCmd.execute(CommandContext commandContext) |
List<HistoricEntityLink> |
GetHistoricEntityLinkChildrenForCaseInstanceCmd.execute(CommandContext commandContext) |
Void |
SaveTaskCmd.execute(CommandContext commandContext) |
Void |
RemoveVariableCmd.execute(CommandContext commandContext) |
Void |
SetCaseInstanceNameCmd.execute(CommandContext commandContext) |
Map<String,Object> |
GetTaskVariablesCmd.execute(CommandContext commandContext) |
CaseInstance |
ReactivateHistoricCaseInstanceCmd.execute(CommandContext commandContext) |
Void |
RemoveLocalVariableCmd.execute(CommandContext commandContext) |
Void |
AddIdentityLinkForCaseInstanceCmd.execute(CommandContext commandContext) |
Void |
DeleteIdentityLinkForCaseDefinitionCmd.execute(CommandContext commandContext) |
Void |
ClearCaseInstanceLockTimesCmd.execute(CommandContext commandContext) |
CmmnDeployment |
DeployCmd.execute(CommandContext commandContext) |
List<HistoricIdentityLink> |
GetHistoricIdentityLinksForPlanItemInstanceCmd.execute(CommandContext commandContext) |
List<EntityLink> |
GetEntityLinkChildrenForCaseInstanceCmd.execute(CommandContext commandContext) |
Boolean |
HasCaseInstanceVariableCmd.execute(CommandContext commandContext) |
VariableInstance |
GetCaseVariableInstanceCmd.execute(CommandContext commandContext) |
Void |
CompleteTaskCmd.execute(CommandContext commandContext) |
Void |
RemoveVariablesCmd.execute(CommandContext commandContext) |
Void |
AbstractNeedsCaseInstanceCmd.execute(CommandContext commandContext) |
Void |
SetCaseDefinitionCategoryCmd.execute(CommandContext commandContext) |
VariableInstance |
GetTaskVariableInstanceCmd.execute(CommandContext commandContext) |
Void |
AbstractNeedsPlanItemInstanceCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentParentDeploymentIdCmd.execute(CommandContext commandContext) |
List<HistoricEntityLink> |
GetHistoricEntityLinkParentsForCaseInstanceCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentResourceCmd.execute(CommandContext commandContext) |
Map<String,Object> |
GetVariablesCmd.execute(CommandContext commandContext) |
List<StageResponse> |
GetHistoricStageOverviewCmd.execute(CommandContext commandContext) |
T |
NeedsActiveTaskCmd.execute(CommandContext commandContext) |
CaseInstance |
StartCaseInstanceCmd.execute(CommandContext commandContext) |
Void |
AbstractExternalWorkerJobCmd.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForTaskCmd.execute(CommandContext commandContext) |
Map<String,Object> |
GetLocalVariablesCmd.execute(CommandContext commandContext) |
List<StageResponse> |
GetStageOverviewCmd.execute(CommandContext commandContext) |
Void |
CaseInstanceMigrationCmd.execute(CommandContext commandContext) |
Void |
SchemaOperationsCmmnEngineBuild.execute(CommandContext commandContext) |
Boolean |
HasTaskVariableCmd.execute(CommandContext commandContext) |
Map<String,VariableInstance> |
GetCaseVariableInstancesCmd.execute(CommandContext commandContext) |
Object |
DeleteRelatedDataOfRemovedHistoricCaseInstancesCmd.execute(CommandContext commandContext) |
List<String> |
GetDeploymentResourceNamesCmd.execute(CommandContext commandContext) |
Collection<String> |
GetTableNamesCmd.execute(CommandContext commandContext) |
protected Void |
DeleteIdentityLinkCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Object |
SetTaskVariablesCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
RemoveTaskVariablesCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
SetTaskPriorityCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Object |
DelegateTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
CompleteTaskWithFormCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
AddIdentityLinkCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
ClaimTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
ResolveTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected abstract T |
NeedsActiveTaskCmd.execute(CommandContext commandContext,
TaskEntity task)
Subclasses must implement in this method their normal command logic.
|
protected Void |
SetTaskDueDateCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected CaseInstanceEntity |
CreateInjectedPlanItemInstanceCmd.getCaseInstanceEntity(CommandContext commandContext) |
protected PlanItemInstanceEntity |
CreateInjectedPlanItemInstanceCmd.getStageInstanceEntity(CommandContext commandContext) |
protected void |
TerminateCaseInstanceCmd.internalExecute(CommandContext commandContext,
CaseInstanceEntity caseInstanceEntity) |
protected void |
DeleteCaseInstanceCmd.internalExecute(CommandContext commandContext,
CaseInstanceEntity caseInstanceEntity) |
protected abstract void |
AbstractNeedsCaseInstanceCmd.internalExecute(CommandContext commandContext,
CaseInstanceEntity caseInstanceEntity) |
protected void |
CompleteCaseInstanceCmd.internalExecute(CommandContext commandContext,
CaseInstanceEntity caseInstanceEntity) |
protected void |
TerminatePlanItemInstanceCmd.internalExecute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
protected void |
EnablePlanItemInstanceCmd.internalExecute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
protected void |
StartPlanItemInstanceCmd.internalExecute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
protected void |
CompleteStagePlanItemInstanceCmd.internalExecute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
protected void |
DisablePlanItemInstanceCmd.internalExecute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
protected abstract void |
AbstractNeedsPlanItemInstanceCmd.internalExecute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
protected void |
TriggerPlanItemInstanceCmd.internalExecute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
protected void |
AbstractExternalWorkerJobCmd.moveExternalWorkerJobToExecutableJob(ExternalWorkerJobEntity externalWorkerJob,
CommandContext commandContext) |
protected ExternalWorkerJobEntity |
AbstractExternalWorkerJobCmd.resolveJob(CommandContext commandContext) |
protected void |
ExternalWorkerJobTerminateCmd.runJobLogic(ExternalWorkerJobEntity externalWorkerJob,
CommandContext commandContext) |
protected abstract void |
AbstractExternalWorkerJobCmd.runJobLogic(ExternalWorkerJobEntity externalWorkerJob,
CommandContext commandContext) |
protected void |
ExternalWorkerJobCompleteCmd.runJobLogic(ExternalWorkerJobEntity externalWorkerJob,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PlanItemInstancesWrapper.collectAllChildPlanItemInstances(CommandContext commandContext,
PlanItemInstanceContainer planItemInstanceContainer,
List<PlanItemInstanceEntity> childPlanItemInstances) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HistoricCaseInstanceQueryImpl.addCachedVariableForQueryById(CommandContext commandContext,
List<HistoricCaseInstance> results) |
long |
HistoricPlanItemInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricMilestoneInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricCaseInstanceQueryImpl.executeCount(CommandContext commandContext) |
List<HistoricPlanItemInstance> |
HistoricPlanItemInstanceQueryImpl.executeList(CommandContext commandContext) |
List<HistoricMilestoneInstance> |
HistoricMilestoneInstanceQueryImpl.executeList(CommandContext commandContext) |
List<HistoricCaseInstance> |
HistoricCaseInstanceQueryImpl.executeList(CommandContext commandContext) |
| Constructor and Description |
|---|
HistoricCaseInstanceQueryImpl(CommandContext commandContext,
CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected HistoricCaseInstanceEntity |
AbstractNeedsHistoricCaseInstanceJsonTransformer.getHistoricCaseInstanceEntity(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
protected HistoricEntityLink |
EntityLinkDeletedHistoryJsonTransformer.getHistoricEntityLink(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
protected HistoricIdentityLinkEntity |
IdentityLinkDeletedHistoryJsonTransformer.getHistoricIdentityLinkEntity(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
protected HistoricPlanItemInstanceEntity |
PlanItemInstanceFullHistoryJsonTransformer.getHistoricPlanItemInstanceEntity(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
protected HistoricPlanItemInstanceEntity |
AbstractNeedsHistoricPlanItemInstanceHistoryJsonTransformer.getHistoricPlanItemInstanceEntity(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
Deprecated.
|
protected HistoricTaskInstanceEntity |
AbstractTaskHistoryJsonTransformer.getHistoricTaskEntity(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
protected HistoricVariableInstanceEntity |
VariableRemovedHistoryJsonTransformer.getHistoricVariableInstanceEntity(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
protected HistoricVariableInstanceEntity |
VariableUpdatedHistoryJsonTransformer.getHistoricVariableInstanceEntity(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
HistoricUserTaskLogRecordJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
TaskEndedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
EntityLinkDeletedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
CaseInstanceStartHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
IdentityLinkCreatedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
TaskUpdatedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
PlanItemInstanceCreatedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
Deprecated.
|
boolean |
VariableCreatedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
HistoricUserTaskLogDeleteJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
PlanItemInstanceFullHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
MilestoneReachedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
VariableRemovedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
IdentityLinkDeletedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
EntityLinkCreatedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
TaskCreatedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
AbstractNeedsHistoricCaseInstanceJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
AbstractNeedsHistoricPlanItemInstanceHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
Deprecated.
|
boolean |
VariableUpdatedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
HistoricUserTaskLogRecordJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
TaskEndedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
PlanItemInstanceOccurredHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
Deprecated.
|
void |
EntityLinkDeletedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
CaseInstanceStartHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
PlanItemInstanceDisabledHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
Deprecated.
|
void |
IdentityLinkCreatedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
TaskUpdatedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
PlanItemInstanceTerminatedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
Deprecated.
|
void |
PlanItemInstanceCreatedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
Deprecated.
|
void |
HistoricCaseInstanceDeletedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
CaseInstanceReactivateHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
VariableCreatedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
PlanItemInstanceSuspendedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
Deprecated.
|
void |
HistoricUserTaskLogDeleteJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
PlanItemInstanceFullHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
MilestoneReachedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
PlanItemInstanceCompletedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
Deprecated.
|
void |
PlanItemInstanceExitHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
Deprecated.
|
void |
CaseInstanceEndHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
PlanItemInstanceAvailableHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
Deprecated.
|
void |
VariableRemovedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
UpdateCaseDefinitionCascadeHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
CaseInstanceUpdateNameHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
IdentityLinkDeletedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
PlanItemInstanceEnabledHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
Deprecated.
|
void |
EntityLinkCreatedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
TaskCreatedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
CaseInstanceUpdateBusinessKeyHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
PlanItemInstanceStartedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
Deprecated.
|
void |
VariableUpdatedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
HistoricPlanItemInstanceEntity |
AbstractNeedsHistoricPlanItemInstanceHistoryJsonTransformer.updateCommonProperties(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmmnCommandInvoker.evaluateUntilStable(CommandContext commandContext) |
protected void |
CmmnCommandInvoker.executeOperation(CommandContext commandContext,
boolean isStoreCaseInstanceIdOfNoOperation,
Runnable runnable) |
protected void |
CmmnCommandInvoker.executeOperations(CommandContext commandContext,
boolean isStoreCaseInstanceIdOfNoOperation) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncActivatePlanItemInstanceJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
ExternalWorkerTaskCompleteJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
AsyncInitializePlanModelJobHandler.execute(JobEntity job,
String caseInstanceId,
VariableScope variableScope,
CommandContext commandContext) |
void |
TriggerTimerEventJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
CmmnHistoryCleanupJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CaseInstanceLifeCycleListenerUtil.callLifecycleListeners(CommandContext commandContext,
CaseInstance caseInstance,
String oldState,
String newState) |
void |
CmmnListenerNotificationHelper.executeLifecycleListeners(CommandContext commandContext,
DelegatePlanItemInstance planItemInstance,
String oldState,
String newState) |
| Modifier and Type | Method and Description |
|---|---|
Batch |
CaseInstanceMigrationManagerImpl.batchMigrateCaseInstancesOfCaseDefinition(String caseDefinitionId,
CaseInstanceMigrationDocument document,
CommandContext commandContext) |
Batch |
CaseInstanceMigrationManager.batchMigrateCaseInstancesOfCaseDefinition(String caseDefinitionId,
CaseInstanceMigrationDocument document,
CommandContext commandContext) |
Batch |
CaseInstanceMigrationManagerImpl.batchMigrateCaseInstancesOfCaseDefinition(String caseDefinitionKey,
int caseDefinitionVersion,
String caseDefinitionTenantId,
CaseInstanceMigrationDocument document,
CommandContext commandContext) |
Batch |
CaseInstanceMigrationManager.batchMigrateCaseInstancesOfCaseDefinition(String caseDefinitionKey,
int caseDefinitionVersion,
String caseDefinitionTenantId,
CaseInstanceMigrationDocument document,
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.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 |
CaseInstanceMigrationManagerImpl.migrateCaseInstance(String caseInstanceId,
CaseInstanceMigrationDocument document,
CommandContext commandContext) |
void |
CaseInstanceMigrationManager.migrateCaseInstance(String caseInstanceId,
CaseInstanceMigrationDocument document,
CommandContext commandContext) |
void |
CaseInstanceMigrationManagerImpl.migrateCaseInstancesOfCaseDefinition(String caseDefinitionId,
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 |
CaseInstanceMigrationManager.migrateCaseInstancesOfCaseDefinition(String caseDefinitionKey,
int caseDefinitionVersion,
String caseDefinitionTenantId,
CaseInstanceMigrationDocument document,
CommandContext commandContext) |
protected CaseDefinition |
CaseInstanceMigrationManagerImpl.resolveCaseDefinition(CaseInstanceMigrationDocument document,
CommandContext commandContext) |
CaseInstanceMigrationValidationResult |
CaseInstanceMigrationManagerImpl.validateMigrateCaseInstance(String caseInstanceId,
CaseInstanceMigrationDocument document,
CommandContext commandContext) |
CaseInstanceMigrationValidationResult |
CaseInstanceMigrationManager.validateMigrateCaseInstance(String caseInstanceId,
CaseInstanceMigrationDocument document,
CommandContext commandContext) |
CaseInstanceMigrationValidationResult |
CaseInstanceMigrationManagerImpl.validateMigrateCaseInstancesOfCaseDefinition(String caseDefinitionId,
CaseInstanceMigrationDocument document,
CommandContext commandContext) |
CaseInstanceMigrationValidationResult |
CaseInstanceMigrationManager.validateMigrateCaseInstancesOfCaseDefinition(String caseDefinitionId,
CaseInstanceMigrationDocument document,
CommandContext commandContext) |
CaseInstanceMigrationValidationResult |
CaseInstanceMigrationManagerImpl.validateMigrateCaseInstancesOfCaseDefinition(String caseDefinitionKey,
int caseDefinitionVersion,
String caseDefinitionTenantId,
CaseInstanceMigrationDocument document,
CommandContext commandContext) |
CaseInstanceMigrationValidationResult |
CaseInstanceMigrationManager.validateMigrateCaseInstancesOfCaseDefinition(String caseDefinitionKey,
int caseDefinitionVersion,
String caseDefinitionTenantId,
CaseInstanceMigrationDocument document,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
long |
CaseDefinitionQueryImpl.executeCount(CommandContext commandContext) |
long |
CmmnDeploymentQueryImpl.executeCount(CommandContext commandContext) |
List<CaseDefinition> |
CaseDefinitionQueryImpl.executeList(CommandContext commandContext) |
List<CmmnDeployment> |
CmmnDeploymentQueryImpl.executeList(CommandContext commandContext) |
| Constructor and Description |
|---|
CaseDefinitionQueryImpl(CommandContext commandContext) |
CmmnDeploymentQueryImpl(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected 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,
Set<String> newPlanItemInstanceIds,
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,
CommandContext commandContext) |
protected void |
AbstractCmmnDynamicStateManager.deleteChildPlanItemInstances(PlanItemInstanceEntity planItemInstance,
CommandContext commandContext) |
protected void |
AbstractCmmnDynamicStateManager.doMovePlanItemState(CaseInstanceChangeState caseInstanceChangeState,
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.executeChangePlanItemInstancesToAvailableState(CaseInstanceChangeState caseInstanceChangeState,
CaseInstanceEntity caseInstance,
boolean onlyStages,
CommandContext commandContext) |
long |
MilestoneInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
PlanItemInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
CaseInstanceQueryImpl.executeCount(CommandContext commandContext) |
List<MilestoneInstance> |
MilestoneInstanceQueryImpl.executeList(CommandContext commandContext) |
List<PlanItemInstance> |
PlanItemInstanceQueryImpl.executeList(CommandContext commandContext) |
List<CaseInstance> |
CaseInstanceQueryImpl.executeList(CommandContext commandContext) |
protected void |
AbstractCmmnDynamicStateManager.executeTerminatePlanItemInstances(CaseInstanceChangeState caseInstanceChangeState,
CaseInstanceEntity caseInstance,
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 |
DefaultCmmnDynamicStateManager.movePlanItemInstanceState(ChangePlanItemStateBuilderImpl changePlanItemStateBuilder,
CommandContext commandContext) |
void |
CmmnDynamicStateManager.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) |
| Constructor and Description |
|---|
CaseInstanceQueryImpl(CommandContext commandContext,
CmmnEngineConfiguration cmmnEngineConfiguration) |
PlanItemInstanceQueryImpl(CommandContext commandContext,
CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static 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) |
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) |
static Iterable<Object> |
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 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) |
static ContentEngineConfigurationApi |
CommandContextUtil.getContentEngineConfiguration(CommandContext commandContext) |
static ContentService |
CommandContextUtil.getContentService(CommandContext commandContext) |
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) |
static EventRegistryEngineConfiguration |
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) |
static HistoricCaseInstanceEntityManager |
CommandContextUtil.getHistoricCaseInstanceEntityManager(CommandContext commandContext) |
static HistoricEntityLinkService |
CommandContextUtil.getHistoricEntityLinkService(CommandContext commandContext) |
static HistoricIdentityLinkService |
CommandContextUtil.getHistoricIdentityLinkService(CommandContext commandContext) |
static HistoricMilestoneInstanceEntityManager |
CommandContextUtil.getHistoricMilestoneInstanceEntityManager(CommandContext commandContext) |
static HistoricPlanItemInstanceEntityManager |
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) |
static InternalTaskAssignmentManager |
CommandContextUtil.getInternalTaskAssignmentManager(CommandContext commandContext) |
static Set<String> |
CommandContextUtil.getInvolvedCaseInstanceIds(CommandContext commandContext) |
static JobService |
CommandContextUtil.getJobService(CommandContext commandContext) |
static MilestoneInstanceEntityManager |
CommandContextUtil.getMilestoneInstanceEntityManager(CommandContext commandContext) |
static PlanItemInstanceEntityManager |
CommandContextUtil.getPlanItemInstanceEntityManager(CommandContext commandContext) |
static SentryPartInstanceEntityManager |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
CmmnAggregation.aggregateOverview(String parentScopeId,
String targetVarName,
CommandContext commandContext)
Aggregate an overview value for the scope and variable name
|
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
AbstractAgenda.commandContext |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
AbstractAgenda.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AgendaOperationRunner.executeOperation(CommandContext commandContext,
Runnable runnable) |
void |
AbstractAgenda.setCommandContext(CommandContext commandContext) |
| Constructor and Description |
|---|
AbstractAgenda(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionListener.execute(CommandContext commandContext) |
TransactionContext |
TransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
TransactionContext |
JtaTransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Constructor and Description |
|---|
TransactionStateSynchronization(TransactionState transactionState,
TransactionListener transactionListener,
CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
StandaloneMybatisTransactionContext.commandContext |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StandaloneMybatisTransactionContext.executeTransactionListeners(List<TransactionListener> transactionListeners,
CommandContext commandContext) |
TransactionContext |
StandaloneMybatisTransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Constructor and Description |
|---|
StandaloneMybatisTransactionContext(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
LockCmd.execute(CommandContext commandContext) |
Map<String,String> |
GetPropertiesCmd.execute(CommandContext commandContext) |
Map<String,Long> |
GetTableCountCmd.execute(CommandContext commandContext) |
String |
GetLockValueCmd.execute(CommandContext commandContext) |
Void |
ReleaseLockCmd.execute(CommandContext commandContext) |
TableMetaData |
GetTableMetaDataCmd.execute(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<Stack<CommandContext>> |
Context.commandContextThreadLocal |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
Context.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Context.setCommandContext(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractDataManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
Session |
DbSqlSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatchAction.dispatchEvent(CommandContext commandContext,
FlowableEventSupport eventSupport,
FlowableEvent event) |
void |
ExecuteEventListenerTransactionListener.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
CommandContextFactory.createCommandContext(Command<?> cmd) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionCommandContextCloseListener.afterSessionsFlush(CommandContext commandContext) |
void |
CommandContextCloseListener.afterSessionsFlush(CommandContext commandContext)
Called when the
Session have been successfully flushed. |
void |
TransactionCommandContextCloseListener.closed(CommandContext commandContext) |
void |
CommandContextCloseListener.closed(CommandContext commandContext)
Called when the
CommandContext is successfully closed. |
void |
TransactionCommandContextCloseListener.closeFailure(CommandContext commandContext) |
void |
CommandContextCloseListener.closeFailure(CommandContext commandContext)
Called when the
CommandContext has not been successfully closed due to an exception that happened. |
void |
TransactionCommandContextCloseListener.closing(CommandContext commandContext) |
void |
CommandContextCloseListener.closing(CommandContext commandContext)
Called when the
CommandContext is being closed, but no 'close logic' has been executed. |
T |
Command.execute(CommandContext commandContext) |
Session |
SessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
LoggingSession.commandContext |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingSessionCommandContextCloseListener.afterSessionsFlush(CommandContext commandContext) |
void |
LoggingSessionCommandContextCloseListener.closed(CommandContext commandContext) |
void |
LoggingSessionCommandContextCloseListener.closeFailure(CommandContext commandContext) |
void |
LoggingSessionCommandContextCloseListener.closing(CommandContext commandContext) |
Session |
LoggingSessionFactory.openSession(CommandContext commandContext) |
| Constructor and Description |
|---|
LoggingSession(CommandContext commandContext,
LoggingListener loggingListener,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
Session |
GenericManagerFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
TablePage |
TablePageQueryImpl.execute(CommandContext commandContext) |
protected AbstractEngineConfiguration |
ByteArrayRef.getEngineConfiguration(String engineType,
CommandContext commandContext) |
protected AbstractEngineConfiguration |
ByteArrayRef.getEngineConfigurationForAllType(CommandContext commandContext) |
protected AbstractEngineConfiguration |
ByteArrayRef.getFirstEngineConfigurationWithByteArrayEntityManager(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
AbstractQuery.commandContext |
protected CommandContext |
AbstractNativeQuery.commandContext |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractQuery.execute(CommandContext commandContext) |
Object |
AbstractNativeQuery.execute(CommandContext commandContext) |
abstract long |
AbstractQuery.executeCount(CommandContext commandContext) |
abstract long |
AbstractNativeQuery.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
abstract List<U> |
AbstractQuery.executeList(CommandContext commandContext)
Executes the actual query to retrieve the list of results.
|
abstract List<U> |
AbstractNativeQuery.executeList(CommandContext commandContext,
Map<String,Object> parameterMap)
Executes the actual query to retrieve the list of results.
|
U |
AbstractQuery.executeSingleResult(CommandContext commandContext) |
U |
AbstractNativeQuery.executeSingleResult(CommandContext commandContext) |
| Constructor and Description |
|---|
AbstractNativeQuery(CommandContext commandContext) |
AbstractQuery(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
VariableListenerSession.commandContext |
| Modifier and Type | Method and Description |
|---|---|
Session |
VariableListenerSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
SpringTransactionContext.commandContext |
| Modifier and Type | Method and Description |
|---|---|
TransactionContext |
SpringTransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Constructor and Description |
|---|
SpringTransactionContext(org.springframework.transaction.PlatformTransactionManager transactionManager,
CommandContext commandContext) |
SpringTransactionContext(org.springframework.transaction.PlatformTransactionManager transactionManager,
CommandContext commandContext,
Integer transactionSynchronizationAdapterOrder) |
| Modifier and Type | Method and Description |
|---|---|
long |
ContentItemQueryImpl.executeCount(CommandContext commandContext) |
List<ContentItem> |
ContentItemQueryImpl.executeList(CommandContext commandContext) |
| Constructor and Description |
|---|
ContentItemQueryImpl(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Void |
SchemaOperationsContentEngineBuild.execute(CommandContext commandContext) |
InputStream |
GetContentItemStreamCmd.execute(CommandContext commandContext) |
ContentItem |
CreateContentItemCmd.execute(CommandContext commandContext) |
Void |
SaveContentItemCmd.execute(CommandContext commandContext) |
String |
GetTableNameCmd.execute(CommandContext commandContext) |
Void |
DeleteContentItemsByScopeCmd.execute(CommandContext commandContext) |
Void |
DeleteContentItemsCmd.execute(CommandContext commandContext) |
ResultType |
ExecuteCustomSqlCmd.execute(CommandContext commandContext) |
Void |
DeleteContentItemCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static ContentEngineConfiguration |
CommandContextUtil.getContentEngineConfiguration(CommandContext commandContext) |
static ContentItemEntityManager |
CommandContextUtil.getContentItemEntityManager(CommandContext commandContext) |
static DbSqlSession |
CommandContextUtil.getDbSqlSession(CommandContext commandContext) |
static TableDataManager |
CommandContextUtil.getTableDataManager(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
long |
HistoricDecisionExecutionQueryImpl.executeCount(CommandContext commandContext) |
long |
DecisionQueryImpl.executeCount(CommandContext commandContext) |
long |
DmnDeploymentQueryImpl.executeCount(CommandContext commandContext) |
long |
NativeDecisionTableQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoryDecisionExecutionQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeDmnDeploymentQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<DmnHistoricDecisionExecution> |
HistoricDecisionExecutionQueryImpl.executeList(CommandContext commandContext) |
List<DmnDecision> |
DecisionQueryImpl.executeList(CommandContext commandContext) |
List<DmnDeployment> |
DmnDeploymentQueryImpl.executeList(CommandContext commandContext) |
List<DmnDecision> |
NativeDecisionTableQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<DmnHistoricDecisionExecution> |
NativeHistoryDecisionExecutionQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<DmnDeployment> |
NativeDmnDeploymentQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
| Constructor and Description |
|---|
DecisionQueryImpl(CommandContext commandContext) |
DmnDeploymentQueryImpl(CommandContext commandContext) |
HistoricDecisionExecutionQueryImpl(CommandContext commandContext) |
NativeDecisionTableQueryImpl(CommandContext commandContext) |
NativeDmnDeploymentQueryImpl(CommandContext commandContext) |
NativeHistoryDecisionExecutionQueryImpl(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
DmnEngineAgenda |
DefaultDmnEngineAgendaFactory.createAgenda(CommandContext commandContext) |
DmnEngineAgenda |
DmnEngineAgendaFactory.createAgenda(CommandContext commandContext) |
Session |
DmnEngineAgendaSessionFactory.openSession(CommandContext commandContext) |
| Constructor and Description |
|---|
DefaultDmnEngineAgenda(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
DmnOperation.commandContext |
| Constructor and Description |
|---|
DmnOperation(CommandContext commandContext) |
ExecuteDecisionOperation(CommandContext commandContext,
ExecuteDecisionContext executeDecisionContext,
Decision decision) |
ExecuteDecisionServiceOperation(CommandContext commandContext,
ExecuteDecisionContext executeDecisionContext,
DecisionService decisionService) |
| Modifier and Type | Method and Description |
|---|---|
Void |
ExecuteDecisionWithAuditTrailCmd.execute(CommandContext commandContext) |
Void |
PersistHistoricDecisionExecutionCmd.execute(CommandContext commandContext) |
DmnDefinition |
GetDmnDefinitionCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentTenantIdCmd.execute(CommandContext commandContext) |
Void |
EvaluateDecisionCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentDecisionRequirementsDiagramCmd.execute(CommandContext commandContext) |
Void |
SetDecisionTableCategoryCmd.execute(CommandContext commandContext) |
Void |
SchemaOperationsDmnEngineBuild.execute(CommandContext commandContext) |
InputStream |
GetDeploymentResourceCmd.execute(CommandContext commandContext) |
DmnDeployment |
DeployCmd.execute(CommandContext commandContext) |
String |
GetTableNameCmd.execute(CommandContext commandContext) |
ResultType |
ExecuteCustomSqlCmd.execute(CommandContext commandContext) |
Void |
DeleteDeploymentCmd.execute(CommandContext commandContext) |
List<String> |
GetDeploymentResourceNamesCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentCategoryCmd.execute(CommandContext commandContext) |
Void |
ExecuteDecisionCmd.execute(CommandContext commandContext) |
DecisionEntity |
GetDeploymentDecisionCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentDmnResourceCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentParentDeploymentIdCmd.execute(CommandContext commandContext) |
Void |
ExecuteDecisionServiceCmd.execute(CommandContext commandContext) |
protected void |
EvaluateDecisionCmd.execute(CommandContext commandContext,
DmnDefinition definition) |
protected void |
ExecuteDecisionServiceCmd.execute(CommandContext commandContext,
DmnDefinition definition) |
protected void |
AbstractExecuteDecisionCmd.execute(CommandContext commandContext,
DmnDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DmnCommandInvoker.executeOperations(CommandContext commandContext,
boolean isStoreCaseInstanceIdOfNoOperation) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
Session |
GenericManagerFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
FlowableEngineAgenda |
FlowableEngineAgendaFactory.createAgenda(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnModelEventDispatchAction.dispatchEvent(CommandContext commandContext,
FlowableEventSupport eventSupport,
FlowableEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicStateManager.moveExecutionState(ChangeActivityStateBuilderImpl changeActivityStateBuilder,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HistoricProcessInstanceQueryImpl.addCachedVariableForQueryById(CommandContext commandContext,
List<HistoricProcessInstance> results) |
Void |
SchemaOperationsProcessEngineBuild.execute(CommandContext commandContext) |
ProcessInstanceHistoryLog |
ProcessInstanceHistoryLogQueryImpl.execute(CommandContext commandContext) |
Void |
SchemaOperationProcessEngineClose.execute(CommandContext commandContext) |
long |
ProcessDefinitionQueryImpl.executeCount(CommandContext commandContext) |
long |
ModelQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricProcessInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricDetailQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricActivityInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
ActivityInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
ProcessInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
ExecutionQueryImpl.executeCount(CommandContext commandContext) |
long |
DeploymentQueryImpl.executeCount(CommandContext commandContext) |
long |
NativeProcessDefinitionQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoricProcessInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoricActivityInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeExecutionQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeModelQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeDeploymentQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeProcessInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoricDetailQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeActivityInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<ProcessDefinition> |
ProcessDefinitionQueryImpl.executeList(CommandContext commandContext) |
List<Model> |
ModelQueryImpl.executeList(CommandContext commandContext) |
List<HistoricProcessInstance> |
HistoricProcessInstanceQueryImpl.executeList(CommandContext commandContext) |
List<HistoricDetail> |
HistoricDetailQueryImpl.executeList(CommandContext commandContext) |
List<HistoricActivityInstance> |
HistoricActivityInstanceQueryImpl.executeList(CommandContext commandContext) |
List<ActivityInstance> |
ActivityInstanceQueryImpl.executeList(CommandContext commandContext) |
List<ProcessInstance> |
ProcessInstanceQueryImpl.executeList(CommandContext commandContext) |
List<Execution> |
ExecutionQueryImpl.executeList(CommandContext commandContext) |
List<Deployment> |
DeploymentQueryImpl.executeList(CommandContext commandContext) |
List<ProcessDefinition> |
NativeProcessDefinitionQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<HistoricProcessInstance> |
NativeHistoricProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<HistoricActivityInstance> |
NativeHistoricActivityInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<Execution> |
NativeExecutionQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<Model> |
NativeModelQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<Deployment> |
NativeDeploymentQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<ProcessInstance> |
NativeProcessInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<HistoricDetail> |
NativeHistoricDetailQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<ActivityInstance> |
NativeActivityInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
AbstractOperation.commandContext |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
AbstractOperation.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
FlowableEngineAgenda |
DefaultFlowableEngineAgendaFactory.createAgenda(CommandContext commandContext) |
FlowableEngineAgenda |
DebugFlowableEngineAgendaFactory.createAgenda(CommandContext commandContext) |
Session |
AgendaSessionFactory.openSession(CommandContext commandContext) |
void |
AbstractOperation.setCommandContext(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected 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) |
| Modifier and Type | Method and Description |
|---|---|
protected 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) |
| Modifier and Type | Method and Description |
|---|---|
protected 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteExecutionListenerTransactionListener.execute(CommandContext commandContext) |
void |
ExecuteTaskListenerTransactionListener.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Void |
ExecuteSchemaOperationCommand.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected 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 |
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) |
Object |
DeleteHistoricProcessInstanceCmd.execute(CommandContext commandContext) |
List<VariableInstance> |
GetTasksLocalVariablesCmd.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForProcessDefinitionCmd.execute(CommandContext commandContext) |
Void |
DeleteModelCmd.execute(CommandContext commandContext) |
ModelEntity |
GetModelCmd.execute(CommandContext commandContext) |
List<String> |
FindActiveActivityIdsCmd.execute(CommandContext commandContext) |
Void |
InjectParallelUserTaskCmd.execute(CommandContext commandContext) |
Object |
AddEditorSourceExtraForModelCmd.execute(CommandContext commandContext) |
List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.execute(CommandContext commandContext) |
DataObject |
GetTaskDataObjectCmd.execute(CommandContext commandContext) |
Task |
CreateTaskCmd.execute(CommandContext commandContext) |
List<Batch> |
GetAllBatchesCmd.execute(CommandContext commandContext) |
Object |
DeleteHistoricTaskInstanceCmd.execute(CommandContext commandContext) |
List<HistoricEntityLink> |
GetHistoricEntityLinkParentsForProcessInstanceCmd.execute(CommandContext commandContext) |
Void |
InjectParallelEmbeddedSubProcessCmd.execute(CommandContext commandContext) |
FormInfo |
GetTaskFormModelCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentProcessDiagramCmd.execute(CommandContext commandContext) |
Void |
DeleteDeploymentCmd.execute(CommandContext commandContext) |
List |
GetDeploymentResourceNamesCmd.execute(CommandContext commandContext) |
Void |
ChangeDeploymentTenantIdCmd.execute(CommandContext commandContext) |
Comment |
GetCommentCmd.execute(CommandContext commandContext) |
Void |
ValidateTaskRelatedEntityCountCfgCmd.execute(CommandContext commandContext) |
Void |
SaveProcessDefinitionInfoCmd.execute(CommandContext commandContext) |
Boolean |
HasExecutionVariableCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentKeyCmd.execute(CommandContext commandContext) |
Void |
SaveModelCmd.execute(CommandContext commandContext) |
String |
GetTableNameCmd.execute(CommandContext commandContext) |
Void |
RemoveEventListenerCommand.execute(CommandContext commandContext) |
Void |
DeleteCommentCmd.execute(CommandContext commandContext) |
Map<String,DataObject> |
GetDataObjectsCmd.execute(CommandContext commandContext) |
List<HistoricEntityLink> |
GetHistoricEntityLinkChildrenForTaskCmd.execute(CommandContext commandContext) |
Object |
DeleteRelatedDataOfRemovedHistoricProcessInstancesCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentCategoryCmd.execute(CommandContext commandContext) |
List<Comment> |
GetProcessInstanceCommentsCmd.execute(CommandContext commandContext) |
Object |
GetExecutionVariableCmd.execute(CommandContext commandContext) |
List<HistoricEntityLink> |
GetHistoricEntityLinkChildrenWithSameRootAsProcessInstanceCmd.execute(CommandContext commandContext) |
Object |
JobRetryCmd.execute(CommandContext commandContext) |
Void |
TriggerCaseTaskCmd.execute(CommandContext commandContext) |
Void |
RemoveEventConsumerCommand.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForTaskCmd.execute(CommandContext commandContext) |
List<HistoricEntityLink> |
GetHistoricEntityLinkChildrenForProcessInstanceCmd.execute(CommandContext commandContext) |
Void |
ValidateExecutionRelatedEntityCountCfgCmd.execute(CommandContext commandContext) |
List<Comment> |
GetTypeCommentsCmd.execute(CommandContext commandContext) |
List<Event> |
GetProcessInstanceEventsCmd.execute(CommandContext commandContext) |
Execution |
ExecuteActivityForAdhocSubProcessCmd.execute(CommandContext commandContext) |
Void |
AddIdentityLinkForProcessInstanceCmd.execute(CommandContext commandContext) |
com.fasterxml.jackson.databind.node.ObjectNode |
GetProcessDefinitionInfoCmd.execute(CommandContext commandContext) |
Void |
SetProcessInstanceBusinessKeyCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentProcessModelCmd.execute(CommandContext commandContext) |
Object |
GetRenderedStartFormCmd.execute(CommandContext commandContext) |
Void |
ValidateV5EntitiesCmd.execute(CommandContext commandContext) |
ProcessInstanceBatchMigrationResult |
GetProcessInstanceMigrationBatchResultCmd.execute(CommandContext commandContext) |
VariableInstance |
GetExecutionVariableInstanceCmd.execute(CommandContext commandContext) |
Void |
DeleteHistoricTaskLogEntryByLogNumberCmd.execute(CommandContext commandContext) |
String |
GetBatchDocumentCmd.execute(CommandContext commandContext) |
Object |
DeleteTaskAndActivityDataOfRemovedHistoricProcessInstancesCmd.execute(CommandContext commandContext) |
List<VariableInstance> |
GetExecutionsVariablesCmd.execute(CommandContext commandContext) |
List<Batch> |
FindBatchesBySearchKeyCmd.execute(CommandContext commandContext) |
DataObject |
GetDataObjectCmd.execute(CommandContext commandContext) |
Object |
DeleteHistoricActivityInstancesCmd.execute(CommandContext commandContext) |
ProcessInstanceMigrationValidationResult |
ProcessInstanceMigrationValidationCmd.execute(CommandContext commandContext) |
List<EventLogEntry> |
GetEventLogEntriesCmd.execute(CommandContext commandContext) |
BatchPart |
GetBatchPartCmd.execute(CommandContext commandContext) |
Execution |
AddMultiInstanceExecutionCmd.execute(CommandContext commandContext) |
Map<String,DataObject> |
GetTaskDataObjectsCmd.execute(CommandContext commandContext) |
Void |
SetProcessDefinitionCategoryCmd.execute(CommandContext commandContext) |
List<Execution> |
GetActiveAdhocSubProcessesCmd.execute(CommandContext commandContext) |
Void |
AddEventListenerCommand.execute(CommandContext commandContext) |
BpmnModel |
GetBpmnModelCmd.execute(CommandContext commandContext) |
Task |
NewTaskCmd.execute(CommandContext commandContext) |
ProcessInstance |
StartProcessInstanceAsyncCmd.execute(CommandContext commandContext) |
Void |
SetProcessInstanceNameCmd.execute(CommandContext commandContext) |
Void |
ClearProcessInstanceLockTimesCmd.execute(CommandContext commandContext) |
Object |
GetTaskVariableCmd.execute(CommandContext commandContext) |
List<FormDefinition> |
GetFormDefinitionsForProcessDefinitionCmd.execute(CommandContext commandContext) |
Void |
AbstractExternalWorkerJobCmd.execute(CommandContext commandContext) |
Void |
DeleteIdentityLinkForProcessDefinitionCmd.execute(CommandContext commandContext) |
Attachment |
CreateAttachmentCmd.execute(CommandContext commandContext) |
List<User> |
GetPotentialStarterUsersCmd.execute(CommandContext commandContext) |
List<EntityLink> |
GetEntityLinkParentsForProcessInstanceCmd.execute(CommandContext commandContext) |
StartFormData |
GetStartFormCmd.execute(CommandContext commandContext) |
Boolean |
IsProcessDefinitionSuspendedCmd.execute(CommandContext commandContext) |
Void |
ProcessInstanceMigrationCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentResourceCmd.execute(CommandContext commandContext) |
Void |
DeleteProcessInstanceCmd.execute(CommandContext commandContext) |
Map<String,Object> |
GetTaskVariablesCmd.execute(CommandContext commandContext) |
Map<String,VariableInstance> |
GetTaskVariableInstancesCmd.execute(CommandContext commandContext) |
List<? extends Attachment> |
GetTaskAttachmentsCmd.execute(CommandContext commandContext) |
String |
GetBatchPartDocumentCmd.execute(CommandContext commandContext) |
List<IdentityLink> |
GetIdentityLinksForProcessInstanceCmd.execute(CommandContext commandContext) |
Object |
SaveAttachmentCmd.execute(CommandContext commandContext) |
List<FlowNode> |
GetEnabledActivitiesForAdhocSubProcessCmd.execute(CommandContext commandContext) |
Map<String,VariableInstance> |
GetExecutionVariableInstancesCmd.execute(CommandContext commandContext) |
List<EntityLink> |
GetEntityLinkChildrenForTaskCmd.execute(CommandContext commandContext) |
List<BatchPart> |
FindBatchPartsByBatchIdCmd.execute(CommandContext commandContext) |
Void |
InjectEmbeddedSubProcessInProcessInstanceCmd.execute(CommandContext commandContext) |
byte[] |
GetModelEditorSourceCmd.execute(CommandContext commandContext) |
ProcessDefinition |
GetDeploymentProcessDefinitionCmd.execute(CommandContext commandContext) |
IdBlock |
GetNextIdBlockCmd.execute(CommandContext commandContext) |
Object |
GetRenderedTaskFormCmd.execute(CommandContext commandContext) |
Void |
SignalEventReceivedCmd.execute(CommandContext commandContext) |
Void |
DeleteTaskCmd.execute(CommandContext commandContext) |
Event |
GetTaskEventCmd.execute(CommandContext commandContext) |
Void |
AddEventConsumerCommand.execute(CommandContext commandContext) |
Model |
CreateModelCmd.execute(CommandContext commandContext) |
List<EntityLink> |
GetEntityLinkParentsForTaskCmd.execute(CommandContext commandContext) |
List<EntityLink> |
GetEntityLinkChildrenWithSameRootAsProcessInstanceCmd.execute(CommandContext commandContext) |
FormInfo |
GetStartFormModelCmd.execute(CommandContext commandContext) |
Boolean |
HasTaskVariableCmd.execute(CommandContext commandContext) |
Object |
GetAppResourceObjectCmd.execute(CommandContext commandContext) |
byte[] |
GetModelEditorSourceExtraCmd.execute(CommandContext commandContext) |
List<Event> |
GetTaskEventsCmd.execute(CommandContext commandContext) |
List<Group> |
GetPotentialStarterGroupsCmd.execute(CommandContext commandContext) |
Void |
DeleteBatchCmd.execute(CommandContext commandContext) |
String |
GetFormKeyCmd.execute(CommandContext commandContext) |
HistoryLevel |
GetProcessDefinitionHistoryLevelModelCmd.execute(CommandContext commandContext) |
Void |
CompleteAdhocSubProcessCmd.execute(CommandContext commandContext) |
Attachment |
GetAttachmentCmd.execute(CommandContext commandContext) |
Void |
ChangeActivityStateCmd.execute(CommandContext commandContext) |
ProcessInstance |
StartProcessInstanceByMessageCmd.execute(CommandContext commandContext) |
InputStream |
GetAttachmentContentCmd.execute(CommandContext commandContext) |
List<ValidationError> |
ValidateBpmnModelCmd.execute(CommandContext commandContext) |
Void |
RedeployV5ProcessDefinitionsCmd.execute(CommandContext commandContext) |
Object |
DeleteHistoricProcessInstancesCmd.execute(CommandContext commandContext) |
List<Comment> |
GetTaskCommentsCmd.execute(CommandContext commandContext) |
List<Comment> |
GetTaskCommentsByTypeCmd.execute(CommandContext commandContext) |
ResultType |
ExecuteCustomSqlCmd.execute(CommandContext commandContext) |
List<HistoricEntityLink> |
GetHistoricEntityLinkParentsForTaskCmd.execute(CommandContext commandContext) |
VariableInstance |
GetTaskVariableInstanceCmd.execute(CommandContext commandContext) |
List<Task> |
GetSubTasksCmd.execute(CommandContext commandContext) |
Void |
AbstractSetProcessDefinitionStateCmd.execute(CommandContext commandContext) |
Void |
InjectUserTaskInProcessInstanceCmd.execute(CommandContext commandContext) |
Void |
AddIdentityLinkForProcessDefinitionCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentParentDeploymentIdCmd.execute(CommandContext commandContext) |
Void |
SaveCommentCmd.execute(CommandContext commandContext) |
Object |
DeleteAttachmentCmd.execute(CommandContext commandContext) |
List<? extends Attachment> |
GetProcessInstanceAttachmentsCmd.execute(CommandContext commandContext) |
ProcessInstance |
StartProcessInstanceCmd.execute(CommandContext commandContext) |
Void |
DeleteEventLogEntry.execute(CommandContext commandContext) |
Object |
HandleHistoryCleanupTimerJobCmd.execute(CommandContext commandContext) |
Void |
DeleteIdentityLinkForProcessInstanceCmd.execute(CommandContext commandContext) |
DiagramLayout |
GetDeploymentProcessDiagramLayoutCmd.execute(CommandContext commandContext) |
Void |
DeleteMultiInstanceExecutionCmd.execute(CommandContext commandContext) |
List<EntityLink> |
GetEntityLinkChildrenForProcessInstanceCmd.execute(CommandContext commandContext) |
T |
NeedsActiveTaskCmd.execute(CommandContext commandContext) |
Comment |
AddCommentCmd.execute(CommandContext commandContext) |
Void |
DispatchEventCommand.execute(CommandContext commandContext) |
Void |
SetProcessDefinitionVersionCmd.execute(CommandContext commandContext) |
T |
NeedsActiveProcessDefinitionCmd.execute(CommandContext commandContext) |
Batch |
ProcessInstanceMigrationBatchCmd.execute(CommandContext commandContext) |
AppModel |
GetAppResourceModelCmd.execute(CommandContext commandContext) |
Map<String,Object> |
GetExecutionVariablesCmd.execute(CommandContext commandContext) |
Boolean |
IsFlowable5ProcessDefinitionCmd.execute(CommandContext commandContext) |
T |
NeedsActiveExecutionCmd.execute(CommandContext commandContext) |
TaskFormData |
GetTaskFormCmd.execute(CommandContext commandContext) |
Void |
AbstractSetProcessInstanceStateCmd.execute(CommandContext commandContext) |
Void |
SaveTaskCmd.execute(CommandContext commandContext) |
List<DmnDecision> |
GetDecisionsForProcessDefinitionCmd.execute(CommandContext commandContext) |
Object |
AddEditorSourceForModelCmd.execute(CommandContext commandContext) |
Deployment |
DeployCmd.execute(CommandContext commandContext) |
TimerJobEntity |
RescheduleTimerJobCmd.execute(CommandContext commandContext) |
protected Void |
MessageEventReceivedCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected Object |
EvaluateConditionalEventsCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected Object |
SetExecutionVariablesCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected Object |
TriggerCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected abstract T |
NeedsActiveExecutionCmd.execute(CommandContext commandContext,
ExecutionEntity execution)
Subclasses should implement this method.
|
protected Void |
RemoveExecutionVariablesCmd.execute(CommandContext commandContext,
ExecutionEntity execution) |
protected abstract T |
NeedsActiveProcessDefinitionCmd.execute(CommandContext commandContext,
ProcessDefinitionEntity processDefinition)
Subclasses should implement this.
|
protected ProcessInstance |
SubmitStartFormCmd.execute(CommandContext commandContext,
ProcessDefinitionEntity processDefinition) |
protected Void |
SetTaskDueDateCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
SubmitTaskFormCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
CompleteTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
RemoveTaskVariablesCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
ResolveTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
AddIdentityLinkCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Object |
SetTaskVariablesCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Object |
DelegateTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
SetTaskPriorityCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
DeleteIdentityLinkCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected Void |
ClaimTaskCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected abstract T |
NeedsActiveTaskCmd.execute(CommandContext commandContext,
TaskEntity task)
Subclasses must implement in this method their normal command logic.
|
protected Void |
CompleteTaskWithFormCmd.execute(CommandContext commandContext,
TaskEntity task) |
protected void |
StartProcessInstanceAsyncCmd.executeAsynchronous(ExecutionEntity execution,
Process process,
CommandContext commandContext) |
protected Deployment |
DeployCmd.executeDeploy(CommandContext commandContext) |
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 List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.getLinksForProcessInstance(CommandContext commandContext) |
protected List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.getLinksForTask(CommandContext commandContext) |
protected ProcessDefinition |
StartProcessInstanceCmd.getProcessDefinition(ProcessEngineConfigurationImpl processEngineConfiguration,
CommandContext commandContext) |
protected void |
SaveTaskCmd.handleAssigneeChange(CommandContext commandContext,
ProcessEngineConfigurationImpl processEngineConfiguration) |
protected ProcessInstance |
StartProcessInstanceCmd.handleProcessInstanceWithForm(CommandContext commandContext,
ProcessDefinition processDefinition,
ProcessEngineConfigurationImpl processEngineConfiguration) |
protected void |
AbstractExternalWorkerJobCmd.moveExternalWorkerJobToExecutableJob(ExternalWorkerJobEntity externalWorkerJob,
CommandContext commandContext) |
protected ExternalWorkerJobEntity |
AbstractExternalWorkerJobCmd.resolveJob(CommandContext commandContext) |
protected void |
ExternalWorkerJobBpmnErrorCmd.runJobLogic(ExternalWorkerJobEntity externalWorkerJob,
CommandContext commandContext) |
protected void |
ExternalWorkerJobCompleteCmd.runJobLogic(ExternalWorkerJobEntity externalWorkerJob,
CommandContext commandContext) |
protected abstract void |
AbstractExternalWorkerJobCmd.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 void |
InjectParallelUserTaskCmd.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 |
InjectEmbeddedSubProcessInProcessInstanceCmd.updateBpmnProcess(CommandContext commandContext,
Process process,
BpmnModel bpmnModel,
ProcessDefinitionEntity originalProcessDefinitionEntity,
DeploymentEntity newDeploymentEntity) |
protected abstract void |
AbstractDynamicInjectionCmd.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 void |
AbstractDynamicInjectionCmd.updateExecutions(CommandContext commandContext,
ProcessDefinitionEntity processDefinitionEntity,
ExecutionEntity processInstance,
BpmnModel bpmnModel) |
protected void |
InjectParallelUserTaskCmd.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 |
InjectEmbeddedSubProcessInProcessInstanceCmd.updateExecutions(CommandContext commandContext,
ProcessDefinitionEntity processDefinitionEntity,
ExecutionEntity processInstance,
List<ExecutionEntity> childExecutions) |
protected abstract void |
AbstractDynamicInjectionCmd.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) |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
Context.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static ProcessEngineConfigurationImpl |
Context.getProcessEngineConfiguration(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
static 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,
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.handleUserTaskNewAssignee(ExecutionEntity taskExecution,
String newAssigneeId,
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 newFlowElement,
CommandContext commandContext) |
void |
DefaultDynamicStateManager.moveExecutionState(ChangeActivityStateBuilderImpl changeActivityStateBuilder,
CommandContext commandContext) |
protected void |
AbstractDynamicStateManager.prepareMoveExecutionEntityContainer(MoveExecutionEntityContainer moveExecutionContainer,
Optional<String> migrateToProcessDefinitionId,
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) |
List<MoveExecutionEntityContainer> |
AbstractDynamicStateManager.resolveMoveExecutionEntityContainers(ChangeActivityStateBuilderImpl changeActivityStateBuilder,
Optional<String> migrateToProcessDefinitionId,
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) |
| Modifier and Type | Method and Description |
|---|---|
static String |
EventDefinitionExpressionUtil.determineMessageName(CommandContext commandContext,
MessageEventDefinition messageEventDefinition,
DelegateExecution execution)
Determines the event name of the
MessageEventDefinition 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 the
SignalEventDefinition that is passed:
- if a signal name is set, it has precedence
- otherwise, the signal ref is used
- unless a signalExpression is set |
void |
BreakpointJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
MessageEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
AbstractEventHandler.handleEvent(EventSubscriptionEntity eventSubscription,
Object payload,
CommandContext commandContext) |
void |
SignalEventHandler.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) |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseEventFlusher.afterSessionsFlush(CommandContext commandContext) |
void |
AbstractEventFlusher.closed(CommandContext commandContext) |
void |
DatabaseEventFlusher.closeFailure(CommandContext commandContext) |
void |
DatabaseEventFlusher.closing(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
StartFormHandler |
FormHandlerHelper.getStartFormHandler(CommandContext commandContext,
ProcessDefinition processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected HistoricActivityInstanceEntity |
AbstractHistoryJsonTransformer.createHistoricActivityInstanceEntity(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext,
HistoricActivityInstanceEntityManager historicActivityInstanceEntityManager) |
protected void |
AbstractProcessInstanceDeleteHistoryTransformer.deleteProcessInstance(String processInstanceId,
CommandContext commandContext) |
protected void |
AbstractHistoryJsonTransformer.dispatchEvent(CommandContext commandContext,
FlowableEvent event) |
protected HistoricActivityInstanceEntity |
AbstractHistoryJsonTransformer.findHistoricActivityInstance(CommandContext commandContext,
String executionId,
String activityId) |
protected HistoricActivityInstanceEntity |
AbstractHistoryJsonTransformer.findUnfinishedHistoricActivityInstance(CommandContext commandContext,
String executionId,
String activityId) |
protected HistoricActivityInstanceEntity |
AbstractHistoryJsonTransformer.getHistoricActivityInstanceFromCache(CommandContext commandContext,
String executionId,
String activityId) |
protected HistoricActivityInstanceEntity |
AbstractHistoryJsonTransformer.getUnfinishedHistoricActivityInstanceFromCache(CommandContext commandContext,
String executionId,
String activityId) |
boolean |
AbstractHistoryJsonTransformer.historicActivityInstanceExistsForData(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
AbstractHistoryJsonTransformer.historicActivityInstanceExistsForDataIncludingFinished(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
ProcessInstanceDeleteHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
HistoricDetailVariableUpdateHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
ActivityEndHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
ProcessInstanceDeleteHistoryByProcessDefinitionIdJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
VariableUpdatedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
IdentityLinkCreatedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
AbstractNeedsUnfinishedHistoricActivityHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
TaskAssigneeChangedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
VariableRemovedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
AbstractNeedsHistoricActivityHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
FormPropertiesSubmittedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
HistoricUserTaskLogDeleteJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
EntityLinkCreatedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
HistoricUserTaskLogRecordJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
ActivityFullHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
ActivityUpdateHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
IdentityLinkDeletedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
EntityLinkDeletedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
ActivityStartHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
TaskCreatedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
ProcessInstanceStartHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
AbstractNeedsTaskHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
SubProcessInstanceStartHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
VariableCreatedHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
boolean |
AbstractNeedsProcessInstanceHistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
ProcessInstanceDeleteHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
HistoricDetailVariableUpdateHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
TaskOwnerChangedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
ActivityEndHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
ProcessInstanceDeleteHistoryByProcessDefinitionIdJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
VariableUpdatedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
SetProcessDefinitionHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
IdentityLinkCreatedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
TaskAssigneeChangedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
VariableRemovedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
ProcessInstanceEndHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
FormPropertiesSubmittedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
HistoricUserTaskLogDeleteJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
EntityLinkCreatedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
HistoricUserTaskLogRecordJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
ProcessInstancePropertyChangedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
ActivityFullHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
ActivityUpdateHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
IdentityLinkDeletedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
TaskPropertyChangedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
EntityLinkDeletedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
ActivityStartHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
TaskCreatedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
ProcessInstanceStartHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
TaskEndedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
SubProcessInstanceStartHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
VariableCreatedHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
UpdateProcessDefinitionCascadeHistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingExecutionTreeCommandInvoker.executeOperation(CommandContext commandContext,
Runnable runnable) |
void |
CommandInvoker.executeOperation(CommandContext commandContext,
Runnable runnable) |
protected void |
CommandInvoker.executeOperations(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalWorkerTaskCompleteJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
ParallelMultiInstanceActivityCompletionJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
AsyncSendEventJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
BpmnHistoryCleanupJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
TimerStartEventJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
AsyncContinuationJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
ProcessInstanceMigrationJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
TimerSuspendProcessDefinitionHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
ProcessEventJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
ParallelMultiInstanceWithNoWaitStatesAsyncLeaveJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
ProcessInstanceMigrationStatusJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
AsyncTriggerJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
TimerActivateProcessDefinitionHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
TriggerTimerEventJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
void |
AsyncCompleteCallActivityJobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Batch |
ProcessInstanceMigrationManagerImpl.batchMigrateProcessInstancesOfProcessDefinition(String procDefKey,
int procDefVer,
String procDefTenantId,
ProcessInstanceMigrationDocument document,
CommandContext commandContext) |
Batch |
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) |
ProcessInstanceMigrationValidationResult |
ProcessInstanceMigrationManagerImpl.validateMigrateProcessInstance(String processInstanceId,
ProcessInstanceMigrationDocument document,
CommandContext commandContext) |
ProcessInstanceMigrationValidationResult |
ProcessInstanceMigrationManagerImpl.validateMigrateProcessInstancesOfProcessDefinition(String procDefKey,
int procDefVer,
String procDefTenantId,
ProcessInstanceMigrationDocument document,
CommandContext commandContext) |
ProcessInstanceMigrationValidationResult |
ProcessInstanceMigrationManagerImpl.validateMigrateProcessInstancesOfProcessDefinition(String processDefinitionId,
ProcessInstanceMigrationDocument document,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessDefinitionInfoCacheObject |
ProcessDefinitionInfoCache.retrieveProcessDefinitionInfoCacheObject(String processDefinitionId,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
VerifyDeploymentMergeStrategy.finalizeMerge(CommandContext commandContext,
String deploymentId,
String newTenantId) |
void |
AddAsNewDeploymentMergeStrategy.finalizeMerge(CommandContext commandContext,
String deploymentId,
String newTenantId) |
void |
MergeByDateDeploymentMergeStrategy.finalizeMerge(CommandContext commandContext,
String deploymentId,
String newTenantId) |
void |
AddAsOldDeploymentMergeStrategy.finalizeMerge(CommandContext commandContext,
String deploymentId,
String newTenantId) |
void |
VerifyDeploymentMergeStrategy.prepareMerge(CommandContext commandContext,
String deploymentId,
String newTenantId) |
void |
AddAsNewDeploymentMergeStrategy.prepareMerge(CommandContext commandContext,
String deploymentId,
String newTenantId) |
void |
MergeByDateDeploymentMergeStrategy.prepareMerge(CommandContext commandContext,
String deploymentId,
String newTenantId) |
void |
AddAsOldDeploymentMergeStrategy.prepareMerge(CommandContext commandContext,
String deploymentId,
String newTenantId) |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
BpmnAggregation.aggregateOverview(String parentExecutionId,
String targetVarName,
CommandContext commandContext)
Aggregate an overview value for the execution and variable name
|
protected Object |
ParallelMultiInstanceLoopVariableType.getValue(ValueFields valueFields,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentMergeStrategy.finalizeMerge(CommandContext commandContext,
String deploymentId,
String newTenantId) |
void |
DeploymentMergeStrategy.prepareMerge(CommandContext commandContext,
String deploymentId,
String newTenantId) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingCommandInvoker.executeOperation(CommandContext commandContext,
Runnable runnable) |
| Modifier and Type | Method and Description |
|---|---|
Session |
ProfilingDbSqlSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static DbSqlSession |
CommandContextUtil.getDbSqlSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
long |
ChannelDefinitionQueryImpl.executeCount(CommandContext commandContext) |
long |
EventDefinitionQueryImpl.executeCount(CommandContext commandContext) |
long |
EventDeploymentQueryImpl.executeCount(CommandContext commandContext) |
List<ChannelDefinition> |
ChannelDefinitionQueryImpl.executeList(CommandContext commandContext) |
List<EventDefinition> |
EventDefinitionQueryImpl.executeList(CommandContext commandContext) |
List<EventDeployment> |
EventDeploymentQueryImpl.executeList(CommandContext commandContext) |
| Constructor and Description |
|---|
ChannelDefinitionQueryImpl(CommandContext commandContext) |
EventDefinitionQueryImpl(CommandContext commandContext) |
EventDeploymentQueryImpl(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
GetEventDefinitionResourceCmd.execute(CommandContext commandContext) |
Collection<String> |
GetTableNamesCmd.execute(CommandContext commandContext) |
Void |
DeleteDeploymentCmd.execute(CommandContext commandContext) |
Void |
SetEventDefinitionCategoryCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentParentDeploymentIdCmd.execute(CommandContext commandContext) |
Void |
SetChannelDefinitionCategoryCmd.execute(CommandContext commandContext) |
Void |
SchemaOperationsEventRegistryEngineBuild.execute(CommandContext commandContext) |
Void |
SetDeploymentCategoryCmd.execute(CommandContext commandContext) |
ChannelDefinitionEntity |
GetChannelDefinitionCmd.execute(CommandContext commandContext) |
EventModel |
GetEventModelCmd.execute(CommandContext commandContext) |
EventDeployment |
DeployCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentResourceCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentTenantIdCmd.execute(CommandContext commandContext) |
List<String> |
GetDeploymentResourceNamesCmd.execute(CommandContext commandContext) |
InputStream |
GetChannelDefinitionResourceCmd.execute(CommandContext commandContext) |
ChannelModel |
GetChannelModelCmd.execute(CommandContext commandContext) |
EventDefinitionEntity |
GetEventDefinitionCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static ChannelDefinitionEntityManager |
CommandContextUtil.getChannelDefinitionEntityManager(CommandContext commandContext) |
static DbSqlSession |
CommandContextUtil.getDbSqlSession(CommandContext commandContext) |
static EventDeploymentEntityManager |
CommandContextUtil.getDeploymentEntityManager(CommandContext commandContext) |
static EventDefinitionEntityManager |
CommandContextUtil.getEventDefinitionEntityManager(CommandContext commandContext) |
static EventRegistryEngineConfiguration |
CommandContextUtil.getEventRegistryConfiguration(CommandContext commandContext) |
static EventResourceEntityManager |
CommandContextUtil.getResourceEntityManager(CommandContext commandContext) |
static TableDataManager |
CommandContextUtil.getTableDataManager(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
long |
EventSubscriptionQueryImpl.executeCount(CommandContext commandContext) |
List<EventSubscription> |
EventSubscriptionQueryImpl.executeList(CommandContext commandContext) |
| Constructor and Description |
|---|
EventSubscriptionQueryImpl(CommandContext commandContext,
EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static DbSqlSession |
CommandContextUtil.getDbSqlSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
long |
FormInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
FormDefinitionQueryImpl.executeCount(CommandContext commandContext) |
long |
FormDeploymentQueryImpl.executeCount(CommandContext commandContext) |
long |
NativeFormDefinitionQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeFormDeploymentQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<FormInstance> |
FormInstanceQueryImpl.executeList(CommandContext commandContext) |
List<FormDefinition> |
FormDefinitionQueryImpl.executeList(CommandContext commandContext) |
List<FormDeployment> |
FormDeploymentQueryImpl.executeList(CommandContext commandContext) |
List<FormDefinition> |
NativeFormDefinitionQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<FormDeployment> |
NativeFormDeploymentQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
| Constructor and Description |
|---|
FormDefinitionQueryImpl(CommandContext commandContext) |
FormDeploymentQueryImpl(CommandContext commandContext) |
FormInstanceQueryImpl(CommandContext commandContext) |
NativeFormDefinitionQueryImpl(CommandContext commandContext) |
NativeFormDeploymentQueryImpl(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
ResultType |
ExecuteCustomSqlCmd.execute(CommandContext commandContext) |
FormInfo |
GetFormModelWithVariablesCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentCategoryCmd.execute(CommandContext commandContext) |
Void |
SetFormDefinitionCategoryCmd.execute(CommandContext commandContext) |
Void |
DeleteFormInstancesByProcessDefinitionCmd.execute(CommandContext commandContext) |
InputStream |
GetFormDefinitionResourceCmd.execute(CommandContext commandContext) |
FormInfo |
GetFormModelCmd.execute(CommandContext commandContext) |
Void |
SchemaOperationsFormEngineBuild.execute(CommandContext commandContext) |
FormDefinitionEntity |
GetFormDefinitionCmd.execute(CommandContext commandContext) |
FormDeployment |
DeployCmd.execute(CommandContext commandContext) |
Void |
DeleteFormInstancesByFormDefinitionCmd.execute(CommandContext commandContext) |
List<String> |
GetDeploymentResourceNamesCmd.execute(CommandContext commandContext) |
Void |
DeleteFormInstanceCmd.execute(CommandContext commandContext) |
Void |
DeleteFormInstancesByScopeDefinitionCmd.execute(CommandContext commandContext) |
FormInstance |
AbstractSaveFormInstanceCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentTenantIdCmd.execute(CommandContext commandContext) |
Map<String,Object> |
GetVariablesFromFormSubmissionCmd.execute(CommandContext commandContext) |
Void |
SetDeploymentParentDeploymentIdCmd.execute(CommandContext commandContext) |
byte[] |
GetFormInstanceValuesCmd.execute(CommandContext commandContext) |
FormInstanceInfo |
AbstractGetFormInstanceModelCmd.execute(CommandContext commandContext) |
String |
GetTableNameCmd.execute(CommandContext commandContext) |
InputStream |
GetDeploymentResourceCmd.execute(CommandContext commandContext) |
Void |
DeleteDeploymentCmd.execute(CommandContext commandContext) |
protected void |
GetFormModelWithVariablesCmd.fillFormFieldValues(FormInstance formInstance,
FormInfo formInfo,
CommandContext commandContext) |
protected void |
AbstractGetFormInstanceModelCmd.fillFormFieldValues(FormInstance formInstance,
FormInstanceInfo formInstanceModel,
CommandContext commandContext) |
protected FormDefinitionCacheEntry |
GetFormModelWithVariablesCmd.resolveFormDefinition(CommandContext commandContext) |
protected FormDefinitionCacheEntry |
AbstractGetFormInstanceModelCmd.resolveFormDefinition(CommandContext commandContext) |
protected FormInstance |
AbstractGetFormInstanceModelCmd.resolveFormInstance(CommandContext commandContext) |
protected FormInstance |
GetFormModelWithVariablesCmd.resolveFormInstance(FormDefinitionCacheEntry formCacheEntry,
CommandContext commandContext) |
protected FormInstanceInfo |
AbstractGetFormInstanceModelCmd.resolveFormInstanceModel(FormDefinitionCacheEntry formCacheEntry,
FormInstance formInstance,
CommandContext commandContext) |
protected FormInfo |
GetFormModelWithVariablesCmd.resolveFormModel(FormDefinitionCacheEntry formCacheEntry,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static DbSqlSession |
CommandContextUtil.getDbSqlSession(CommandContext commandContext) |
static FormDeploymentEntityManager |
CommandContextUtil.getDeploymentEntityManager(CommandContext commandContext) |
static FormDefinitionEntityManager |
CommandContextUtil.getFormDefinitionEntityManager(CommandContext commandContext) |
static FormEngineConfiguration |
CommandContextUtil.getFormEngineConfiguration(CommandContext commandContext) |
static FormInstanceEntityManager |
CommandContextUtil.getFormInstanceEntityManager(CommandContext commandContext) |
static FormResourceEntityManager |
CommandContextUtil.getResourceEntityManager(CommandContext commandContext) |
static TableDataManager |
CommandContextUtil.getTableDataManager(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static DbSqlSession |
CommandContextUtil.getDbSqlSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Void |
SchemaOperationsIdmEngineBuild.execute(CommandContext commandContext) |
long |
PrivilegeQueryImpl.executeCount(CommandContext commandContext) |
long |
UserQueryImpl.executeCount(CommandContext commandContext) |
long |
TokenQueryImpl.executeCount(CommandContext commandContext) |
long |
GroupQueryImpl.executeCount(CommandContext commandContext) |
long |
NativeTokenQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeUserQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeGroupQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<Privilege> |
PrivilegeQueryImpl.executeList(CommandContext commandContext) |
List<User> |
UserQueryImpl.executeList(CommandContext commandContext) |
List<Token> |
TokenQueryImpl.executeList(CommandContext commandContext) |
List<Group> |
GroupQueryImpl.executeList(CommandContext commandContext) |
List<Token> |
NativeTokenQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<User> |
NativeUserQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<Group> |
NativeGroupQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
| Constructor and Description |
|---|
GroupQueryImpl(CommandContext commandContext) |
NativeGroupQueryImpl(CommandContext commandContext) |
NativeTokenQueryImpl(CommandContext commandContext) |
NativeUserQueryImpl(CommandContext commandContext) |
PrivilegeQueryImpl(CommandContext commandContext) |
TokenQueryImpl(CommandContext commandContext) |
UserQueryImpl(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
GetTableNameCmd.execute(CommandContext commandContext) |
Picture |
GetUserPictureCmd.execute(CommandContext commandContext) |
Void |
SaveUserCmd.execute(CommandContext commandContext) |
Map<String,String> |
GetPropertiesCmd.execute(CommandContext commandContext) |
PrivilegeQuery |
CreatePrivilegeQueryCmd.execute(CommandContext commandContext) |
Token |
CreateTokenCmd.execute(CommandContext commandContext) |
Object |
SetUserInfoCmd.execute(CommandContext commandContext) |
TokenQuery |
CreateTokenQueryCmd.execute(CommandContext commandContext) |
String |
DeleteUserInfoCmd.execute(CommandContext commandContext) |
Void |
DeletePrivilegeCmd.execute(CommandContext commandContext) |
List<String> |
GetUserInfoKeysCmd.execute(CommandContext commandContext) |
Void |
SaveTokenCmd.execute(CommandContext commandContext) |
Privilege |
CreatePrivilegeCmd.execute(CommandContext commandContext) |
String |
GetUserInfoCmd.execute(CommandContext commandContext) |
Void |
DeleteTokenCmd.execute(CommandContext commandContext) |
Void |
DeleteMembershipCmd.execute(CommandContext commandContext) |
List<PrivilegeMapping> |
GetPrivilegeMappingsByPrivilegeIdCmd.execute(CommandContext commandContext) |
List<User> |
GetUsersWithPrivilegeCmd.execute(CommandContext commandContext) |
List<Group> |
GetGroupsWithPrivilegeCmd.execute(CommandContext commandContext) |
Object |
SetUserPictureCmd.execute(CommandContext commandContext) |
Group |
CreateGroupCmd.execute(CommandContext commandContext) |
Boolean |
CheckPassword.execute(CommandContext commandContext) |
ResultType |
ExecuteCustomSqlCmd.execute(CommandContext commandContext) |
GroupQuery |
CreateGroupQueryCmd.execute(CommandContext commandContext) |
Void |
DeleteUserCmd.execute(CommandContext commandContext) |
UserQuery |
CreateUserQueryCmd.execute(CommandContext commandContext) |
Void |
AddPrivilegeMappingCmd.execute(CommandContext commandContext) |
Void |
DeletePrivilegeMappingCmd.execute(CommandContext commandContext) |
User |
CreateUserCmd.execute(CommandContext commandContext) |
User |
UpdateUserPasswordCmd.execute(CommandContext commandContext) |
Void |
SaveGroupCmd.execute(CommandContext commandContext) |
Object |
CreateMembershipCmd.execute(CommandContext commandContext) |
Void |
DeleteGroupCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryJobHandler.execute(HistoryJobEntity job,
String configuration,
CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration) |
void |
JobHandler.execute(JobEntity job,
String configuration,
VariableScope variableScope,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
long |
ExternalWorkerJobQueryImpl.executeCount(CommandContext commandContext) |
long |
TimerJobQueryImpl.executeCount(CommandContext commandContext) |
long |
SuspendedJobQueryImpl.executeCount(CommandContext commandContext) |
long |
DeadLetterJobQueryImpl.executeCount(CommandContext commandContext) |
long |
JobQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoryJobQueryImpl.executeCount(CommandContext commandContext) |
List<ExternalWorkerJob> |
ExternalWorkerJobQueryImpl.executeList(CommandContext commandContext) |
List<Job> |
TimerJobQueryImpl.executeList(CommandContext commandContext) |
List<Job> |
SuspendedJobQueryImpl.executeList(CommandContext commandContext) |
List<Job> |
DeadLetterJobQueryImpl.executeList(CommandContext commandContext) |
List<Job> |
JobQueryImpl.executeList(CommandContext commandContext) |
List<HistoryJob> |
HistoryJobQueryImpl.executeList(CommandContext commandContext) |
| Constructor and Description |
|---|
DeadLetterJobQueryImpl(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) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
DefaultJobManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
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 |
ResetExpiredJobsCmd.execute(CommandContext commandContext) |
void |
AsyncJobAddedNotification.execute(CommandContext commandContext) |
List<? extends JobInfoEntity> |
FindExpiredJobsCmd.execute(CommandContext commandContext) |
void |
JobAddedTransactionListener.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Job |
MoveSuspendedJobToExecutableJobCmd.execute(CommandContext commandContext) |
JobEntity |
MoveTimerToExecutableJobCmd.execute(CommandContext commandContext) |
Void |
MoveTimerJobsToExecutableJobsCmd.execute(CommandContext commandContext) |
Void |
UnlockTimerJobsCmd.execute(CommandContext commandContext) |
List<TimerJobEntity> |
AcquireTimerJobsCmd.execute(CommandContext commandContext) |
Job |
GetJobByCorrelationIdCmd.execute(CommandContext commandContext) |
Object |
ExecuteAsyncJobCmd.execute(CommandContext commandContext) |
Void |
SetTimerJobRetriesCmd.execute(CommandContext commandContext) |
Object |
UnlockExclusiveJobCmd.execute(CommandContext commandContext) |
Void |
SetJobRetriesCmd.execute(CommandContext commandContext) |
Void |
ExecuteHistoryJobCmd.execute(CommandContext commandContext) |
String |
GetHistoryJobAdvancedConfigurationCmd.execute(CommandContext commandContext) |
Object |
DeleteTimerJobCmd.execute(CommandContext commandContext) |
Object |
DeleteHistoryJobCmd.execute(CommandContext commandContext) |
Object |
DeleteSuspendedJobCmd.execute(CommandContext commandContext) |
List<AcquiredExternalWorkerJob> |
AcquireExternalWorkerJobsCmd.execute(CommandContext commandContext) |
Void |
CancelJobsCmd.execute(CommandContext commandContext) |
Void |
BulkMoveTimerJobsToExecutableJobsCmd.execute(CommandContext commandContext) |
Object |
DeleteDeadLetterJobCmd.execute(CommandContext commandContext) |
Void |
UnacquireOwnedJobsCmd.execute(CommandContext commandContext) |
Object |
LockExclusiveJobCmd.execute(CommandContext commandContext) |
Void |
AbstractExternalWorkerJobCmd.execute(CommandContext commandContext) |
List<? extends JobInfoEntity> |
AcquireJobsWithGlobalAcquireLockCmd.execute(CommandContext commandContext) |
HistoryJob |
MoveDeadLetterJobToHistoryJobCmd.execute(CommandContext commandContext) |
Void |
DeleteExternalWorkerJobCmd.execute(CommandContext commandContext) |
DeadLetterJobEntity |
MoveJobToDeadLetterJobCmd.execute(CommandContext commandContext) |
Object |
DeleteJobCmd.execute(CommandContext commandContext) |
String |
GetJobExceptionStacktraceCmd.execute(CommandContext commandContext) |
List<? extends JobInfoEntity> |
AcquireJobsCmd.execute(CommandContext commandContext) |
List<TimerJobEntity> |
AcquireTimerJobsWithGlobalAcquireLockCmd.execute(CommandContext commandContext) |
Object |
ExecuteAsyncRunnableJobCmd.execute(CommandContext commandContext) |
Object |
ExecuteJobCmd.execute(CommandContext commandContext) |
Job |
MoveDeadLetterJobToExecutableJobCmd.execute(CommandContext commandContext) |
protected TimerJobEntity |
DeleteTimerJobCmd.getJobToDelete(CommandContext commandContext) |
protected HistoryJobEntity |
DeleteHistoryJobCmd.getJobToDelete(CommandContext commandContext) |
protected SuspendedJobEntity |
DeleteSuspendedJobCmd.getJobToDelete(CommandContext commandContext) |
protected DeadLetterJobEntity |
DeleteDeadLetterJobCmd.getJobToDelete(CommandContext commandContext) |
protected JobEntity |
DeleteJobCmd.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 void |
ExternalWorkerJobFailCmd.runJobLogic(ExternalWorkerJobEntity externalWorkerJob,
CommandContext commandContext) |
protected abstract void |
AbstractExternalWorkerJobCmd.runJobLogic(ExternalWorkerJobEntity externalWorkerJob,
CommandContext commandContext) |
protected void |
DeleteTimerJobCmd.sendCancelEvent(CommandContext commandContext,
TimerJobEntity jobToDelete) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
AsyncHistorySession.commandContext |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultAsyncHistoryJobProducer.addJsonToJob(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration,
HistoryJobEntity jobEntity,
com.fasterxml.jackson.databind.JsonNode rootObjectNode,
boolean applyCompression) |
void |
AsyncHistorySessionCommandContextCloseListener.afterSessionsFlush(CommandContext commandContext) |
void |
AsyncHistorySessionCommandContextCloseListener.closed(CommandContext commandContext) |
void |
AsyncHistorySessionCommandContextCloseListener.closeFailure(CommandContext commandContext) |
void |
AsyncHistorySessionCommandContextCloseListener.closing(CommandContext commandContext) |
protected HistoryJobEntity |
DefaultAsyncHistoryJobProducer.createJob(CommandContext commandContext,
AsyncHistorySession asyncHistorySession,
JobServiceConfiguration jobServiceConfiguration,
String jobType) |
protected List<HistoryJobEntity> |
DefaultAsyncHistoryJobProducer.createJobsWithHistoricalData(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration,
List<com.fasterxml.jackson.databind.node.ObjectNode> historyObjectNodes) |
void |
TriggerAsyncHistoryExecutorTransactionListener.execute(CommandContext commandContext) |
void |
AsyncHistoryCommittedTransactionListener.execute(CommandContext commandContext) |
void |
AbstractAsyncHistoryJobHandler.execute(HistoryJobEntity job,
String configuration,
CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration) |
protected void |
AsyncHistoryJobHandler.executeHistoryTransformers(CommandContext commandContext,
HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalJsonData,
List<HistoryJsonTransformer> transformers) |
protected void |
AsyncHistoryJobHandler.handleNoMatchingHistoryTransformer(CommandContext commandContext,
HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
String type) |
Session |
AsyncHistorySessionFactory.openSession(CommandContext commandContext) |
protected void |
DefaultAsyncHistoryJobProducer.processHistoryJobEntities(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration,
List<com.fasterxml.jackson.databind.node.ObjectNode> historyObjectNodes,
List<HistoryJobEntity> historyJobEntities) |
protected abstract void |
AbstractAsyncHistoryJobHandler.processHistoryJson(CommandContext commandContext,
HistoryJobEntity job,
com.fasterxml.jackson.databind.JsonNode historyNode) |
protected void |
AsyncHistoryJobHandler.processHistoryJson(CommandContext commandContext,
HistoryJobEntity job,
com.fasterxml.jackson.databind.JsonNode historyNode) |
protected void |
DefaultAsyncHistoryJobProducer.scheduleJobs(CommandContext commandContext,
JobServiceConfiguration jobServiceConfiguration,
List<HistoryJobEntity> historyJobEntities) |
| Constructor and Description |
|---|
AsyncHistorySession(CommandContext commandContext,
AsyncHistoryListener asyncHistoryJobListener) |
AsyncHistorySession(CommandContext commandContext,
AsyncHistoryListener asyncHistoryJobListener,
List<String> jobDataTypes) |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.JsonNode |
AsyncHistoryJobMessageReceiver.getHistoryJobData(CommandContext commandContext,
HistoryJobEntity job) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HistoryJsonTransformer.isApplicable(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
void |
HistoryJsonTransformer.transformJson(HistoryJobEntity job,
com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static DbSqlSession |
CommandContextUtil.getDbSqlSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
long |
LDAPUserQueryImpl.executeCount(CommandContext commandContext) |
long |
LDAPGroupQueryImpl.executeCount(CommandContext commandContext) |
List<User> |
LDAPUserQueryImpl.executeList(CommandContext commandContext) |
List<Group> |
LDAPGroupQueryImpl.executeList(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Session |
SpringEntityManagerSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HistoricTaskInstanceQueryImpl.addCachedVariableForQueryById(CommandContext commandContext,
List<HistoricTaskInstance> results,
boolean local) |
protected void |
TaskQueryImpl.addCachedVariableForQueryById(CommandContext commandContext,
List<Task> results,
boolean local) |
Void |
HistoricTaskLogEntryBuilderImpl.execute(CommandContext commandContext) |
long |
HistoricTaskLogEntryQueryImpl.executeCount(CommandContext commandContext) |
long |
TaskQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricTaskInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
NativeTaskQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoricTaskInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
long |
NativeHistoricTaskLogEntryQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<HistoricTaskLogEntry> |
HistoricTaskLogEntryQueryImpl.executeList(CommandContext commandContext) |
List<Task> |
TaskQueryImpl.executeList(CommandContext commandContext) |
List<HistoricTaskInstance> |
HistoricTaskInstanceQueryImpl.executeList(CommandContext commandContext) |
List<Task> |
NativeTaskQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<HistoricTaskInstance> |
NativeHistoricTaskInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<HistoricTaskLogEntry> |
NativeHistoricTaskLogEntryQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
| Constructor and Description |
|---|
NativeHistoricTaskInstanceQueryImpl(CommandContext commandContext,
TaskServiceConfiguration taskServiceConfiguration) |
NativeHistoricTaskLogEntryQueryImpl(CommandContext commandContext,
TaskServiceConfiguration taskServiceConfiguration) |
NativeTaskQueryImpl(CommandContext commandContext,
TaskServiceConfiguration taskServiceConfiguration) |
TaskQueryImpl(CommandContext commandContext,
TaskServiceConfiguration taskServiceConfiguration,
VariableServiceConfiguration variableServiceConfiguration,
IdmIdentityService idmIdentityService) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static DbSqlSession |
CommandContextUtil.getDbSqlSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
long |
KeycloakUserQueryImpl.executeCount(CommandContext commandContext) |
long |
KeycloakGroupQueryImpl.executeCount(CommandContext commandContext) |
List<User> |
KeycloakUserQueryImpl.executeList(CommandContext commandContext) |
List<Group> |
KeycloakGroupQueryImpl.executeList(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
AbstractVariableQueryImpl.executeCount(CommandContext commandContext) |
long |
HistoricVariableInstanceQueryImpl.executeCount(CommandContext commandContext) |
long |
NativeHistoricVariableInstanceQueryImpl.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
abstract List<U> |
AbstractVariableQueryImpl.executeList(CommandContext commandContext) |
List<HistoricVariableInstance> |
HistoricVariableInstanceQueryImpl.executeList(CommandContext commandContext) |
List<HistoricVariableInstance> |
NativeHistoricVariableInstanceQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
| Constructor and Description |
|---|
AbstractVariableQueryImpl(CommandContext commandContext,
VariableServiceConfiguration variableServiceConfiguration) |
HistoricVariableInstanceQueryImpl(CommandContext commandContext,
VariableServiceConfiguration variableServiceConfiguration) |
NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext,
VariableServiceConfiguration variableServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
TraceableVariablesCommandContextCloseListener.afterSessionsFlush(CommandContext commandContext) |
void |
TraceableVariablesCommandContextCloseListener.closed(CommandContext commandContext) |
void |
TraceableVariablesCommandContextCloseListener.closeFailure(CommandContext commandContext) |
void |
TraceableVariablesCommandContextCloseListener.closing(CommandContext commandContext) |
Session |
EntityManagerSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextUtil.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static DbSqlSession |
CommandContextUtil.getDbSqlSession(CommandContext commandContext) |
Copyright © 2023 Flowable. All rights reserved.