Uses of Class
org.camunda.bpm.engine.impl.migration.instance.MigratingEventScopeInstance
Packages that use MigratingEventScopeInstance
Package
Description
-
Uses of MigratingEventScopeInstance in org.camunda.bpm.engine.impl.migration
Methods in org.camunda.bpm.engine.impl.migration with parameters of type MigratingEventScopeInstanceModifier 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
Fields in org.camunda.bpm.engine.impl.migration.instance with type parameters of type MigratingEventScopeInstanceModifier and TypeFieldDescriptionprotected Set<MigratingEventScopeInstance>
MigratingActivityInstance.childCompensationInstances
protected Set<MigratingEventScopeInstance>
MigratingEventScopeInstance.childInstances
protected List<MigratingEventScopeInstance>
MigratingProcessInstance.migratingEventScopeInstances
Methods in org.camunda.bpm.engine.impl.migration.instance that return MigratingEventScopeInstanceModifier and TypeMethodDescriptionMigratingProcessInstance.addEventScopeInstance
(MigrationInstruction migrationInstruction, ExecutionEntity eventScopeExecution, ScopeImpl sourceScope, ScopeImpl targetScope, MigrationInstruction eventSubscriptionInstruction, EventSubscriptionEntity eventSubscription, ScopeImpl eventSubscriptionSourceScope, ScopeImpl eventSubscriptionTargetScope) Methods in org.camunda.bpm.engine.impl.migration.instance that return types with arguments of type MigratingEventScopeInstanceModifier and TypeMethodDescriptionMigratingActivityInstance.getChildCompensationInstances()
MigratingProcessInstance.getMigratingEventScopeInstances()
Methods in org.camunda.bpm.engine.impl.migration.instance with parameters of type MigratingEventScopeInstanceModifier and TypeMethodDescriptionvoid
MigratingActivityInstance.addChild
(MigratingEventScopeInstance compensationInstance) void
MigratingActivityInstance.removeChild
(MigratingEventScopeInstance compensationInstance) -
Uses of MigratingEventScopeInstance in org.camunda.bpm.engine.impl.migration.instance.parser
Fields in org.camunda.bpm.engine.impl.migration.instance.parser with type parameters of type MigratingEventScopeInstanceModifier and TypeFieldDescriptionprotected Map<String,
MigratingEventScopeInstance> MigratingInstanceParseContext.compensationInstances
Methods in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type MigratingEventScopeInstanceModifier 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
Methods in org.camunda.bpm.engine.impl.migration.validation.instance with parameters of type MigratingEventScopeInstanceModifier 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)