Uses of Class
org.camunda.community.rest.client.dto.CleanableHistoricBatchReportResultDto
Packages that use CleanableHistoricBatchReportResultDto
-
Uses of CleanableHistoricBatchReportResultDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return types with arguments of type CleanableHistoricBatchReportResultDtoModifier and TypeMethodDescriptionHistoricBatchApi.getCleanableHistoricBatchesReport(String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Cleanable Batch Report Retrieves a report about a historic batch operations relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup) ) so that you can tune the history time to live.HistoricBatchApi.getCleanableHistoricBatchesReport(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Cleanable Batch Report Retrieves a report about a historic batch operations relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup) ) so that you can tune the history time to live. -
Uses of CleanableHistoricBatchReportResultDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return CleanableHistoricBatchReportResultDtoModifier and TypeMethodDescriptionCleanableHistoricBatchReportResultDto.cleanableBatchesCount(Long cleanableBatchesCount) CleanableHistoricBatchReportResultDto.finishedBatchesCount(Long finishedBatchesCount) CleanableHistoricBatchReportResultDto.historyTimeToLive(Integer historyTimeToLive)