Class OrphanQuery

java.lang.Object
org.ametys.web.search.query.OrphanQuery
All Implemented Interfaces:
Query

public class OrphanQuery extends Object implements Query
Represents a Query testing the orphan status of a content.
  • Constructor Details

    • OrphanQuery

      public OrphanQuery()
      Create an OrphanQuery.
    • OrphanQuery

      public OrphanQuery(boolean orphan)
      Create an OrphanQuery.
      Parameters:
      orphan - true to get only orphan contents, false to get only non-orphan contents.
    • OrphanQuery

      public OrphanQuery(boolean orphan, Query.Operator operator)
      Create an OrphanQuery.
      Parameters:
      orphan - true to get only orphan contents, false to get only non-orphan contents.
      operator - the operator.
  • Method Details