Class TraceableObject<O,C>
java.lang.Object
org.flowable.variable.service.impl.types.TraceableObject<O,C>
- Type Parameters:
O- The type of the original objectC- The type of the original copy object
- Author:
- Tom Baeyens, Joram Barrez, Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Oprotected Cprotected MutableVariableType<O,C> protected VariableInstanceEntity -
Constructor Summary
ConstructorsConstructorDescriptionTraceableObject(MutableVariableType<O, C> type, O tracedObject, C tracedObjectOriginalValue, VariableInstanceEntity variableInstanceEntity) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetEngineType(String scopeType) protected VariableServiceConfigurationvoid
-
Field Details
-
type
-
tracedObject
-
tracedObjectOriginalValue
-
variableInstanceEntity
-
-
Constructor Details
-
TraceableObject
public TraceableObject(MutableVariableType<O, C> type, O tracedObject, C tracedObjectOriginalValue, VariableInstanceEntity variableInstanceEntity)
-
-
Method Details
-
updateIfValueChanged
public void updateIfValueChanged() -
getVariableServiceConfiguration
-
getEngineType
-