Interface VersionRangeTerm

All Superinterfaces:
QueryTerm

public interface VersionRangeTerm extends QueryTerm

A term for a Version range query.

  • Method Details

    • getVersionRangeStart

      Version getVersionRangeStart()
      Gets thestart of the version range in the term.
      Returns:
      the start version
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.
    • getVersionRangeEnd

      Version getVersionRangeEnd()
      Gets the end of the version range in the term.
      Returns:
      the end version
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.