Class MigratingProcessElementInstance
- java.lang.Object
- 
- org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
 
- 
- All Implemented Interfaces:
- MigratingInstance
 - Direct Known Subclasses:
- MigratingCompensationEventSubscriptionInstance,- MigratingScopeInstance,- MigratingTransitionInstance
 
 public abstract class MigratingProcessElementInstance extends java.lang.Object implements MigratingInstance - Author:
- Thorben Lindhauer
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected ScopeImplcurrentScopeprotected MigrationInstructionmigrationInstructionprotected MigratingScopeInstanceparentInstanceprotected ScopeImplsourceScopeprotected ScopeImpltargetScope
 - 
Constructor SummaryConstructors Constructor Description MigratingProcessElementInstance()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidaddMigratingDependentInstance(MigratingInstance migratingInstance)MigratingActivityInstancegetClosestAncestorActivityInstance()ScopeImplgetCurrentScope()MigrationInstructiongetMigrationInstruction()MigratingScopeInstancegetParent()ScopeImplgetSourceScope()ScopeImplgetTargetScope()booleanmigratesTo(ScopeImpl other)abstract ExecutionEntityresolveRepresentativeExecution()abstract voidsetParent(MigratingScopeInstance parentInstance)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.migration.instance.MigratingInstanceattachState, attachState, detachState, isDetached, migrateDependentEntities, migrateState
 
- 
 
- 
- 
- 
Field Detail- 
migrationInstructionprotected MigrationInstruction migrationInstruction 
 - 
sourceScopeprotected ScopeImpl sourceScope 
 - 
targetScopeprotected ScopeImpl targetScope 
 - 
currentScopeprotected ScopeImpl currentScope 
 - 
parentInstanceprotected MigratingScopeInstance parentInstance 
 
- 
 - 
Method Detail- 
getSourceScopepublic ScopeImpl getSourceScope() 
 - 
getTargetScopepublic ScopeImpl getTargetScope() 
 - 
getCurrentScopepublic ScopeImpl getCurrentScope() 
 - 
getMigrationInstructionpublic MigrationInstruction getMigrationInstruction() 
 - 
getParentpublic MigratingScopeInstance getParent() 
 - 
migratesTopublic boolean migratesTo(ScopeImpl other) 
 - 
setParentpublic abstract void setParent(MigratingScopeInstance parentInstance) 
 - 
addMigratingDependentInstancepublic abstract void addMigratingDependentInstance(MigratingInstance migratingInstance) 
 - 
resolveRepresentativeExecutionpublic abstract ExecutionEntity resolveRepresentativeExecution() 
 - 
getClosestAncestorActivityInstancepublic MigratingActivityInstance getClosestAncestorActivityInstance() 
 
- 
 
-