Modifier and Type | Method and Description |
---|---|
protected void |
MigrateProcessInstanceCmd.validateEventScopeInstance(MigratingEventScopeInstance eventScopeInstance,
MigratingProcessInstance migratingProcessInstance,
List<MigratingCompensationInstanceValidator> migratingTransitionInstanceValidators,
MigratingActivityInstanceValidationReportImpl instanceReport) |
Modifier and Type | Field and Description |
---|---|
protected Set<MigratingEventScopeInstance> |
MigratingActivityInstance.childCompensationInstances |
protected Set<MigratingEventScopeInstance> |
MigratingEventScopeInstance.childInstances |
protected List<MigratingEventScopeInstance> |
MigratingProcessInstance.migratingEventScopeInstances |
Modifier and Type | Method and Description |
---|---|
MigratingEventScopeInstance |
MigratingProcessInstance.addEventScopeInstance(MigrationInstruction migrationInstruction,
ExecutionEntity eventScopeExecution,
ScopeImpl sourceScope,
ScopeImpl targetScope,
MigrationInstruction eventSubscriptionInstruction,
EventSubscriptionEntity eventSubscription,
ScopeImpl eventSubscriptionSourceScope,
ScopeImpl eventSubscriptionTargetScope) |
Modifier and Type | Method and Description |
---|---|
Set<MigratingEventScopeInstance> |
MigratingActivityInstance.getChildCompensationInstances() |
Collection<MigratingEventScopeInstance> |
MigratingProcessInstance.getMigratingEventScopeInstances() |
Modifier and Type | Method and Description |
---|---|
void |
MigratingActivityInstance.addChild(MigratingEventScopeInstance compensationInstance) |
void |
MigratingActivityInstance.removeChild(MigratingEventScopeInstance compensationInstance) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,MigratingEventScopeInstance> |
MigratingInstanceParseContext.compensationInstances |
Modifier and Type | Method and Description |
---|---|
protected void |
CompensationInstanceHandler.parseDependentEntities(MigratingInstanceParseContext parseContext,
MigratingEventScopeInstance migratingInstance) |
void |
MigratingInstanceParseContext.submit(MigratingEventScopeInstance compensationInstance) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
NoUnmappedLeafInstanceValidator.isInvalid(MigratingEventScopeInstance migratingInstance) |
void |
NoUnmappedCompensationStartEventValidator.validate(MigratingEventScopeInstance migratingInstance,
MigratingProcessInstance migratingProcessInstance,
MigratingActivityInstanceValidationReportImpl ancestorInstanceReport) |
void |
NoUnmappedLeafInstanceValidator.validate(MigratingEventScopeInstance migratingInstance,
MigratingProcessInstance migratingProcessInstance,
MigratingActivityInstanceValidationReportImpl ancestorInstanceReport) |
void |
MigratingCompensationInstanceValidator.validate(MigratingEventScopeInstance migratingInstance,
MigratingProcessInstance migratingProcessInstance,
MigratingActivityInstanceValidationReportImpl ancestorInstanceReport) |
Copyright © 2022. All rights reserved.