Uses of Class
org.camunda.bpm.engine.rest.dto.batch.BatchStatisticsDto
-
Packages that use BatchStatisticsDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.dto.batch org.camunda.bpm.engine.rest.impl -
-
Uses of BatchStatisticsDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type BatchStatisticsDto Modifier and Type Method Description List<BatchStatisticsDto>
BatchRestService. getStatistics(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
-
Uses of BatchStatisticsDto in org.camunda.bpm.engine.rest.dto.batch
Methods in org.camunda.bpm.engine.rest.dto.batch that return BatchStatisticsDto Modifier and Type Method Description static BatchStatisticsDto
BatchStatisticsDto. fromBatchStatistics(BatchStatistics batchStatistics)
-
Uses of BatchStatisticsDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type BatchStatisticsDto Modifier and Type Method Description List<BatchStatisticsDto>
BatchRestServiceImpl. getStatistics(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
-