Interface GroupableData
- All Superinterfaces:
HistoricalData
,Serializable
- All Known Implementing Classes:
BasicHistoricalRecord
,BasicScanclassHistorySet
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.default GroupableData
groupData
(GroupableData other) 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
-
Method Details
-
getGroupId
String getGroupId()Deprecated. -
groupData
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
-