Uses of Class
org.camunda.bpm.engine.impl.migration.instance.MigratingEventScopeInstance
-
-
Uses of MigratingEventScopeInstance in org.camunda.bpm.engine.impl.migration
Methods in org.camunda.bpm.engine.impl.migration with parameters of type MigratingEventScopeInstance Modifier and Type Method Description protected 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 MigratingEventScopeInstance Modifier and Type Field Description protected 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 MigratingEventScopeInstance Modifier and Type Method Description MigratingEventScopeInstance
MigratingProcessInstance. 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 MigratingEventScopeInstance Modifier and Type Method Description Set<MigratingEventScopeInstance>
MigratingActivityInstance. getChildCompensationInstances()
Collection<MigratingEventScopeInstance>
MigratingProcessInstance. getMigratingEventScopeInstances()
Methods in org.camunda.bpm.engine.impl.migration.instance with parameters of type MigratingEventScopeInstance Modifier and Type Method Description void
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 MigratingEventScopeInstance Modifier and Type Field Description protected Map<String,MigratingEventScopeInstance>
MigratingInstanceParseContext. compensationInstances
Methods in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type MigratingEventScopeInstance Modifier and Type Method Description protected 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 MigratingEventScopeInstance Modifier and Type Method Description protected 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)
-