public class MigratingVariableInstance extends Object implements MigratingInstance
Modifier and Type | Field and Description |
---|---|
protected boolean |
isConcurrentLocalInParentScope |
protected VariableInstanceEntity |
variable |
Constructor and Description |
---|
MigratingVariableInstance(VariableInstanceEntity variable,
boolean isConcurrentLocalInParentScope) |
Modifier and Type | Method and Description |
---|---|
void |
attachState(MigratingScopeInstance owningActivityInstance)
Restore this instance's state as a subordinate to the given activity instance
(e.g.
|
void |
attachState(MigratingTransitionInstance owningActivityInstance)
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
|
String |
getVariableName() |
protected boolean |
isAsyncOnProcessStart() |
boolean |
isDetached() |
void |
migrateDependentEntities()
Migrate instances that are aggregated by this instance
(e.g.
|
protected void |
migrateHistory() |
void |
migrateState()
Migrate state from the source process definition
to the target process definition.
|
protected VariableInstanceEntity variable
protected boolean isConcurrentLocalInParentScope
public MigratingVariableInstance(VariableInstanceEntity variable, boolean isConcurrentLocalInParentScope)
public boolean isDetached()
isDetached
in interface MigratingInstance
public void detachState()
MigratingInstance
detachState
in interface MigratingInstance
public void attachState(MigratingScopeInstance owningActivityInstance)
MigratingInstance
attachState
in interface MigratingInstance
public void attachState(MigratingTransitionInstance owningActivityInstance)
MigratingInstance
attachState
in interface MigratingInstance
public void migrateState()
MigratingInstance
migrateState
in interface MigratingInstance
protected void migrateHistory()
public void migrateDependentEntities()
MigratingInstance
migrateDependentEntities
in interface MigratingInstance
public String getVariableName()
protected boolean isAsyncOnProcessStart()
Copyright © 2022. All rights reserved.