Uses of Class
org.camunda.bpm.engine.impl.CleanableHistoricBatchReportImpl
-
Packages that use CleanableHistoricBatchReportImpl Package Description org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of CleanableHistoricBatchReportImpl in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type CleanableHistoricBatchReportImpl Modifier and Type Method Description List<CleanableHistoricBatchReportResult>
HistoricBatchManager. findCleanableHistoricBatchesReportByCriteria(CleanableHistoricBatchReportImpl query, Page page, Map<String,Integer> batchOperationsForHistoryCleanup)
long
HistoricBatchManager. findCleanableHistoricBatchesReportCountByCriteria(CleanableHistoricBatchReportImpl query, Map<String,Integer> batchOperationsForHistoryCleanup)
-