Package org.ametys.cms.search.query
Class ResourceLocationQuery
java.lang.Object
org.ametys.cms.search.query.AndQuery
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
-
Field Summary
Fields inherited from interface org.ametys.cms.search.query.Query
BOOL_FILTER, BOOL_MUST, BOOL_MUST_NOT, BOOL_SHOULD
-
Constructor Summary
ConstructorDescriptionResourceLocationQuery
(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
Methods inherited from class org.ametys.cms.search.query.AndQuery
build, buildAsJson, collector, equals, getQueries, hashCode, rewrite, toString
-
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.
-