Uses of Interface
org.camunda.bpm.engine.batch.BatchStatistics

Packages that use BatchStatistics
org.camunda.bpm.engine.impl.batch   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of BatchStatistics in org.camunda.bpm.engine.impl.batch
 

Classes in org.camunda.bpm.engine.impl.batch that implement BatchStatistics
 class BatchStatisticsEntity
           
 

Methods in org.camunda.bpm.engine.impl.batch that return types with arguments of type BatchStatistics
 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
 List<BatchStatistics> StatisticsManager.getStatisticsGroupedByBatch(BatchStatisticsQueryImpl query, Page page)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.