Package org.ametys.cms.search.query
Class ResourceLocationQuery
java.lang.Object
org.ametys.cms.search.query.ResourceLocationQuery
- All Implemented Interfaces:
Query
Represents a
Query
testing the resource location.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.cms.search.query.Query
Query.LogicalOperator, Query.Operator
-
Constructor Summary
ConstructorsConstructorDescriptionResourceLocationQuery
(String rootId) Build a resource location query finding resources in a specific root.ResourceLocationQuery
(String rootId, String path) Build a resource location query testing the resource under a folder in a specific root. -
Method Summary
-
Constructor Details
-
ResourceLocationQuery
Build a resource location query finding resources in a specific root.- Parameters:
rootId
- The root id.
-
ResourceLocationQuery
Build a resource location query testing the resource under a folder in a specific root.- Parameters:
rootId
- The root id.path
- The folder path.
-
-
Method Details
-
build
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.
-
hashCode
-
equals
-