Uses of Class
org.camunda.bpm.engine.rest.dto.metrics.MetricsIntervalResultDto
- 
Packages that use MetricsIntervalResultDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl  - 
- 
Uses of MetricsIntervalResultDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type MetricsIntervalResultDto Modifier and Type Method Description List<MetricsIntervalResultDto>MetricsRestService. interval(javax.ws.rs.core.UriInfo uriInfo) - 
Uses of MetricsIntervalResultDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type MetricsIntervalResultDto Modifier and Type Method Description protected List<MetricsIntervalResultDto>MetricsRestServiceImpl. convertToDtos(List<MetricIntervalValue> metrics)List<MetricsIntervalResultDto>MetricsRestServiceImpl. interval(javax.ws.rs.core.UriInfo uriInfo) 
 -