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