Class DatabasePurgeReport
java.lang.Object
org.camunda.bpm.engine.impl.management.DatabasePurgeReport
- All Implemented Interfaces:
- PurgeReporting<Long>
- Author:
- Christopher Zell <christopher.zell@camunda.com>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddPurgeInformation(String key, Long value) Adds the key value pair as report information to the current purge report.booleancontainsReport(String key) Returns true if the key is present in the current report.Returns the current purge report.Transforms and returns the purge report to a string.getReportValue(String key) Returns the value for the given key.booleanbooleanisEmpty()Returns true if the report is empty.voidsetDbContainsLicenseKey(boolean dbContainsLicenseKey) 
- 
Constructor Details- 
DatabasePurgeReportpublic DatabasePurgeReport()
 
- 
- 
Method Details- 
addPurgeInformationDescription copied from interface:PurgeReportingAdds the key value pair as report information to the current purge report.- Specified by:
- addPurgeInformationin interface- PurgeReporting<Long>
- Parameters:
- key- the report key
- value- the report value
 
- 
getPurgeReportDescription copied from interface:PurgeReportingReturns the current purge report.- Specified by:
- getPurgeReportin interface- PurgeReporting<Long>
- Returns:
- the purge report
 
- 
getPurgeReportAsStringDescription copied from interface:PurgeReportingTransforms and returns the purge report to a string.- Specified by:
- getPurgeReportAsStringin interface- PurgeReporting<Long>
- Returns:
- the purge report as string
 
- 
getReportValueDescription copied from interface:PurgeReportingReturns the value for the given key.- Specified by:
- getReportValuein interface- PurgeReporting<Long>
- Parameters:
- key- the key which exist in the current report
- Returns:
- the corresponding value
 
- 
containsReportDescription copied from interface:PurgeReportingReturns true if the key is present in the current report.- Specified by:
- containsReportin interface- PurgeReporting<Long>
- Parameters:
- key- the key
- Returns:
- true if the key is present
 
- 
isEmptypublic boolean isEmpty()Description copied from interface:PurgeReportingReturns true if the report is empty.- Specified by:
- isEmptyin interface- PurgeReporting<Long>
- Returns:
- true if the report is empty, false otherwise
 
- 
isDbContainsLicenseKeypublic boolean isDbContainsLicenseKey()
- 
setDbContainsLicenseKeypublic void setDbContainsLicenseKey(boolean dbContainsLicenseKey) 
 
-