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 SummaryFieldsModifier and TypeFieldDescriptionprotected ScopeImplprotected MigrationInstructionprotected MigratingScopeInstanceprotected ScopeImplprotected ScopeImpl
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract voidaddMigratingDependentInstance(MigratingInstance migratingInstance) booleanmigratesTo(ScopeImpl other) abstract ExecutionEntityabstract voidsetParent(MigratingScopeInstance parentInstance) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.migration.instance.MigratingInstanceattachState, attachState, detachState, isDetached, migrateDependentEntities, migrateState
- 
Field Details- 
migrationInstruction
- 
sourceScope
- 
targetScope
- 
currentScope
- 
parentInstance
 
- 
- 
Constructor Details- 
MigratingProcessElementInstancepublic MigratingProcessElementInstance()
 
- 
- 
Method Details- 
getSourceScope
- 
getTargetScope
- 
getCurrentScope
- 
getMigrationInstruction
- 
getParent
- 
migratesTo
- 
setParent
- 
addMigratingDependentInstance
- 
resolveRepresentativeExecution
- 
getClosestAncestorActivityInstance
 
-