|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of NonExistentParameterException in org.gcube.opensearch.opensearchlibrary.query |
|---|
| Methods in org.gcube.opensearch.opensearchlibrary.query that throw NonExistentParameterException | |
|---|---|
String |
QueryBuilder.getParameterValue(String name)
Retrieves the value assigned to a parameter of the query builder |
String |
BasicQueryBuilder.getParameterValue(String name)
Retrieves the value assigned to a parameter of the query builder |
String |
QueryBuilderDecorator.getParameterValue(String name)
Retrieves the value assigned to a parameter of the query builder |
boolean |
URLTemplate.isParameterRequired(String name)
Determines if a parameter with a given qualified name is a required parameter |
boolean |
BasicURLTemplate.isParameterRequired(String name)
Determines if a parameter with a given qualified name is a required parameter |
QueryBuilder |
QueryBuilder.setParameter(String name,
Integer value)
Assigns an integral value to a parameter of the query builder |
BasicQueryBuilder |
BasicQueryBuilder.setParameter(String name,
Integer value)
Assigns an integral value to a parameter of the query builder |
QueryBuilder |
QueryBuilderDecorator.setParameter(String name,
Integer value)
Assigns an integral value to a parameter of the query builder |
QueryBuilder |
QueryBuilder.setParameter(String name,
String value)
Assigns a string value to a parameter of the query builder |
BasicQueryBuilder |
BasicQueryBuilder.setParameter(String name,
String value)
Assigns a string value to a parameter of the query builder |
QueryBuilder |
QueryBuilderDecorator.setParameter(String name,
String value)
Assigns a string value to a parameter of the query builder |
QueryBuilder |
QueryBuilder.setParameters(List<String> names,
List<Object> values)
Assigns to each parameter contained in the list of the first argument the respective value contained in the list of the secord argument |
BasicQueryBuilder |
BasicQueryBuilder.setParameters(List<String> names,
List<Object> values)
Assigns to each parameter contained in the list of the first argument the respective value contained in the list of the secord argument |
QueryBuilder |
QueryBuilderDecorator.setParameters(List<String> names,
List<Object> values)
Assigns to each parameter contained in the list of the first argument the respective value contained in the list of the secord argument |
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 NonExistentParameterException in org.gcube.opensearch.opensearchlibrary.query.extensions.geo |
|---|
| Methods in org.gcube.opensearch.opensearchlibrary.query.extensions.geo that throw NonExistentParameterException | |
|---|---|
GeoQueryBuilder |
GeoQueryBuilder.setParameter(String name,
String value)
Assigns a string value to a parameter of the query builder |
GeoQueryBuilder |
GeoQueryBuilder.setParameters(List<String> names,
List<Object> values)
Assigns to each parameter contained in the list of the first argument the respective value contained in the list of the secord argument |
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 NonExistentParameterException in org.gcube.opensearch.opensearchlibrary.query.extensions.sru |
|---|
| Methods in org.gcube.opensearch.opensearchlibrary.query.extensions.sru that throw NonExistentParameterException | |
|---|---|
SRUQueryBuilder |
SRUQueryBuilder.setParameter(String name,
String value)
Assigns a string value to a parameter of the query builder |
SRUQueryBuilder |
SRUQueryBuilder.setParameters(List<String> names,
List<Object> values)
Assigns to each parameter contained in the list of the first argument the respective value contained in the list of the secord argument |
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 NonExistentParameterException in org.gcube.opensearch.opensearchlibrary.query.extensions.time |
|---|
| Methods in org.gcube.opensearch.opensearchlibrary.query.extensions.time that throw NonExistentParameterException | |
|---|---|
TimeQueryBuilder |
TimeQueryBuilder.setParameter(String name,
String value)
Assigns a string value to a parameter of the query builder |
TimeQueryBuilder |
TimeQueryBuilder.setParameters(List<String> names,
List<Object> values)
Assigns to each parameter contained in the list of the first argument the respective value contained in the list of the secord argument |
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||