Interface HistoricVariableUpdate

All Superinterfaces:
HistoricData, HistoricDetail
All Known Subinterfaces:
HistoricDetailVariableInstanceUpdateEntity
All Known Implementing Classes:
HistoricDetailVariableInstanceUpdateEntityImpl

public interface HistoricVariableUpdate extends HistoricDetail
Update of a process variable. This is only available if history level is configured to FULL.
Author:
Tom Baeyens
  • Method Details

    • getVariableName

      String getVariableName()
    • getVariableTypeName

      String getVariableTypeName()
    • getValue

      Object getValue()
    • getRevision

      int getRevision()