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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CleanableHistoricBatchReport
orderByFinishedBatchOperation()
Order 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 Detail
-
orderByFinishedBatchOperation
CleanableHistoricBatchReport orderByFinishedBatchOperation()
Order by finished batch operations amount (needs to be followed byQuery.asc()
orQuery.desc()
).
-
-