org.camunda.bpm.engine.impl.management
Class PurgeReport

java.lang.Object
  extended by org.camunda.bpm.engine.impl.management.PurgeReport

public class PurgeReport
extends Object

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

Constructor Summary
PurgeReport()
           
 
Method Summary
 CachePurgeReport getCachePurgeReport()
           
 DatabasePurgeReport getDatabasePurgeReport()
           
 boolean isEmpty()
           
 void setCachePurgeReport(CachePurgeReport cachePurgeReport)
           
 void setDatabasePurgeReport(DatabasePurgeReport databasePurgeReport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PurgeReport

public PurgeReport()
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()


Copyright © 2017 camunda services GmbH. All rights reserved.