Uses of Interface
de.digitalcollections.iiif.model.interfaces.Pageable
-
Packages that use Pageable Package Description de.digitalcollections.iiif.model.search Model classes that represent entities from the IIIF Search API (http://iiif.io/api/search/1.0/).de.digitalcollections.iiif.model.sharedcanvas Model classes that represent entities from the IIIF Shared Canvas model (http://iiif.io/api/presentation/2.1/#resource-type-overview). -
-
Uses of Pageable in de.digitalcollections.iiif.model.search
Classes in de.digitalcollections.iiif.model.search that implement Pageable Modifier and Type Class Description classSearchResultAn AnnotationList that contains hits for a given search query. -
Uses of Pageable in de.digitalcollections.iiif.model.sharedcanvas
Classes in de.digitalcollections.iiif.model.sharedcanvas that implement Pageable Modifier and Type Class Description classAnnotationListAn ordered list of annotation lists.classCollectionAn ordered list of manifests, and/or further collections.
-