Class PurgeReport
- java.lang.Object
-
- org.camunda.bpm.engine.impl.management.PurgeReport
-
public class PurgeReport extends java.lang.ObjectThe purge report contains information about the deleted rows for each table and also the deleted values which are removed from the deployment cache. If now entities are deleted since the database was already clean the purge report is empty.- Author:
- Christopher Zell
-
-
Constructor Summary
Constructors Constructor Description PurgeReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CachePurgeReportgetCachePurgeReport()DatabasePurgeReportgetDatabasePurgeReport()booleanisEmpty()voidsetCachePurgeReport(CachePurgeReport cachePurgeReport)voidsetDatabasePurgeReport(DatabasePurgeReport databasePurgeReport)
-
-
-
Method Detail
-
getDatabasePurgeReport
public DatabasePurgeReport getDatabasePurgeReport()
-
setDatabasePurgeReport
public void setDatabasePurgeReport(DatabasePurgeReport databasePurgeReport)
-
getCachePurgeReport
public CachePurgeReport getCachePurgeReport()
-
setCachePurgeReport
public void setCachePurgeReport(CachePurgeReport cachePurgeReport)
-
isEmpty
public boolean isEmpty()
-
-