public interface BatchRestService
| Modifier and Type | Method and Description | 
|---|---|
| BatchResource | getBatch(String batchId) | 
| List<BatchDto> | getBatches(javax.ws.rs.core.UriInfo uriInfo,
          Integer firstResult,
          Integer maxResults) | 
| CountResultDto | getBatchesCount(javax.ws.rs.core.UriInfo uriInfo) | 
| List<BatchStatisticsDto> | getStatistics(javax.ws.rs.core.UriInfo uriInfo,
             Integer firstResult,
             Integer maxResults) | 
| CountResultDto | getStatisticsCount(javax.ws.rs.core.UriInfo uriInfo) | 
static final String PATH
BatchResource getBatch(String batchId)
List<BatchDto> getBatches(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
CountResultDto getBatchesCount(@Context javax.ws.rs.core.UriInfo uriInfo)
List<BatchStatisticsDto> getStatistics(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
CountResultDto getStatisticsCount(@Context javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2018. All rights reserved.