Package org.ametys.web.search.query
Class PageContentQuery
java.lang.Object
org.ametys.cms.search.query.JoinQuery
org.ametys.web.search.query.PageContentQuery
- All Implemented Interfaces:
Query
Query on the properties of the contents contained in pages.
For instance, use this when searching pages which contain contents of the type X.
-
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
-
Method Summary
Methods inherited from class org.ametys.cms.search.query.JoinQuery
build, buildAsJson, equals, hashCode, toString
-
Constructor Details
-
PageContentQuery
Build a content page query.- Parameters:
contentQuery
- The query on the content.
-