Class RecordSectionResource
java.lang.Object
io.goobi.viewer.api.rest.v1.records.RecordSectionResource
- Author:
- florian
-
Constructor Summary
ConstructorDescriptionRecordSectionResource
(javax.servlet.http.HttpServletRequest request, String pi, String divId) -
Method Summary
Modifier and TypeMethodDescriptionde.intranda.api.iiif.presentation.IPresentationModelElement
getRange()
getRISAsText.
-
Constructor Details
-
RecordSectionResource
-
-
Method Details
-
getRISAsFile
@GET @Path("/ris") @Produces("text/plain") public String getRISAsFile() throws PresentationException, IndexUnreachableException, DAOException, de.unigoettingen.sub.commons.contentlib.exceptions.ContentLibException- Throws:
PresentationException
IndexUnreachableException
DAOException
de.unigoettingen.sub.commons.contentlib.exceptions.ContentLibException
-
getRISAsText
@GET @Path("/ris.txt") @Produces("text/plain") public String getRISAsText() throws PresentationException, IndexUnreachableException, de.unigoettingen.sub.commons.contentlib.exceptions.ContentNotFoundException, DAOExceptiongetRISAsText.
- Returns:
- a
String
object. - Throws:
PresentationException
- if any.IndexUnreachableException
- if any.de.unigoettingen.sub.commons.contentlib.exceptions.ContentNotFoundException
- if any.DAOException
- if any.
-
getRange
@GET @Path("/range") @Produces("application/json") public de.intranda.api.iiif.presentation.IPresentationModelElement getRange() throws de.unigoettingen.sub.commons.contentlib.exceptions.ContentNotFoundException, PresentationException, IndexUnreachableException, URISyntaxException, ViewerConfigurationException, DAOException- Throws:
de.unigoettingen.sub.commons.contentlib.exceptions.ContentNotFoundException
PresentationException
IndexUnreachableException
URISyntaxException
ViewerConfigurationException
DAOException
-