public interface MigratingInstance
| Modifier and Type | Method and Description | 
|---|---|
void | 
attachState(MigratingScopeInstance targetActivityInstance)
Restore this instance's state as a subordinate to the given activity instance
 (e.g. 
 | 
void | 
attachState(MigratingTransitionInstance targetTransitionInstance)
Restore this instance's state as a subordinate to the given transition instance
 (e.g. 
 | 
void | 
detachState()
Detach this instance's state from its owning instance and the execution tree 
 | 
boolean | 
isDetached()  | 
void | 
migrateDependentEntities()
Migrate instances that are aggregated by this instance
 (e.g. 
 | 
void | 
migrateState()
Migrate state from the source process definition
 to the target process definition. 
 | 
boolean isDetached()
void detachState()
void attachState(MigratingScopeInstance targetActivityInstance)
void attachState(MigratingTransitionInstance targetTransitionInstance)
void migrateState()
void migrateDependentEntities()
Copyright © 2019. All rights reserved.