org.camunda.bpm.engine.rest.dto.history.batch
Class CleanableHistoricBatchReportResultDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.history.batch.CleanableHistoricBatchReportResultDto

public class CleanableHistoricBatchReportResultDto
extends Object


Field Summary
protected  String batchType
           
protected  long cleanableBatchesCount
           
protected  long finishedBatchesCount
           
protected  Integer historyTimeToLive
           
 
Constructor Summary
CleanableHistoricBatchReportResultDto()
           
 
Method Summary
static List<CleanableHistoricBatchReportResultDto> convert(List<CleanableHistoricBatchReportResult> reportResult)
           
protected  CleanableHistoricBatchReport createNewReportQuery(ProcessEngine engine)
           
 String getBatchType()
           
 long getCleanableBatchesCount()
           
 long getFinishedBatchesCount()
           
 Integer getHistoryTimeToLive()
           
 void setBatchType(String batchType)
           
 void setCleanableBatchesCount(long cleanableBatchCount)
           
 void setFinishedBatchesCount(long finishedBatchCount)
           
 void setHistoryTimeToLive(Integer historyTimeToLive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

batchType

protected String batchType

historyTimeToLive

protected Integer historyTimeToLive

finishedBatchesCount

protected long finishedBatchesCount

cleanableBatchesCount

protected long cleanableBatchesCount
Constructor Detail

CleanableHistoricBatchReportResultDto

public CleanableHistoricBatchReportResultDto()
Method Detail

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.