| Modifier and Type | Method and Description |
|---|---|
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
|
String |
QueryBuilder.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
|
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,
Integer value)
Assigns an integral 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.setParameter(String name,
String value)
Assigns a string value to a parameter of the query builder
|
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 |
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
|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2014. All Rights Reserved.