Interface Query
public interface Query
Query the database.
-
Method Summary
Modifier and TypeMethodDescriptionorg.opencastproject.util.data.Option<Integer> getLimit()org.opencastproject.util.data.Option<String> org.opencastproject.util.data.Option<Date> The date is inclusive.org.opencastproject.util.data.Option<Date> The date is inclusive.org.opencastproject.util.data.Option<Integer> org.opencastproject.util.data.Option<String> org.opencastproject.util.data.Option<String> org.opencastproject.util.data.Option<String> org.opencastproject.util.data.Option<Boolean> boolean
-
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()
-