Class MigratingProcessElementInstance
java.lang.Object
org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
- All Implemented Interfaces:
MigratingInstance
- Direct Known Subclasses:
MigratingCompensationEventSubscriptionInstance
,MigratingScopeInstance
,MigratingTransitionInstance
- Author:
- Thorben Lindhauer
-
Field Summary
Modifier and TypeFieldDescriptionprotected ScopeImpl
protected MigrationInstruction
protected MigratingScopeInstance
protected ScopeImpl
protected ScopeImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
addMigratingDependentInstance
(MigratingInstance migratingInstance) boolean
migratesTo
(ScopeImpl other) abstract ExecutionEntity
abstract void
setParent
(MigratingScopeInstance parentInstance) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.migration.instance.MigratingInstance
attachState, attachState, detachState, isDetached, migrateDependentEntities, migrateState
-
Field Details
-
migrationInstruction
-
sourceScope
-
targetScope
-
currentScope
-
parentInstance
-
-
Constructor Details
-
MigratingProcessElementInstance
public MigratingProcessElementInstance()
-
-
Method Details
-
getSourceScope
-
getTargetScope
-
getCurrentScope
-
getMigrationInstruction
-
getParent
-
migratesTo
-
setParent
-
addMigratingDependentInstance
-
resolveRepresentativeExecution
-
getClosestAncestorActivityInstance
-