|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MigratingExecutionBranch | |
|---|---|
| org.camunda.bpm.engine.impl.migration | |
| org.camunda.bpm.engine.impl.migration.instance | |
| Uses of MigratingExecutionBranch in org.camunda.bpm.engine.impl.migration |
|---|
| Methods in org.camunda.bpm.engine.impl.migration with parameters of type MigratingExecutionBranch | |
|---|---|
protected List<ScopeImpl> |
MigrateProcessInstanceCmd.collectNonExistingFlowScopes(ScopeImpl scope,
MigratingExecutionBranch migratingExecutionBranch)
Returns a list of flow scopes from the given scope until a scope is reached that is already present in the given MigratingExecutionBranch (exclusive). |
protected void |
MigrateProcessInstanceCmd.instantiateScopes(ExecutionEntity ancestorScopeExecution,
MigratingExecutionBranch executionBranch,
List<ScopeImpl> scopesToInstantiate)
Creates scope executions for the given list of scopes; Registers these executions with the migrating execution branch; |
protected void |
MigrateProcessInstanceCmd.migrateActivityInstance(MigratingProcessInstance migratingProcessInstance,
MigratingExecutionBranch migratingExecutionBranch,
MigratingActivityInstance migratingActivityInstance)
|
| Uses of MigratingExecutionBranch in org.camunda.bpm.engine.impl.migration.instance |
|---|
| Methods in org.camunda.bpm.engine.impl.migration.instance that return MigratingExecutionBranch | |
|---|---|
MigratingExecutionBranch |
MigratingExecutionBranch.copy()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||