Class ContentLanguageQuery

All Implemented Interfaces:
Cloneable, Query

Represents a Query testing the content language.
  • Constructor Details

    • ContentLanguageQuery

      Build a ContentLanguageQuery to test if the contentLanguage property exists.
    • ContentLanguageQuery

      Build a ContentLanguageQuery.
      Parameters:
      value - the language equality to test.
    • ContentLanguageQuery

      public ContentLanguageQuery(String... values)
      Build a ContentLanguageQuery.
      Parameters:
      values - the languages to test.
    • ContentLanguageQuery

      public ContentLanguageQuery(Query.Operator operator, String value)
      Build a ContentLanguageQuery.
      Parameters:
      operator - the operator.
      value - the language code.
    • ContentLanguageQuery

      public ContentLanguageQuery(Query.Operator operator, String... values)
      Build a ContentLanguageQuery.
      Parameters:
      operator - the operator.
      values - the language codes.
    • ContentLanguageQuery

      public ContentLanguageQuery(Query.Operator operator, Query.LogicalOperator logicalOperator, String... values)
      Build a ContentLanguageQuery.
      Parameters:
      operator - the operator.
      logicalOperator - the logical operator.
      values - the language codes.