Interface TagHistoryService
public interface TagHistoryService
-
Method Summary
Modifier and TypeMethodDescriptionbrowseHistoricalTags
(QualifiedPath root, BrowseFilter filter) getAvailableAggregates
(String provider) queryAnnotations
(List<QualifiedPath> paths, Date start, Date end, TypeFilter filter, String queryId) queryDensity
(List<QualifiedPath> paths, Date start, Date end, String queryId) com.inductiveautomation.metro.api.Stream<StreamingDataset>
queryTagHistory
(TagHistoryQueryParams params)
-
Method Details
-
getHistoricalProviders
-
getAvailableAggregates
-
queryTagHistory
com.inductiveautomation.metro.api.Stream<StreamingDataset> queryTagHistory(TagHistoryQueryParams params) -
queryDensity
-
queryAnnotations
List<Annotation> queryAnnotations(List<QualifiedPath> paths, Date start, Date end, TypeFilter filter, String queryId) -
browseHistoricalTags
-