Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricActivityStatisticsDto
-
Packages that use HistoricActivityStatisticsDto Package Description org.camunda.bpm.engine.rest.dto.history org.camunda.bpm.engine.rest.history org.camunda.bpm.engine.rest.impl.history -
-
Uses of HistoricActivityStatisticsDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricActivityStatisticsDto Modifier and Type Method Description static HistoricActivityStatisticsDtoHistoricActivityStatisticsDto. fromHistoricActivityStatistics(org.camunda.bpm.engine.history.HistoricActivityStatistics statistics) -
Uses of HistoricActivityStatisticsDto in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricActivityStatisticsDto Modifier and Type Method Description List<HistoricActivityStatisticsDto>HistoricProcessDefinitionRestService. getHistoricActivityStatistics(javax.ws.rs.core.UriInfo uriInfo, String processDefinitionId) -
Uses of HistoricActivityStatisticsDto in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricActivityStatisticsDto Modifier and Type Method Description List<HistoricActivityStatisticsDto>HistoricProcessDefinitionRestServiceImpl. getHistoricActivityStatistics(javax.ws.rs.core.UriInfo uriInfo, String processDefinitionId)
-