public interface PresentationRepository
| Modifier and Type | Method and Description |
|---|---|
de.digitalcollections.iiif.model.sharedcanvas.Collection |
getCollection(String name) |
default Instant |
getCollectionModificationDate(String identifier) |
de.digitalcollections.iiif.model.sharedcanvas.Manifest |
getManifest(String identifier) |
default Instant |
getManifestModificationDate(String identifier) |
de.digitalcollections.iiif.model.sharedcanvas.Collection getCollection(String name) throws ResolvingException, InvalidDataException
name - unique name of collectionResolvingException - in case Collection does not exist or can not be deliveredInvalidDataException - if collection contains invalid datade.digitalcollections.iiif.model.sharedcanvas.Manifest getManifest(String identifier) throws ResolvingException, InvalidDataException
identifier - unique id for IIIF resourceResolvingException - in case Manifest does not exist or can not be deliveredInvalidDataException - if manifest contains invalid datadefault Instant getManifestModificationDate(String identifier) throws ResolvingException
ResolvingExceptiondefault Instant getCollectionModificationDate(String identifier) throws ResolvingException
ResolvingExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.