org.camunda.bpm.engine.batch
Interface BatchStatisticsQuery

All Superinterfaces:
Query<BatchStatisticsQuery,BatchStatistics>
All Known Implementing Classes:
BatchStatisticsQueryImpl

public interface BatchStatisticsQuery
extends Query<BatchStatisticsQuery,BatchStatistics>


Method Summary
 BatchStatisticsQuery batchId(String batchId)
          Only select batch statistics for the given batch id.
 BatchStatisticsQuery orderById()
          Returns batch statistics sorted by batch id; must be followed by an invocation of Query.asc() or Query.desc().
 BatchStatisticsQuery type(String type)
          Only select batch statistics of the given type.
 
Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult
 

Method Detail

batchId

BatchStatisticsQuery batchId(String batchId)
Only select batch statistics for the given batch id.


type

BatchStatisticsQuery type(String type)
Only select batch statistics of the given type.


orderById

BatchStatisticsQuery orderById()
Returns batch statistics sorted by batch id; must be followed by an invocation of Query.asc() or Query.desc().



Copyright © 2016 camunda services GmbH. All rights reserved.