Interface HistoricVariableInstance

    • Method Detail

      • getId

        java.lang.String getId()
        The unique DB id
      • getVariableName

        java.lang.String getVariableName()
      • getVariableTypeName

        java.lang.String getVariableTypeName()
      • getValue

        java.lang.Object getValue()
      • getProcessInstanceId

        java.lang.String getProcessInstanceId()
        The process instance reference.
      • getTaskId

        java.lang.String getTaskId()
        Returns:
        the task id of the task, in case this variable instance has been set locally on a task. Returns null, if this variable is not related to a task.
      • getCreateTime

        java.util.Date getCreateTime()
        Returns the time when the variable was created.
      • getLastUpdatedTime

        java.util.Date getLastUpdatedTime()
        Returns the time when the value of the variable was last updated. Note that a HistoricVariableInstance only contains the latest value of the variable. The actual different value and value changes are recorded in HistoricVariableUpdate instances, which are captured on HistoryLevel FULL.