Class CleanableHistoricBatchesReportResultEntity
java.lang.Object
org.operaton.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
- All Implemented Interfaces:
CleanableHistoricBatchReportResult
public class CleanableHistoricBatchesReportResultEntity
extends Object
implements CleanableHistoricBatchReportResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the batch type.longReturns the amount of cleanable historic batches.longReturns the amount of finished historic batches.Returns the history time to live for the selected batch type.voidsetBatchType(String batchType) voidsetCleanableBatchesCount(long cleanableBatchCount) voidsetFinishedBatchesCount(long finishedBatchCount) voidsetHistoryTimeToLive(Integer historyTimeToLive) toString()
-
Field Details
-
batchType
-
historyTimeToLive
-
finishedBatchesCount
protected long finishedBatchesCount -
cleanableBatchesCount
protected long cleanableBatchesCount
-
-
Constructor Details
-
CleanableHistoricBatchesReportResultEntity
public CleanableHistoricBatchesReportResultEntity()
-
-
Method Details
-
getBatchType
Description copied from interface:CleanableHistoricBatchReportResultReturns the batch type.- Specified by:
getBatchTypein interfaceCleanableHistoricBatchReportResult
-
setBatchType
-
getHistoryTimeToLive
Description copied from interface:CleanableHistoricBatchReportResultReturns the history time to live for the selected batch type.- Specified by:
getHistoryTimeToLivein interfaceCleanableHistoricBatchReportResult
-
setHistoryTimeToLive
-
getFinishedBatchesCount
public long getFinishedBatchesCount()Description copied from interface:CleanableHistoricBatchReportResultReturns the amount of finished historic batches.- Specified by:
getFinishedBatchesCountin interfaceCleanableHistoricBatchReportResult
-
setFinishedBatchesCount
public void setFinishedBatchesCount(long finishedBatchCount) -
getCleanableBatchesCount
public long getCleanableBatchesCount()Description copied from interface:CleanableHistoricBatchReportResultReturns the amount of cleanable historic batches.- Specified by:
getCleanableBatchesCountin interfaceCleanableHistoricBatchReportResult
-
setCleanableBatchesCount
public void setCleanableBatchesCount(long cleanableBatchCount) -
toString
-