Package org.ametys.cms.search.query
Class SubContentQuery
java.lang.Object
org.ametys.cms.search.query.SubContentQuery
- All Implemented Interfaces:
Query
Represents a
Query
testing if a content is a sub-content.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.cms.search.query.Query
Query.LogicalOperator, Query.Operator
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SubContentQuery
public SubContentQuery()Build a SubContentQuery.
-
-
Method Details
-
build
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.
-