Class CleanableHistoricBatchReportResultDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.batch.CleanableHistoricBatchReportResultDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert
(List<CleanableHistoricBatchReportResult> reportResult) protected CleanableHistoricBatchReport
createNewReportQuery
(ProcessEngine engine) long
long
void
setBatchType
(String batchType) void
setCleanableBatchesCount
(long cleanableBatchCount) void
setFinishedBatchesCount
(long finishedBatchCount) void
setHistoryTimeToLive
(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
-
convert
public static List<CleanableHistoricBatchReportResultDto> convert(List<CleanableHistoricBatchReportResult> reportResult)
-