Class PurgeReport
java.lang.Object
org.operaton.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 no entities are deleted since the database was already clean the purge report is empty.
- Author:
- Christopher Zell invalid input: '<'christopher.zell@camunda.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()voidsetCachePurgeReport(CachePurgeReport cachePurgeReport) voidsetDatabasePurgeReport(DatabasePurgeReport databasePurgeReport)
-
Constructor Details
-
PurgeReport
public PurgeReport()
-
-
Method Details
-
getDatabasePurgeReport
-
setDatabasePurgeReport
-
getCachePurgeReport
-
setCachePurgeReport
-
isEmpty
public boolean isEmpty()
-