Class BasicHistoricalRecord.HistoricalRecordFlavor
java.lang.Object
com.inductiveautomation.ignition.gateway.history.HistoryFlavor
com.inductiveautomation.ignition.gateway.history.BasicHistoricalRecord.HistoricalRecordFlavor
- Enclosing class:
- BasicHistoricalRecord
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.history.HistoryFlavor
HistoryFlavor.Base64XmlReader
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.gateway.history.HistoryFlavor
SQLTAG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetXmlImportHandler
(GatewayContext context) Gets the XML reader that can decode the output from writeToXml.void
writeToXml
(SimpleXMLWriter writer, HistoricalData data) Methods inherited from class com.inductiveautomation.ignition.gateway.history.HistoryFlavor
equals, equals, getDescription, isCompatible, subTypeId, toString, typeId
-
Constructor Details
-
HistoricalRecordFlavor
public HistoricalRecordFlavor()
-
-
Method Details
-
writeToXml
- Overrides:
writeToXml
in classHistoryFlavor
- Throws:
Exception
-
getXmlImportHandler
Description copied from class:HistoryFlavor
Gets the XML reader that can decode the output from writeToXml. The default implementation reads from base64. It is provided with the gateway context in case any special deserialization needs to occur.- Overrides:
getXmlImportHandler
in classHistoryFlavor
-