org.camunda.bpm.engine.rest.dto.history.batch
Class CleanableHistoricBatchReportResultDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.batch.CleanableHistoricBatchReportResultDto
public class CleanableHistoricBatchReportResultDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
batchType
protected String batchType
historyTimeToLive
protected Integer historyTimeToLive
finishedBatchesCount
protected long finishedBatchesCount
cleanableBatchesCount
protected long cleanableBatchesCount
CleanableHistoricBatchReportResultDto
public CleanableHistoricBatchReportResultDto()
getBatchType
public String getBatchType()
setBatchType
public void setBatchType(String batchType)
getHistoryTimeToLive
public Integer getHistoryTimeToLive()
setHistoryTimeToLive
public void setHistoryTimeToLive(Integer historyTimeToLive)
getFinishedBatchesCount
public long getFinishedBatchesCount()
setFinishedBatchesCount
public void setFinishedBatchesCount(long finishedBatchCount)
getCleanableBatchesCount
public long getCleanableBatchesCount()
setCleanableBatchesCount
public void setCleanableBatchesCount(long cleanableBatchCount)
createNewReportQuery
protected CleanableHistoricBatchReport createNewReportQuery(ProcessEngine engine)
convert
public static List<CleanableHistoricBatchReportResultDto> convert(List<CleanableHistoricBatchReportResult> reportResult)
Copyright © 2017 camunda services GmbH. All rights reserved.