Class SharedQuery

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

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

    • SharedQuery

      public SharedQuery()
      Create a SharedQuery.
    • SharedQuery

      public SharedQuery(boolean shared)
      Create a SharedQuery.
      Parameters:
      shared - true to get only shared contents, false to get only non-shared contents.
    • SharedQuery

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