Class RecordsListResource
java.lang.Object
io.goobi.viewer.api.rest.v1.records.RecordsListResource
provides listings of records in reduced iiif form.
- Author:
- florian
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RecordsListResource
public RecordsListResource()
-
-
Method Details
-
listManifests
@GET @Produces("application/json") public de.intranda.api.iiif.discovery.OrderedCollectionPage<de.intranda.api.iiif.presentation.IPresentationModelElement> listManifests(@QueryParam("query") String query, @QueryParam("first") Integer firstRow, @QueryParam("rows") Integer rows, @QueryParam("start") String start, @QueryParam("end") String end, @QueryParam("subtheme") String subtheme, @QueryParam("sort") String sort) throws IndexUnreachableException, DAOException, PresentationException, URISyntaxException, ViewerConfigurationException
-