Interface BatchRestService

    • Method Detail

      • getBatches

        @GET
        @Produces("application/json")
        List<BatchDto> getBatches​(@Context
                                  javax.ws.rs.core.UriInfo uriInfo,
                                  @QueryParam("firstResult")
                                  Integer firstResult,
                                  @QueryParam("maxResults")
                                  Integer maxResults)
      • getBatchesCount

        @GET
        @Path("/count")
        @Produces("application/json")
        CountResultDto getBatchesCount​(@Context
                                       javax.ws.rs.core.UriInfo uriInfo)
      • getStatistics

        @GET
        @Path("/statistics")
        @Produces("application/json")
        List<BatchStatisticsDto> getStatistics​(@Context
                                               javax.ws.rs.core.UriInfo uriInfo,
                                               @QueryParam("firstResult")
                                               Integer firstResult,
                                               @QueryParam("maxResults")
                                               Integer maxResults)
      • getStatisticsCount

        @GET
        @Path("/statistics/count")
        @Produces("application/json")
        CountResultDto getStatisticsCount​(@Context
                                          javax.ws.rs.core.UriInfo uriInfo)