Class CleanableHistoricBatchReportResultDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.batch.CleanableHistoricBatchReportResultDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.camunda.bpm.engine.history.CleanableHistoricBatchReportcreateNewReportQuery(org.camunda.bpm.engine.ProcessEngine engine) longlongvoidsetBatchType(String batchType) voidsetCleanableBatchesCount(long cleanableBatchCount) voidsetFinishedBatchesCount(long finishedBatchCount) voidsetHistoryTimeToLive(Integer historyTimeToLive)
-
Field Details
-
batchType
-
historyTimeToLive
-
finishedBatchesCount
protected long finishedBatchesCount -
cleanableBatchesCount
protected long cleanableBatchesCount
-
-
Constructor Details
-
CleanableHistoricBatchReportResultDto
public CleanableHistoricBatchReportResultDto()
-
-
Method Details
-
getBatchType
-
setBatchType
-
getHistoryTimeToLive
-
setHistoryTimeToLive
-
getFinishedBatchesCount
public long getFinishedBatchesCount() -
setFinishedBatchesCount
public void setFinishedBatchesCount(long finishedBatchCount) -
getCleanableBatchesCount
public long getCleanableBatchesCount() -
setCleanableBatchesCount
public void setCleanableBatchesCount(long cleanableBatchCount) -
createNewReportQuery
protected org.camunda.bpm.engine.history.CleanableHistoricBatchReport createNewReportQuery(org.camunda.bpm.engine.ProcessEngine engine) -
convert
public static List<CleanableHistoricBatchReportResultDto> convert(List<org.camunda.bpm.engine.history.CleanableHistoricBatchReportResult> reportResult)
-