Class QueryReportDataObject
java.lang.Object
com.inductiveautomation.reporting.common.data.QueryReportDataObject
- All Implemented Interfaces:
 Serializable
This is the "ConfigObject" for the Query data source. Note that within any query data source could be
 contained an entire tree of queries, which themselves are a public API and may be of type of query.
 
Created by carl.gould on 3/3/2015.
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a single query in a tree of nested queries. - 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescription - 
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetRootQuery(QueryReportDataObject.SubQuery rootQuery)  
- 
Field Details
- 
ID
- See Also:
 
 
 - 
 - 
Constructor Details
- 
QueryReportDataObject
public QueryReportDataObject() - 
QueryReportDataObject
 
 - 
 - 
Method Details