Class SearchLayer
- java.lang.Object
-
- de.digitalcollections.iiif.model.sharedcanvas.Resource<Layer>
-
- de.digitalcollections.iiif.model.sharedcanvas.Layer
-
- de.digitalcollections.iiif.model.search.SearchLayer
-
- All Implemented Interfaces:
PageContainer<AnnotationList>,Choice<Layer>
public class SearchLayer extends Layer
The container for all pages of a paginated page response.http://iiif.io/api/search/1.0/#paging-results
-
-
Constructor Summary
Constructors Constructor Description SearchLayer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchLayeraddIgnored(String first, String... rest)Set<String>getIgnored()voidsetIgnored(Set<String> ignored)-
Methods inherited from class de.digitalcollections.iiif.model.sharedcanvas.Layer
addOtherContent, addOtherContent, getFirst, getLast, getOtherContent, getTotal, getType, getViewingDirection, setFirst, setLast, setOtherContent, setTotal, setViewingDirection
-
Methods inherited from class de.digitalcollections.iiif.model.sharedcanvas.Resource
addAttribution, addDescription, addLabel, addLicense, addLogo, addLogo, addMetadata, addMetadata, addRelated, addRendering, addSeeAlso, addService, addThumbnail, addViewingHint, addWithin, getAlternatives, getAttribution, getAttributionString, getDescription, getDescriptionString, getFirstLicense, getIdentifier, getLabel, getLabelString, getLicenses, getLogos, getLogoUri, getMetadata, getRelated, getRenderings, getSeeAlso, getServices, getSupportedViewingHintTypes, getThumbnail, getThumbnails, getViewingHints, getWithin, isDefaultChoice, setAlternatives, setAttribution, setDescription, setIdentifier, setIsDefaultChoice, setLabel, setLicenses, setLogos, setRelated, setRenderings, setSeeAlso, setServices, setThumbnails, setViewingHints, setWithin, toString, verifyRendering
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.digitalcollections.iiif.model.openannotation.Choice
addAlternative
-
-