Class HistorianProviderRecord

All Implemented Interfaces:
Serializable

@Deprecated(since="8.3") public class HistorianProviderRecord extends PersistentRecord
Deprecated.
This is the parent record type for Historian Provider extension points. Previous to 8.3, this class was called TagHistoryProviderRecord. It was renamed to represent the wider scope of functionality introduced in that version.
See Also:
  • Field Details

    • META

      public static final RecordMeta<HistorianProviderRecord> META
      Deprecated.
      Version history/notes: o This class replaced SQLTagHistoryDatasourceProviderRecord in SRGateway when the tag history system was refactored to be an EP. That class is still used for system managed ds based providers. o In 8.3, this class was renamed from "TagHistoryProviderRecord".
    • Id

      public static final IdentityField Id
      Deprecated.
    • Name

      public static final StringField Name
      Deprecated.
    • Enabled

      public static final BooleanField Enabled
      Deprecated.
    • Type

      public static final StringField Type
      Deprecated.
    • Description

      public static final StringField Description
      Deprecated.
    • Migrated

      public static final BooleanField Migrated
      Deprecated.
  • Constructor Details

    • HistorianProviderRecord

      public HistorianProviderRecord()
      Deprecated.
  • Method Details

    • getMeta

      public RecordMeta<?> getMeta()
      Deprecated.
      Description copied from class: SRecordInstance
      This must be defined in every user record's definition to access the SRecord which provides the meta data for this instance. It is normally defined as:-

       SRecord getMeta() {
         return meta;
       };
       

      The actual meta variable is thus not Serialized, but it would not be anyway as it is usually static.

      Specified by:
      getMeta in class PersistentRecord
    • getId

      public Long getId()
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • getType

      public String getType()
      Deprecated.
    • isEnabled

      public boolean isEnabled()
      Deprecated.