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 |
---|---|
private SearchResourcesGenerator |
_getOuterType() |
String |
build()
Build the solr query string representing the Query object.
|
boolean |
equals(Object obj) |
int |
hashCode() |
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
Query
build
in interface Query
QuerySyntaxException
- if the query can't be built because of a syntax error.private SearchResourcesGenerator _getOuterType()