public interface HistoricalItem
Modifier and Type | Method and Description |
---|---|
Query |
createQuery(QueryParameters parameters,
QueryListener listener,
boolean updateData)
Create a new query
|
HistoricalItemInformation |
getInformation()
Get the item information
|
Query createQuery(QueryParameters parameters, QueryListener listener, boolean updateData)
parameters
- the initial query parameterslistener
- the query listenerupdateData
- if true
then additional updates will be made by
the query when
data changes although the query is QueryState.COMPLETE
null
if the query could be be
createdHistoricalItemInformation getInformation()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.