Uses of Class
org.camunda.bpm.engine.impl.migration.instance.MigratingScopeInstanceBranch

Packages that use MigratingScopeInstanceBranch
org.camunda.bpm.engine.impl.migration.instance   
 

Uses of MigratingScopeInstanceBranch in org.camunda.bpm.engine.impl.migration.instance
 

Fields in org.camunda.bpm.engine.impl.migration.instance declared as MigratingScopeInstanceBranch
protected  MigratingScopeInstanceBranch MigratingProcessElementInstanceTopDownWalker.MigrationContext.scopeInstanceBranch
           
 

Methods in org.camunda.bpm.engine.impl.migration.instance that return MigratingScopeInstanceBranch
 MigratingScopeInstanceBranch MigratingScopeInstanceBranch.copy()
           
 MigratingScopeInstanceBranch MigratingProcessElementInstanceTopDownWalker.MigrationContext.getScopeInstanceBranch()
           
 

Methods in org.camunda.bpm.engine.impl.migration.instance with parameters of type MigratingScopeInstanceBranch
protected  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 given MigratingScopeInstanceBranch (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 MigratingScopeInstanceBranch
MigratingProcessElementInstanceTopDownWalker.MigrationContext(MigratingProcessElementInstance processElementInstance, MigratingScopeInstanceBranch scopeInstanceBranch)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.