|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QueryElement in org.gcube.opensearch.opensearchlibrary.query |
---|
Methods in org.gcube.opensearch.opensearchlibrary.query with parameters of type QueryElement | |
---|---|
QueryBuilder |
QueryBuilderDecorator.setParameters(QueryElement queryEl)
Sets all parameters of the query builder that are also contained in the QueryElement provided with the values contained in the QueryElement |
QueryBuilder |
QueryBuilder.setParameters(QueryElement queryEl)
Sets all parameters of the query builder that are also contained in the QueryElement provided with the values contained in the QueryElement |
QueryBuilder |
BasicQueryBuilder.setParameters(QueryElement queryEl)
Sets all parameters of the query builder that are also contained in the QueryElement provided with the values contained in the QueryElement |
Uses of QueryElement in org.gcube.opensearch.opensearchlibrary.query.extensions.geo |
---|
Methods in org.gcube.opensearch.opensearchlibrary.query.extensions.geo with parameters of type QueryElement | |
---|---|
QueryBuilder |
GeoQueryBuilder.setParameters(QueryElement queryEl)
Sets all parameters of the query builder that are also contained in the QueryElement provided with the values contained in the QueryElement |
Uses of QueryElement in org.gcube.opensearch.opensearchlibrary.query.extensions.sru |
---|
Methods in org.gcube.opensearch.opensearchlibrary.query.extensions.sru with parameters of type QueryElement | |
---|---|
QueryBuilder |
SRUQueryBuilder.setParameters(QueryElement queryEl)
Sets all parameters of the query builder that are also contained in the QueryElement provided with the values contained in the QueryElement |
Uses of QueryElement in org.gcube.opensearch.opensearchlibrary.query.extensions.time |
---|
Methods in org.gcube.opensearch.opensearchlibrary.query.extensions.time with parameters of type QueryElement | |
---|---|
QueryBuilder |
TimeQueryBuilder.setParameters(QueryElement queryEl)
Sets all parameters of the query builder that are also contained in the QueryElement provided with the values contained in the QueryElement |
Uses of QueryElement in org.gcube.opensearch.opensearchlibrary.queryelements |
---|
Classes in org.gcube.opensearch.opensearchlibrary.queryelements that implement QueryElement | |
---|---|
class |
BasicQueryElement
Query element class implementing the QueryElement interface, which provides standard OpenSearch query element functionality |
class |
QueryElementDecorator
|
Methods in org.gcube.opensearch.opensearchlibrary.queryelements that return QueryElement | |
---|---|
QueryElement |
QueryElementFactory.newInstance(org.w3c.dom.Element query,
java.util.Map<java.lang.String,java.lang.String> nsPrefixes)
Creates a new QueryElement object |
Constructors in org.gcube.opensearch.opensearchlibrary.queryelements with parameters of type QueryElement | |
---|---|
QueryElementDecorator(QueryElement el)
|
Uses of QueryElement in org.gcube.opensearch.opensearchlibrary.queryelements.extensions.geo |
---|
Classes in org.gcube.opensearch.opensearchlibrary.queryelements.extensions.geo that implement QueryElement | |
---|---|
class |
GeoQueryElement
Query element class implementing the QueryElement interface, which provides functionality for OpenSearch Geo extension query elements |
Constructors in org.gcube.opensearch.opensearchlibrary.queryelements.extensions.geo with parameters of type QueryElement | |
---|---|
GeoQueryElement(org.w3c.dom.Element query,
java.util.Map<java.lang.String,java.lang.String> nsPrefixes,
QueryElement el)
Creates a new instance |
Uses of QueryElement in org.gcube.opensearch.opensearchlibrary.queryelements.extensions.sru |
---|
Classes in org.gcube.opensearch.opensearchlibrary.queryelements.extensions.sru that implement QueryElement | |
---|---|
class |
SRUQueryElement
Query element class implementing the QueryElement interface, which provides functionality for OpenSearch SRU extension query elements |
Constructors in org.gcube.opensearch.opensearchlibrary.queryelements.extensions.sru with parameters of type QueryElement | |
---|---|
SRUQueryElement(org.w3c.dom.Element query,
java.util.Map<java.lang.String,java.lang.String> nsPrefixes,
QueryElement el)
Creates a new instance |
Uses of QueryElement in org.gcube.opensearch.opensearchlibrary.queryelements.extensions.time |
---|
Classes in org.gcube.opensearch.opensearchlibrary.queryelements.extensions.time that implement QueryElement | |
---|---|
class |
TimeQueryElement
Query element class implementing the QueryElement interface, which provides functionality for OpenSearch Geo extension query elements |
Constructors in org.gcube.opensearch.opensearchlibrary.queryelements.extensions.time with parameters of type QueryElement | |
---|---|
TimeQueryElement(org.w3c.dom.Element query,
java.util.Map<java.lang.String,java.lang.String> nsPrefixes,
QueryElement el)
Creates a new instance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |