Uses of Interface
org.camunda.bpm.engine.batch.BatchStatistics
Packages that use BatchStatistics
Package
Description
-
Uses of BatchStatistics in org.camunda.bpm.engine.impl.batch
Classes in org.camunda.bpm.engine.impl.batch that implement BatchStatisticsMethods in org.camunda.bpm.engine.impl.batch that return types with arguments of type BatchStatisticsModifier and TypeMethodDescriptionBatchStatisticsQueryImpl.executeList
(CommandContext commandContext, Page page) -
Uses of BatchStatistics in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type BatchStatisticsModifier and TypeMethodDescriptionStatisticsManager.getStatisticsGroupedByBatch
(BatchStatisticsQueryImpl query, Page page) -
Uses of BatchStatistics in org.camunda.bpm.engine.rest.dto.batch
Methods in org.camunda.bpm.engine.rest.dto.batch with parameters of type BatchStatisticsModifier and TypeMethodDescriptionstatic BatchStatisticsDto
BatchStatisticsDto.fromBatchStatistics
(BatchStatistics batchStatistics)