public interface PresentationService
| Modifier and Type | Method and Description |
|---|---|
Collection |
getCollection(String name) |
Manifest |
getManifest(String identifier) |
Collection getCollection(String name) throws NotFoundException
name - unique name of collectionNotFoundException - if no collection found or access disallowedManifest getManifest(String identifier) throws NotFoundException
identifier - unique id for IIIF resourceNotFoundException - if no manifest found or
access disallowedCopyright © 2017. All rights reserved.