Package 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
Modifier and TypeMethodDescriptionOrder by finished batch operations amount (needs to be followed byQuery.asc()
orQuery.desc()
).Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult, unlimitedList
-
Method Details
-
orderByFinishedBatchOperation
CleanableHistoricBatchReport orderByFinishedBatchOperation()Order by finished batch operations amount (needs to be followed byQuery.asc()
orQuery.desc()
).
-