Class DateQuery

All Implemented Interfaces:
Cloneable, Query

Represents a Query testing a date field.
  • Constructor Details

    • DateQuery

      public DateQuery(String fieldPath)
      Build a DateQuery testing the existence of the field.
      Parameters:
      fieldPath - the field path.
    • DateQuery

      public DateQuery(String fieldPath, LocalDate value)
      Build a DateQuery.
      Parameters:
      fieldPath - the field's path
      value - the value.
    • DateQuery

      public DateQuery(String fieldPath, AdaptableDate value)
      Build a DateQuery.
      Parameters:
      fieldPath - the field's path
      value - the value.
    • DateQuery

      public DateQuery(String fieldPath, Query.Operator op, LocalDate value)
      Build a DateQuery.
      Parameters:
      fieldPath - the field's path
      op - the operator.
      value - the value.
    • DateQuery

      public DateQuery(String fieldPath, Query.Operator op, AdaptableDate value)
      Build a DateQuery.
      Parameters:
      fieldPath - the field's path
      op - the operator.
      value - the value.