Interface TagHistoryProvider
- All Superinterfaces:
AnnotationQueryProvider
,TagHistoryQueryInterface
A TagHistoryProvider is a entity that provides, for querying, historical tag information. This is the main interface
for any system that wishes to provide tag history. It does not, however, define functions for storing history. If a
single system wishes to both store and provide history, it should also implement the
DataSink
interface and
register it with the HistoryManager. The DataSink should accept the HistoryFlavor.SQLTAG type.-
Method Summary
Modifier and TypeMethodDescriptionbrowse
(QualifiedPath root, BrowseFilter filter) getName()
void
shutdown()
void
startup()
Methods inherited from interface com.inductiveautomation.ignition.gateway.sqltags.history.AnnotationQueryProvider
queryAnnotations
Methods inherited from interface com.inductiveautomation.ignition.gateway.sqltags.history.TagHistoryQueryInterface
createQuery, getAvailableAggregates, queryDensity
-
Method Details
-
startup
void startup() -
shutdown
void shutdown() -
getName
String getName() -
getStatus
ProfileStatus getStatus() -
getStatusInformation
TagHistoryProviderInformation getStatusInformation() -
browse
-