@Service public class PresentationServiceImpl extends Object implements PresentationService
| Constructor and Description |
|---|
PresentationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
de.digitalcollections.iiif.model.sharedcanvas.Collection |
getCollection(String name) |
Instant |
getCollectionModificationDate(String identifier) |
de.digitalcollections.iiif.model.sharedcanvas.Manifest |
getManifest(String identifier) |
Instant |
getManifestModificationDate(String identifier) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCanvas, getCanvas, getRange, getRange, getSequence, getSequencepublic de.digitalcollections.iiif.model.sharedcanvas.Collection getCollection(String name) throws ResolvingException, InvalidDataException
getCollection in interface PresentationServicename - unique name of collectionResolvingException - if no collection found or access disallowedInvalidDataException - if data is corruptedpublic de.digitalcollections.iiif.model.sharedcanvas.Manifest getManifest(String identifier) throws ResolvingException, InvalidDataException
getManifest in interface PresentationServiceidentifier - unique id for IIIF resourceResolvingException - if no manifest found or access disallowedInvalidDataException - if data is corruptedpublic Instant getManifestModificationDate(String identifier) throws ResolvingException
getManifestModificationDate in interface PresentationServiceResolvingExceptionpublic Instant getCollectionModificationDate(String identifier) throws ResolvingException
getCollectionModificationDate in interface PresentationServiceResolvingExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.