|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BatchRestService
| Field Summary | |
|---|---|
static String |
PATH
|
| Method Summary | |
|---|---|
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)
|
| Field Detail |
|---|
static final String PATH
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||