Uses of Interface
org.camunda.bpm.engine.history.CleanableHistoricBatchReportResult
-
Packages that use CleanableHistoricBatchReportResult Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.rest.dto.history.batch -
-
Uses of CleanableHistoricBatchReportResult in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type CleanableHistoricBatchReportResult Modifier and Type Method Description java.util.List<CleanableHistoricBatchReportResult>CleanableHistoricBatchReportImpl. executeList(CommandContext commandContext, Page page) -
Uses of CleanableHistoricBatchReportResult in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement CleanableHistoricBatchReportResult Modifier and Type Class Description classCleanableHistoricBatchesReportResultEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type CleanableHistoricBatchReportResult Modifier and Type Method Description java.util.List<CleanableHistoricBatchReportResult>HistoricBatchManager. findCleanableHistoricBatchesReportByCriteria(CleanableHistoricBatchReportImpl query, Page page, java.util.Map<java.lang.String,java.lang.Integer> batchOperationsForHistoryCleanup) -
Uses of CleanableHistoricBatchReportResult in org.camunda.bpm.engine.rest.dto.history.batch
Method parameters in org.camunda.bpm.engine.rest.dto.history.batch with type arguments of type CleanableHistoricBatchReportResult Modifier and Type Method Description static java.util.List<CleanableHistoricBatchReportResultDto>CleanableHistoricBatchReportResultDto. convert(java.util.List<CleanableHistoricBatchReportResult> reportResult)
-