Package org.ametys.cms.search.query
Class ResourceLocationQuery
- java.lang.Object
-
- org.ametys.cms.search.query.ResourceLocationQuery
-
- All Implemented Interfaces:
Query
public class ResourceLocationQuery extends Object implements Query
Represents aQuery
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
Constructors Constructor Description ResourceLocationQuery(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
build()
Build the solr query string representing the Query object.boolean
equals(Object obj)
int
hashCode()
-
-
-
Constructor Detail
-
ResourceLocationQuery
public ResourceLocationQuery(String rootId)
Build a resource location query finding resources in a specific root.- Parameters:
rootId
- The root id.
-
ResourceLocationQuery
public ResourceLocationQuery(String rootId, String path)
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 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.
-
-