Uses of Class
org.camunda.bpm.engine.rest.dto.batch.BatchStatisticsDto
Packages that use BatchStatisticsDto
Package
Description
-
Uses of BatchStatisticsDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type BatchStatisticsDtoModifier and TypeMethodDescriptionBatchRestService.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 BatchStatisticsDtoModifier and TypeMethodDescriptionstatic 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 BatchStatisticsDtoModifier and TypeMethodDescriptionBatchRestServiceImpl.getStatistics
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)