- Query<T> - Interface in com.orchestranetworks.query
- 
An object that represents a compiled and validated SQL query. 
- QueryBuilder - Interface in com.orchestranetworks.query
- 
A builder for query objects, capable of creating queries which reference
 tables from multiple datasets. 
- queryParams(Map<String, String>) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
-  
- queryParams(MultivaluedMap<String, String>) - Method in interface com.orchestranetworks.rest.util.URIBuilderForBuiltin
- 
Appends the provided query parameters to the existing set of query parameters. 
- QueryParseException - Exception in com.orchestranetworks.query
- 
Thrown if a SQL query string cannot be parsed. 
- QueryParseException(String, String, Exception) - Constructor for exception com.orchestranetworks.query.QueryParseException
-  
- QueryPermissionException - Exception in com.orchestranetworks.permissions
- 
This exception is thrown when a query fails because some nodes are not visible for the user. 
- QueryResult<T> - Interface in com.orchestranetworks.query
- 
Represents the result of a query.