Class TraceableObject<O,C>

java.lang.Object
org.flowable.variable.service.impl.types.TraceableObject<O,C>
Type Parameters:
O - The type of the original object
C - The type of the original copy object

public class TraceableObject<O,C> extends Object
Author:
Tom Baeyens, Joram Barrez, Filip Hrisafov
  • Field Details

    • type

      protected MutableVariableType<O,C> type
    • tracedObject

      protected O tracedObject
    • tracedObjectOriginalValue

      protected C tracedObjectOriginalValue
    • variableInstanceEntity

      protected VariableInstanceEntity variableInstanceEntity
  • Constructor Details

  • Method Details

    • updateIfValueChanged

      public void updateIfValueChanged()
    • getVariableServiceConfiguration

      protected VariableServiceConfiguration getVariableServiceConfiguration()
    • getEngineType

      protected String getEngineType(String scopeType)