Class SubContentQuery

java.lang.Object
org.ametys.cms.search.query.SubContentQuery
All Implemented Interfaces:
Query

public class SubContentQuery extends Object implements Query
Represents a Query testing if a content is a sub-content.
  • Constructor Details

  • Method Details

    • build

      Description copied from interface: Query
      Build the solr query string representing the Query object.
      Specified by:
      build in interface Query
      Returns:
      the solr query string representing the Query object.
      Throws:
      QuerySyntaxException - if the query can't be built because of a syntax error.