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.instance
Fields in org.camunda.bpm.engine.impl.migration.instance declared as MigratingScopeInstanceBranch Modifier and Type Field Description protected MigratingScopeInstanceBranch
MigratingProcessElementInstanceTopDownWalker.MigrationContext. scopeInstanceBranch
Methods in org.camunda.bpm.engine.impl.migration.instance that return MigratingScopeInstanceBranch Modifier and Type Method Description MigratingScopeInstanceBranch
MigratingScopeInstanceBranch. copy()
MigratingScopeInstanceBranch
MigratingProcessElementInstanceTopDownWalker.MigrationContext. getScopeInstanceBranch()
Methods in org.camunda.bpm.engine.impl.migration.instance with parameters of type MigratingScopeInstanceBranch Modifier and Type Method Description 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 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 MigratingScopeInstanceBranch Constructor Description MigrationContext(MigratingProcessElementInstance processElementInstance, MigratingScopeInstanceBranch scopeInstanceBranch)
-