Uses of Interface
org.camunda.bpm.engine.management.ProcessDefinitionStatistics
Packages that use ProcessDefinitionStatistics
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of ProcessDefinitionStatistics in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type ProcessDefinitionStatisticsModifier and TypeMethodDescriptionProcessDefinitionStatisticsQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of ProcessDefinitionStatistics in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement ProcessDefinitionStatisticsMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type ProcessDefinitionStatisticsModifier and TypeMethodDescriptionStatisticsManager.getStatisticsGroupedByProcessDefinitionVersion
(ProcessDefinitionStatisticsQueryImpl query, Page page) -
Uses of ProcessDefinitionStatistics in org.camunda.bpm.engine.rest.dto.repository
Methods in org.camunda.bpm.engine.rest.dto.repository with parameters of type ProcessDefinitionStatisticsModifier and TypeMethodDescriptionProcessDefinitionStatisticsResultDto.fromProcessDefinitionStatistics
(ProcessDefinitionStatistics statistics)