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

Packages that use MalformedQueryException
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 MalformedQueryException in org.gcube.opensearch.opensearchlibrary.query
 

Methods in org.gcube.opensearch.opensearchlibrary.query that throw MalformedQueryException
 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 MalformedQueryException in org.gcube.opensearch.opensearchlibrary.query.extensions.geo
 

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

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

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

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

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