org.camunda.bpm.engine.history
Interface CleanableHistoricBatchReport

All Superinterfaces:
Query<CleanableHistoricBatchReport,CleanableHistoricBatchReportResult>
All Known Implementing Classes:
CleanableHistoricBatchReportImpl

public interface CleanableHistoricBatchReport
extends Query<CleanableHistoricBatchReport,CleanableHistoricBatchReportResult>

Defines a report query for cleanable batches.


Method Summary
 CleanableHistoricBatchReport orderByFinishedBatchOperation()
          Order by finished batch operations amount (needs to be followed by Query.asc() or Query.desc()).
 
Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult
 

Method Detail

orderByFinishedBatchOperation

CleanableHistoricBatchReport orderByFinishedBatchOperation()
Order by finished batch operations amount (needs to be followed by Query.asc() or Query.desc()).



Copyright © 2017 camunda services GmbH. All rights reserved.