Uses of Class
org.camunda.bpm.engine.impl.migration.instance.MigratingEventScopeInstance
Package
Description
-
Uses of MigratingEventScopeInstance in org.camunda.bpm.engine.impl.migration
Modifier and TypeMethodDescriptionprotected void
MigrateProcessInstanceCmd.validateEventScopeInstance
(MigratingEventScopeInstance eventScopeInstance, MigratingProcessInstance migratingProcessInstance, List<MigratingCompensationInstanceValidator> migratingTransitionInstanceValidators, MigratingActivityInstanceValidationReportImpl instanceReport) -
Uses of MigratingEventScopeInstance in org.camunda.bpm.engine.impl.migration.instance
Modifier and TypeFieldDescriptionprotected Set<MigratingEventScopeInstance>
MigratingActivityInstance.childCompensationInstances
protected Set<MigratingEventScopeInstance>
MigratingEventScopeInstance.childInstances
protected List<MigratingEventScopeInstance>
MigratingProcessInstance.migratingEventScopeInstances
Modifier and TypeMethodDescriptionMigratingProcessInstance.addEventScopeInstance
(MigrationInstruction migrationInstruction, ExecutionEntity eventScopeExecution, ScopeImpl sourceScope, ScopeImpl targetScope, MigrationInstruction eventSubscriptionInstruction, EventSubscriptionEntity eventSubscription, ScopeImpl eventSubscriptionSourceScope, ScopeImpl eventSubscriptionTargetScope) Modifier and TypeMethodDescriptionMigratingActivityInstance.getChildCompensationInstances()
MigratingProcessInstance.getMigratingEventScopeInstances()
Modifier and TypeMethodDescriptionvoid
MigratingActivityInstance.addChild
(MigratingEventScopeInstance compensationInstance) void
MigratingActivityInstance.removeChild
(MigratingEventScopeInstance compensationInstance) -
Uses of MigratingEventScopeInstance in org.camunda.bpm.engine.impl.migration.instance.parser
Modifier and TypeFieldDescriptionprotected Map<String,
MigratingEventScopeInstance> MigratingInstanceParseContext.compensationInstances
Modifier and TypeMethodDescriptionprotected void
CompensationInstanceHandler.parseDependentEntities
(MigratingInstanceParseContext parseContext, MigratingEventScopeInstance migratingInstance) void
MigratingInstanceParseContext.submit
(MigratingEventScopeInstance compensationInstance) -
Uses of MigratingEventScopeInstance in org.camunda.bpm.engine.impl.migration.validation.instance
Modifier and TypeMethodDescriptionprotected boolean
NoUnmappedLeafInstanceValidator.isInvalid
(MigratingEventScopeInstance migratingInstance) void
MigratingCompensationInstanceValidator.validate
(MigratingEventScopeInstance migratingInstance, MigratingProcessInstance migratingProcessInstance, MigratingActivityInstanceValidationReportImpl ancestorInstanceReport) void
NoUnmappedCompensationStartEventValidator.validate
(MigratingEventScopeInstance migratingInstance, MigratingProcessInstance migratingProcessInstance, MigratingActivityInstanceValidationReportImpl ancestorInstanceReport) void
NoUnmappedLeafInstanceValidator.validate
(MigratingEventScopeInstance migratingInstance, MigratingProcessInstance migratingProcessInstance, MigratingActivityInstanceValidationReportImpl ancestorInstanceReport)