Class TagHistoryFlavor
java.lang.Object
com.inductiveautomation.ignition.gateway.history.HistoryFlavor
com.inductiveautomation.ignition.gateway.history.TagHistoryFlavor
-
Nested Class Summary
Nested ClassesNested 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.protected void
writeRetirement
(SimpleXMLWriter writer, TagRetirementList list) protected void
writeScanclassSet
(SimpleXMLWriter writer, ScanclassHistorySet data) void
writeToXml
(SimpleXMLWriter writer, HistoricalData data) protected void
writeValue
(SimpleXMLWriter writer, HistoricalTagValue v) Methods inherited from class com.inductiveautomation.ignition.gateway.history.HistoryFlavor
equals, equals, getDescription, isCompatible, subTypeId, toString, typeId
-
Constructor Details
-
TagHistoryFlavor
public TagHistoryFlavor()
-
-
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
-
writeScanclassSet
- Throws:
Exception
-
writeValue
- Throws:
Exception
-
writeRetirement
- Throws:
Exception
-