Uses of Class
org.gcube.opensearch.opensearchlibrary.query.IncompleteQueryException

Packages that use IncompleteQueryException
org.gcube.opensearch.opensearchlibrary.query   
org.gcube.opensearch.opensearchlibrary.query.extensions.geo   
org.gcube.opensearch.opensearchlibrary.query.extensions.sru   
org.gcube.opensearch.opensearchlibrary.query.extensions.time   
 

Uses of IncompleteQueryException in org.gcube.opensearch.opensearchlibrary.query
 

Methods in org.gcube.opensearch.opensearchlibrary.query that throw IncompleteQueryException
 java.lang.String QueryBuilderDecorator.getQuery()
          Retrieves the search query corresponding to the current state of the query builder
 java.lang.String QueryBuilder.getQuery()
          Retrieves the search query corresponding to the current state of the query builder
 java.lang.String BasicQueryBuilder.getQuery()
          Retrieves the search query corresponding to the current state of the query builder
 

Uses of IncompleteQueryException in org.gcube.opensearch.opensearchlibrary.query.extensions.geo
 

Methods in org.gcube.opensearch.opensearchlibrary.query.extensions.geo that throw IncompleteQueryException
 java.lang.String GeoQueryBuilder.getQuery()
          Retrieves the search query corresponding to the current state of the query builder
 

Uses of IncompleteQueryException in org.gcube.opensearch.opensearchlibrary.query.extensions.sru
 

Methods in org.gcube.opensearch.opensearchlibrary.query.extensions.sru that throw IncompleteQueryException
 java.lang.String SRUQueryBuilder.getQuery()
          Retrieves the search query corresponding to the current state of the query builder
 

Uses of IncompleteQueryException in org.gcube.opensearch.opensearchlibrary.query.extensions.time
 

Methods in org.gcube.opensearch.opensearchlibrary.query.extensions.time that throw IncompleteQueryException
 java.lang.String TimeQueryBuilder.getQuery()
          Retrieves the search query corresponding to the current state of the query builder