Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityStatisticsDto
-
Packages that use HistoricCaseActivityStatisticsDto Package Description org.camunda.bpm.engine.rest.dto.history org.camunda.bpm.engine.rest.history org.camunda.bpm.engine.rest.impl.history -
-
Uses of HistoricCaseActivityStatisticsDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricCaseActivityStatisticsDto Modifier and Type Method Description static HistoricCaseActivityStatisticsDto
HistoricCaseActivityStatisticsDto. fromHistoricCaseActivityStatistics(HistoricCaseActivityStatistics statistics)
-
Uses of HistoricCaseActivityStatisticsDto in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricCaseActivityStatisticsDto Modifier and Type Method Description java.util.List<HistoricCaseActivityStatisticsDto>
HistoricCaseDefinitionRestService. getHistoricCaseActivityStatistics(java.lang.String caseDefinitionId)
-
Uses of HistoricCaseActivityStatisticsDto in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricCaseActivityStatisticsDto Modifier and Type Method Description java.util.List<HistoricCaseActivityStatisticsDto>
HistoricCaseDefinitionRestServiceImpl. getHistoricCaseActivityStatistics(java.lang.String caseDefinitionId)
-