Class PurgeReport
java.lang.Object
org.camunda.bpm.engine.impl.management.PurgeReport
The 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 <christopher.zell@camunda.com>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isEmpty()
void
setCachePurgeReport
(CachePurgeReport cachePurgeReport) void
setDatabasePurgeReport
(DatabasePurgeReport databasePurgeReport)
-
Constructor Details
-
PurgeReport
public PurgeReport()
-
-
Method Details
-
getDatabasePurgeReport
-
setDatabasePurgeReport
-
getCachePurgeReport
-
setCachePurgeReport
-
isEmpty
public boolean isEmpty()
-