Interface DateTimeRangeTerm

All Superinterfaces:
QueryTerm

public interface DateTimeRangeTerm extends QueryTerm

A term for a DateTime range query.

  • Method Details

    • getDateTimeRangeStart

      DateTime getDateTimeRangeStart()
      Gets thestart of the date time range in the term.
      Returns:
      the date
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.
    • getDateTimeRangeEnd

      DateTime getDateTimeRangeEnd()
      Gets the end of the date time range in the term.
      Returns:
      the date
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.