Package org.ametys.cms.explorer
Class SearchResourcesGenerator.ResourceCreatorQuery
- java.lang.Object
-
- org.ametys.cms.explorer.SearchResourcesGenerator.ResourceCreatorQuery
-
- All Implemented Interfaces:
Query
- Enclosing class:
- SearchResourcesGenerator
class SearchResourcesGenerator.ResourceCreatorQuery extends Object implements Query
Represents aQuery
testing the resource creator.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ametys.cms.search.query.Query
Query.LogicalOperator, Query.Operator
-
-
Field Summary
Fields Modifier and Type Field Description private Query.Operator
_operator
The operator.private String
_value
The value to test.
-
Constructor Summary
Constructors Constructor Description ResourceCreatorQuery(String value)
Build a string query.ResourceCreatorQuery(Query.Operator op, String value)
Build a string query.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private SearchResourcesGenerator
_getOuterType()
String
build()
Build the solr query string representing the Query object.boolean
equals(Object obj)
int
hashCode()
-
-
-
Field Detail
-
_operator
private Query.Operator _operator
The operator.
-
-
Constructor Detail
-
ResourceCreatorQuery
public ResourceCreatorQuery(String value)
Build a string query.- Parameters:
value
- the value.
-
ResourceCreatorQuery
public ResourceCreatorQuery(Query.Operator op, String value)
Build a string query.- Parameters:
op
- the operator.value
- the value.
-
-
Method Detail
-
build
public String build() throws QuerySyntaxException
Description copied from interface:Query
Build the solr query string representing the Query object.- Specified by:
build
in interfaceQuery
- Returns:
- the solr query string representing the Query object.
- Throws:
QuerySyntaxException
- if the query can't be built because of a syntax error.
-
_getOuterType
private SearchResourcesGenerator _getOuterType()
-
-