Interface HistoricalTagValue
- All Superinterfaces:
HistoricalData
,Serializable
- All Known Implementing Classes:
PackedHistoricalQualifiedValue
,PackedHistoricalTagValue
Deprecated.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getValue()
Deprecated.Deprecated.Attempts to upgrade the historical data to persistent data using the specified engine ID if necessary.Methods inherited from interface com.inductiveautomation.ignition.gateway.storeforward.deprecated.HistoricalData
getDataCount, getFlavor, getLoggerName, getSignature
-
Field Details
-
TAG_DATA_SIGNITURE
Deprecated.- See Also:
-
-
Method Details
-
getSource
TagPath getSource()Deprecated. -
getTypeClass
DataTypeClass getTypeClass()Deprecated. -
getInterpolationMode
InterpolationMode getInterpolationMode()Deprecated. -
getTimestampSource
TimestampSource getTimestampSource()Deprecated. -
getValue
Object getValue()Deprecated. -
getQuality
DataQuality getQuality()Deprecated. -
getTimestamp
Date getTimestamp()Deprecated. -
upgrade
Deprecated.Description copied from interface:HistoricalData
Attempts to upgrade the historical data to persistent data using the specified engine ID if necessary.- Specified by:
upgrade
in interfaceHistoricalData
- Parameters:
engineId
- the engine ID to use for the upgrade if necessary- Returns:
- the upgraded persistent data
-