Interface Query


public interface Query
Query the database.
  • Method Details

    • getMediaPackageId

      org.opencastproject.util.data.Option<String> getMediaPackageId()
    • getRepositoryId

      org.opencastproject.util.data.Option<String> getRepositoryId()
    • getSeriesId

      org.opencastproject.util.data.Option<String> getSeriesId()
    • isDeleted

      org.opencastproject.util.data.Option<Boolean> isDeleted()
    • getModifiedAfter

      org.opencastproject.util.data.Option<Date> getModifiedAfter()
      The date is inclusive.
    • getModifiedBefore

      org.opencastproject.util.data.Option<Date> getModifiedBefore()
      The date is inclusive.
    • getLimit

      org.opencastproject.util.data.Option<Integer> getLimit()
    • getOffset

      org.opencastproject.util.data.Option<Integer> getOffset()
    • getSetDefinitions

      List<OaiPmhSetDefinition> getSetDefinitions()
    • getSetSpec

      org.opencastproject.util.data.Option<String> getSetSpec()
    • isSubsequentRequest

      boolean isSubsequentRequest()