Class RecordFilesResource
java.lang.Object
io.goobi.viewer.api.rest.v2.records.RecordFilesResource
- Author:
- florian
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RecordFilesResource
-
-
Method Details
-
getAlto
@GET @Path("/alto/{filename}") @Produces("text/xml") public String getAlto(@PathParam("filename") String filename) throws PresentationException, IndexUnreachableException, de.unigoettingen.sub.commons.contentlib.exceptions.ContentNotFoundException, de.unigoettingen.sub.commons.contentlib.exceptions.ServiceNotAllowedException - Throws:
PresentationException
IndexUnreachableException
de.unigoettingen.sub.commons.contentlib.exceptions.ContentNotFoundException
de.unigoettingen.sub.commons.contentlib.exceptions.ServiceNotAllowedException
-
getPlaintext
@GET @Path("/plaintext/{filename}") @Produces("text/plain") public String getPlaintext(@PathParam("filename") String filename) throws de.unigoettingen.sub.commons.contentlib.exceptions.ContentNotFoundException, PresentationException, IndexUnreachableException, de.unigoettingen.sub.commons.contentlib.exceptions.ServiceNotAllowedException - Throws:
de.unigoettingen.sub.commons.contentlib.exceptions.ContentNotFoundException
PresentationException
IndexUnreachableException
de.unigoettingen.sub.commons.contentlib.exceptions.ServiceNotAllowedException
-
getTEI
@GET @Path("/tei/{filename}") @Produces("text/xml") public String getTEI(@PathParam("filename") String filename) throws PresentationException, IndexUnreachableException, de.unigoettingen.sub.commons.contentlib.exceptions.ContentLibException - Throws:
PresentationException
IndexUnreachableException
de.unigoettingen.sub.commons.contentlib.exceptions.ContentLibException
-
getSourceFile
@GET @Path("/source/{filename}") @Produces("application/octet-stream") public javax.ws.rs.core.Response getSourceFile(@PathParam("filename") String filename) throws de.unigoettingen.sub.commons.contentlib.exceptions.ContentLibException, PresentationException, IndexUnreachableException, DAOException - Throws:
de.unigoettingen.sub.commons.contentlib.exceptions.ContentLibException
PresentationException
IndexUnreachableException
DAOException
-
getCMDI
@GET @Path("/cmdi/{filename}") public String getCMDI(@PathParam("filename") String filename, @QueryParam("lang") String lang) throws de.unigoettingen.sub.commons.contentlib.exceptions.ContentLibException, PresentationException, IndexUnreachableException, IOException - Throws:
de.unigoettingen.sub.commons.contentlib.exceptions.ContentLibException
PresentationException
IndexUnreachableException
IOException
-