public interface PresentationService
| Modifier and Type | Method and Description |
|---|---|
default Canvas |
getCanvas(String manifestId,
String canvasUri) |
Canvas |
getCanvas(String manifestId,
URI canvasUri) |
Collection |
getCollection(String name) |
Manifest |
getManifest(String identifier) |
default Range |
getRange(String manifestId,
String rangeUri) |
Range |
getRange(String manifestId,
URI rangeUri) |
default Sequence |
getSequence(String manifestId,
String sequenceUri) |
Sequence |
getSequence(String manifestId,
URI sequenceUri) |
Collection getCollection(String name) throws NotFoundException, InvalidDataException
name - unique name of collectionNotFoundException - if no collection found or access disallowedInvalidDataExceptionManifest getManifest(String identifier) throws NotFoundException, InvalidDataException
identifier - unique id for IIIF resourceNotFoundException - if no manifest found or
access disallowedInvalidDataExceptiondefault Canvas getCanvas(String manifestId, String canvasUri) throws NotFoundException, InvalidDataException
Canvas getCanvas(String manifestId, URI canvasUri) throws NotFoundException, InvalidDataException
default Range getRange(String manifestId, String rangeUri) throws NotFoundException, InvalidDataException
Range getRange(String manifestId, URI rangeUri) throws NotFoundException, InvalidDataException
default Sequence getSequence(String manifestId, String sequenceUri) throws NotFoundException, InvalidDataException
Sequence getSequence(String manifestId, URI sequenceUri) throws NotFoundException, InvalidDataException
Copyright © 2017. All rights reserved.