Class MovingWallStatisticsResource
java.lang.Object
io.goobi.viewer.api.rest.v1.statistics.MovingWallStatisticsResource
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MovingWallStatisticsResource
public MovingWallStatisticsResource()
-
-
Method Details
-
getStatisticsForYear
@GET @Path("/{year}") @Produces({"application/json","text/plain","text/csv"}) public javax.ws.rs.core.Response getStatisticsForYear(@PathParam("year") int year) throws PresentationException, IndexUnreachableException
-