org.camunda.bpm.engine.impl.migration.instance
Class MigratingExecutionBranch
java.lang.Object
org.camunda.bpm.engine.impl.migration.instance.MigratingExecutionBranch
public class MigratingExecutionBranch
- extends Object
Keeps track of executions created in a branch of the execution tree from the process instance downwards
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scopeExecutions
protected Map<ScopeImpl,ExecutionEntity> scopeExecutions
MigratingExecutionBranch
public MigratingExecutionBranch()
MigratingExecutionBranch
protected MigratingExecutionBranch(Map<ScopeImpl,ExecutionEntity> createdScopeExecutions)
copy
public MigratingExecutionBranch copy()
getExecution
public ExecutionEntity getExecution(ScopeImpl scope)
hasExecution
public boolean hasExecution(ScopeImpl scope)
registerExecution
public void registerExecution(ScopeImpl scope,
ExecutionEntity execution)
visited
public void visited(MigratingActivityInstance activityInstance)
Copyright © 2016 camunda services GmbH. All rights reserved.