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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classRepresents a single query in a tree of nested queries.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidsetRootQuery(QueryReportDataObject.SubQuery rootQuery) 
- 
Field Details- 
ID- See Also:
 
 
- 
- 
Constructor Details- 
QueryReportDataObjectpublic QueryReportDataObject()
- 
QueryReportDataObject
 
- 
- 
Method Details