Uses of Class
org.camunda.bpm.engine.rest.dto.batch.BatchStatisticsDto

Packages that use BatchStatisticsDto
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
 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
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
 List<BatchStatisticsDto> BatchRestServiceImpl.getStatistics(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.