Uses of Interface
org.camunda.bpm.engine.history.HistoricActivityStatistics
Packages that use HistoricActivityStatistics
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricActivityStatistics in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricActivityStatisticsModifier and TypeMethodDescriptionHistoricActivityStatisticsQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of HistoricActivityStatistics in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricActivityStatisticsMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricActivityStatisticsModifier and TypeMethodDescriptionHistoricStatisticsManager.getHistoricStatisticsGroupedByActivity
(HistoricActivityStatisticsQueryImpl query, Page page) -
Uses of HistoricActivityStatistics in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricActivityStatisticsModifier and TypeMethodDescriptionHistoricActivityStatisticsDto.fromHistoricActivityStatistics
(HistoricActivityStatistics statistics)