Class MovingWallStatisticsResource
java.lang.Object
io.goobi.viewer.api.rest.v1.statistics.MovingWallStatisticsResource
REST resource providing statistics about moving wall access restrictions and record availability by publication year.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MovingWallStatisticsResource
public MovingWallStatisticsResource()
-
-
Method Details
-
getStatisticsForYear
@GET @Path("/{year}") @Produces({"application/json","text/plain","text/csv"}) public Response getStatisticsForYear(@PathParam("year") int year) throws PresentationException, IndexUnreachableException
-