Package org.camunda.bpm.engine.rest
Interface BatchRestService
- All Known Implementing Classes:
BatchRestServiceImpl
public interface BatchRestService
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBatches
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getBatchesCount
(javax.ws.rs.core.UriInfo uriInfo) getStatistics
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) getStatisticsCount
(javax.ws.rs.core.UriInfo uriInfo)
-
Field Details
-
PATH
- See Also:
-
-
Method Details
-
getBatch
-
getBatches
-
getBatchesCount
-
getStatistics
List<BatchStatisticsDto> getStatistics(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) -
getStatisticsCount
-