O - The type of the original objectC - The type of the original copy objectpublic class TraceableObject<O,C> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected O |
tracedObject |
protected C |
tracedObjectOriginalValue |
protected MutableVariableType<O,C> |
type |
protected VariableInstanceEntity |
variableInstanceEntity |
| Constructor and Description |
|---|
TraceableObject(MutableVariableType<O,C> type,
O tracedObject,
C tracedObjectOriginalValue,
VariableInstanceEntity variableInstanceEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getEngineType(String scopeType) |
protected VariableServiceConfiguration |
getVariableServiceConfiguration() |
void |
updateIfValueChanged() |
protected MutableVariableType<O,C> type
protected O tracedObject
protected C tracedObjectOriginalValue
protected VariableInstanceEntity variableInstanceEntity
public TraceableObject(MutableVariableType<O,C> type, O tracedObject, C tracedObjectOriginalValue, VariableInstanceEntity variableInstanceEntity)
public void updateIfValueChanged()
protected VariableServiceConfiguration getVariableServiceConfiguration()
Copyright © 2021 Flowable. All rights reserved.