Uses of Class
org.camunda.bpm.engine.impl.migration.instance.MigratingScopeInstanceBranch
Packages that use MigratingScopeInstanceBranch
-
Uses of MigratingScopeInstanceBranch in org.camunda.bpm.engine.impl.migration.instance
Fields in org.camunda.bpm.engine.impl.migration.instance declared as MigratingScopeInstanceBranchModifier and TypeFieldDescriptionprotected MigratingScopeInstanceBranch
MigratingProcessElementInstanceTopDownWalker.MigrationContext.scopeInstanceBranch
Methods in org.camunda.bpm.engine.impl.migration.instance that return MigratingScopeInstanceBranchModifier and TypeMethodDescriptionMigratingScopeInstanceBranch.copy()
MigratingProcessElementInstanceTopDownWalker.MigrationContext.getScopeInstanceBranch()
Methods in org.camunda.bpm.engine.impl.migration.instance with parameters of type MigratingScopeInstanceBranchModifier 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) Constructors in org.camunda.bpm.engine.impl.migration.instance with parameters of type MigratingScopeInstanceBranchModifierConstructorDescriptionMigrationContext
(MigratingProcessElementInstance processElementInstance, MigratingScopeInstanceBranch scopeInstanceBranch)