Uses of Class
org.camunda.bpm.engine.impl.migration.instance.MigratingScopeInstanceBranch
- 
Packages that use MigratingScopeInstanceBranch Package Description org.camunda.bpm.engine.impl.migration.instance 
- 
- 
Uses of MigratingScopeInstanceBranch in org.camunda.bpm.engine.impl.migration.instanceFields in org.camunda.bpm.engine.impl.migration.instance declared as MigratingScopeInstanceBranch Modifier and Type Field Description protected MigratingScopeInstanceBranchMigratingProcessElementInstanceTopDownWalker.MigrationContext. scopeInstanceBranchMethods in org.camunda.bpm.engine.impl.migration.instance that return MigratingScopeInstanceBranch Modifier and Type Method Description MigratingScopeInstanceBranchMigratingScopeInstanceBranch. copy()MigratingScopeInstanceBranchMigratingProcessElementInstanceTopDownWalker.MigrationContext. getScopeInstanceBranch()Methods in org.camunda.bpm.engine.impl.migration.instance with parameters of type MigratingScopeInstanceBranch Modifier and Type Method Description protected java.util.List<ScopeImpl>MigratingProcessElementInstanceVisitor. 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 voidMigratingActivityInstanceVisitor. instantiateScopes(MigratingScopeInstance ancestorScopeInstance, MigratingScopeInstanceBranch executionBranch, java.util.List<ScopeImpl> scopesToInstantiate)protected abstract voidMigratingProcessElementInstanceVisitor. instantiateScopes(MigratingScopeInstance ancestorScopeInstance, MigratingScopeInstanceBranch executionBranch, java.util.List<ScopeImpl> scopesToInstantiate)protected voidMigrationCompensationInstanceVisitor. instantiateScopes(MigratingScopeInstance ancestorScopeInstance, MigratingScopeInstanceBranch executionBranch, java.util.List<ScopeImpl> scopesToInstantiate)protected voidMigratingProcessElementInstanceVisitor. migrateProcessElementInstance(MigratingProcessElementInstance migratingInstance, MigratingScopeInstanceBranch migratingInstanceBranch)Constructors in org.camunda.bpm.engine.impl.migration.instance with parameters of type MigratingScopeInstanceBranch Constructor Description MigrationContext(MigratingProcessElementInstance processElementInstance, MigratingScopeInstanceBranch scopeInstanceBranch)
 
-