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 java.util.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 java.util.List<MetricsIntervalResultDto>
MetricsRestServiceImpl. convertToDtos(java.util.List<MetricIntervalValue> metrics)
java.util.List<MetricsIntervalResultDto>
MetricsRestServiceImpl. interval(javax.ws.rs.core.UriInfo uriInfo)
-