class SearchResourcesGenerator.ResourceCreatorQuery extends Object implements Query
Query testing the resource creator.Query.LogicalOperator, Query.Operator| Modifier and Type | Field and Description |
|---|---|
private Query.Operator |
_operator
The operator.
|
private String |
_value
The value to test.
|
| Constructor and Description |
|---|
ResourceCreatorQuery(Query.Operator op,
String value)
Build a string query.
|
ResourceCreatorQuery(String value)
Build a string query.
|
| Modifier and Type | Method and Description |
|---|---|
String |
build()
Build the solr query string representing the Query object.
|
private Query.Operator _operator
public ResourceCreatorQuery(String value)
value - the value.public ResourceCreatorQuery(Query.Operator op, String value)
op - the operator.value - the value.public String build() throws QuerySyntaxException
Querybuild in interface QueryQuerySyntaxException - if the query can't be built because of a syntax error.