Uses of Class
de.digitalcollections.iiif.hymir.model.exception.InvalidDataException
-
-
Uses of InvalidDataException in de.digitalcollections.iiif.hymir.frontend
Methods in de.digitalcollections.iiif.hymir.frontend that throw InvalidDataException Modifier and Type Method Description java.lang.StringExtendedViewController. viewCanvasGet(java.lang.String version, java.lang.String objectIdentifier, java.lang.String canvasName, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request)Direct link for viewing a specified canvas (page) used for citation.https://api.digitale-sammlungen.de/iiif/presentation/v2/bsb00107186/canvas/1 -
Uses of InvalidDataException in de.digitalcollections.iiif.hymir.presentation.backend
Methods in de.digitalcollections.iiif.hymir.presentation.backend that throw InvalidDataException Modifier and Type Method Description de.digitalcollections.iiif.model.sharedcanvas.AnnotationListPresentationRepositoryImpl. getAnnotationList(java.lang.String identifier, java.lang.String name, java.lang.String canvasId)de.digitalcollections.iiif.model.sharedcanvas.CollectionPresentationRepositoryImpl. getCollection(java.lang.String name)de.digitalcollections.iiif.model.sharedcanvas.ManifestPresentationRepositoryImpl. getManifest(java.lang.String identifier) -
Uses of InvalidDataException in de.digitalcollections.iiif.hymir.presentation.backend.api
Methods in de.digitalcollections.iiif.hymir.presentation.backend.api that throw InvalidDataException Modifier and Type Method Description de.digitalcollections.iiif.model.sharedcanvas.AnnotationListPresentationRepository. getAnnotationList(java.lang.String identifier, java.lang.String name, java.lang.String canvasId)de.digitalcollections.iiif.model.sharedcanvas.CollectionPresentationRepository. getCollection(java.lang.String name)de.digitalcollections.iiif.model.sharedcanvas.ManifestPresentationRepository. getManifest(java.lang.String identifier) -
Uses of InvalidDataException in de.digitalcollections.iiif.hymir.presentation.business
Methods in de.digitalcollections.iiif.hymir.presentation.business that throw InvalidDataException Modifier and Type Method Description de.digitalcollections.iiif.model.sharedcanvas.AnnotationListPresentationServiceImpl. getAnnotationList(java.lang.String identifier, java.lang.String name, java.lang.String canvasId)de.digitalcollections.iiif.model.sharedcanvas.CollectionPresentationServiceImpl. getCollection(java.lang.String name)de.digitalcollections.iiif.model.sharedcanvas.ManifestPresentationServiceImpl. getManifest(java.lang.String identifier) -
Uses of InvalidDataException in de.digitalcollections.iiif.hymir.presentation.business.api
Methods in de.digitalcollections.iiif.hymir.presentation.business.api that throw InvalidDataException Modifier and Type Method Description de.digitalcollections.iiif.model.sharedcanvas.AnnotationListPresentationService. getAnnotationList(java.lang.String identifier, java.lang.String name, java.lang.String canvasId)default de.digitalcollections.iiif.model.sharedcanvas.CanvasPresentationService. getCanvas(java.lang.String manifestId, java.lang.String canvasUri)default de.digitalcollections.iiif.model.sharedcanvas.CanvasPresentationService. getCanvas(java.lang.String manifestId, java.net.URI canvasUri)de.digitalcollections.iiif.model.sharedcanvas.CollectionPresentationService. getCollection(java.lang.String name)de.digitalcollections.iiif.model.sharedcanvas.ManifestPresentationService. getManifest(java.lang.String identifier)default de.digitalcollections.iiif.model.sharedcanvas.RangePresentationService. getRange(java.lang.String manifestId, java.lang.String rangeUri)default de.digitalcollections.iiif.model.sharedcanvas.RangePresentationService. getRange(java.lang.String manifestId, java.net.URI rangeUri)default de.digitalcollections.iiif.model.sharedcanvas.SequencePresentationService. getSequence(java.lang.String manifestId, java.lang.String sequenceUri)default de.digitalcollections.iiif.model.sharedcanvas.SequencePresentationService. getSequence(java.lang.String manifestId, java.net.URI sequenceUri) -
Uses of InvalidDataException in de.digitalcollections.iiif.hymir.presentation.frontend
Methods in de.digitalcollections.iiif.hymir.presentation.frontend that throw InvalidDataException Modifier and Type Method Description de.digitalcollections.iiif.model.sharedcanvas.AnnotationListIIIFPresentationApiController. getAnnotationList(java.lang.String identifier, java.lang.String name, java.lang.String canvasId, javax.servlet.http.HttpServletResponse resp)de.digitalcollections.iiif.model.sharedcanvas.CanvasIIIFPresentationApiController. getCanvas(java.lang.String manifestId, java.lang.String canvasId, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)de.digitalcollections.iiif.model.sharedcanvas.CollectionIIIFPresentationApiController. getCollection(java.lang.String identifier, org.springframework.web.context.request.WebRequest request, javax.servlet.http.HttpServletResponse resp)de.digitalcollections.iiif.model.sharedcanvas.ManifestIIIFPresentationApiController. getManifest(java.lang.String identifier, org.springframework.web.context.request.WebRequest request, javax.servlet.http.HttpServletResponse resp)de.digitalcollections.iiif.model.sharedcanvas.RangeIIIFPresentationApiController. getRange(java.lang.String manifestId, java.lang.String rangeId, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)de.digitalcollections.iiif.model.sharedcanvas.SequenceIIIFPresentationApiController. getSequence(java.lang.String manifestId, java.lang.String sequenceId, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-