O - The type of the original object being trackedC - The type of the copy of the original object being trackedpublic interface MutableVariableType<O,C>
VariableType
if wants to track changes to the data that it is saving.| Modifier and Type | Method and Description |
|---|---|
boolean |
updateValueIfChanged(O originalObject,
C originalObjectCopy,
VariableInstanceEntity variableInstanceEntity) |
boolean updateValueIfChanged(O originalObject, C originalObjectCopy, VariableInstanceEntity variableInstanceEntity)
Copyright © 2021 Flowable. All rights reserved.