Class MigratingScopeInstanceBranch
java.lang.Object
org.camunda.bpm.engine.impl.migration.instance.MigratingScopeInstanceBranch
Keeps track of scope instances (activity instances; event scope instances) created in a branch
of the activity/event scope tree from the process instance downwards
- Author:
- Thorben Lindhauer
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
MigratingScopeInstanceBranch
(Map<ScopeImpl, MigratingScopeInstance> scopeInstances) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
getInstance
(ScopeImpl scope) boolean
hasInstance
(ScopeImpl scope) void
visited
(MigratingScopeInstance scopeInstance)
-
Field Details
-
scopeInstances
-
-
Constructor Details
-
MigratingScopeInstanceBranch
public MigratingScopeInstanceBranch() -
MigratingScopeInstanceBranch
-
-
Method Details
-
copy
-
getInstance
-
hasInstance
-
visited
-