Uses of Interface
org.camunda.bpm.engine.batch.BatchStatistics
-
Packages that use BatchStatistics Package Description org.camunda.bpm.engine.impl.batch org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.rest.dto.batch org.camunda.bpm.engine.rest.impl -
-
Uses of BatchStatistics in org.camunda.bpm.engine.impl.batch
Classes in org.camunda.bpm.engine.impl.batch that implement BatchStatistics Modifier and Type Class Description class
BatchStatisticsEntity
Methods in org.camunda.bpm.engine.impl.batch that return types with arguments of type BatchStatistics Modifier and Type Method Description List<BatchStatistics>
BatchStatisticsQueryImpl. 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 BatchStatistics Modifier and Type Method Description List<BatchStatistics>
StatisticsManager. 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 BatchStatistics Modifier and Type Method Description static BatchStatisticsDto
BatchStatisticsDto. fromBatchStatistics(BatchStatistics batchStatistics)
-
Uses of BatchStatistics in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type BatchStatistics Modifier and Type Method Description protected List<BatchStatistics>
BatchRestServiceImpl. executePaginatedStatisticsQuery(BatchStatisticsQuery query, Integer firstResult, Integer maxResults)
-