Package org.ametys.web.search.query
Class ChildPageQuery
java.lang.Object
org.ametys.web.search.query.ChildPageQuery
- All Implemented Interfaces:
 Query
Query testing if the Page is a direct child of another given one.
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.cms.search.query.Query
Query.LogicalOperator, Query.Operator - 
Field Summary
FieldsFields 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 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.cms.search.query.Query
buildAsJson, rewrite, toString 
- 
Field Details
- 
_parentPageId
The id. 
 - 
 - 
Constructor Details
- 
ChildPageQuery
Creates a ChildPageQuery- Parameters:
 parentPageId- The parent page id
 
 - 
 - 
Method Details
- 
build
Description copied from interface:QueryBuild the solr query string representing the Query object.- Specified by:
 buildin 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
 
 -