public interface PresentationRepository
| Modifier and Type | Method and Description |
|---|---|
Manifest |
getManifest(String identifier) |
Manifest |
getManifest(URI manifestUri) |
org.json.simple.JSONObject |
getManifestAsJsonObject(String manifestUri) |
org.json.simple.JSONObject |
getManifestAsJsonObject(URI manifestUri) |
String |
getManifestJson(URI manifestUri) |
Manifest getManifest(String identifier) throws NotFoundException
identifier - unique id for IIIF resourceNotFoundException - in case Manifest does not
exist or can not be deliveredManifest getManifest(URI manifestUri) throws NotFoundException
NotFoundExceptionString getManifestJson(URI manifestUri) throws NotFoundException
NotFoundExceptionorg.json.simple.JSONObject getManifestAsJsonObject(URI manifestUri) throws NotFoundException, org.json.simple.parser.ParseException
NotFoundExceptionorg.json.simple.parser.ParseExceptionorg.json.simple.JSONObject getManifestAsJsonObject(String manifestUri) throws URISyntaxException, NotFoundException, org.json.simple.parser.ParseException
URISyntaxExceptionNotFoundExceptionorg.json.simple.parser.ParseExceptionCopyright © 2016. All rights reserved.