Uses of Class
org.camunda.bpm.engine.impl.migration.instance.MigratingScopeInstanceBranch
-
Uses of MigratingScopeInstanceBranch in org.camunda.bpm.engine.impl.migration.instance
Modifier and TypeFieldDescriptionprotected MigratingScopeInstanceBranch
MigratingProcessElementInstanceTopDownWalker.MigrationContext.scopeInstanceBranch
Modifier and TypeMethodDescriptionMigratingScopeInstanceBranch.copy()
MigratingProcessElementInstanceTopDownWalker.MigrationContext.getScopeInstanceBranch()
Modifier and TypeMethodDescriptionMigratingProcessElementInstanceVisitor.collectNonExistingFlowScopes
(ScopeImpl scope, MigratingScopeInstanceBranch migratingExecutionBranch) Returns a list of flow scopes from the given scope until a scope is reached that is already present in the givenMigratingScopeInstanceBranch
(exclusive).protected void
MigratingActivityInstanceVisitor.instantiateScopes
(MigratingScopeInstance ancestorScopeInstance, MigratingScopeInstanceBranch executionBranch, List<ScopeImpl> scopesToInstantiate) protected abstract void
MigratingProcessElementInstanceVisitor.instantiateScopes
(MigratingScopeInstance ancestorScopeInstance, MigratingScopeInstanceBranch executionBranch, List<ScopeImpl> scopesToInstantiate) protected void
MigrationCompensationInstanceVisitor.instantiateScopes
(MigratingScopeInstance ancestorScopeInstance, MigratingScopeInstanceBranch executionBranch, List<ScopeImpl> scopesToInstantiate) protected void
MigratingProcessElementInstanceVisitor.migrateProcessElementInstance
(MigratingProcessElementInstance migratingInstance, MigratingScopeInstanceBranch migratingInstanceBranch) ModifierConstructorDescriptionMigrationContext
(MigratingProcessElementInstance processElementInstance, MigratingScopeInstanceBranch scopeInstanceBranch)