|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.management.DatabasePurgeReport
public class DatabasePurgeReport
| Constructor Summary | |
|---|---|
DatabasePurgeReport()
|
|
| Method Summary | |
|---|---|
void |
addPurgeInformation(String key,
Long value)
Adds the key value pair as report information to the current purge report. |
boolean |
containsReport(String key)
Returns true if the key is present in the current report. |
Map<String,Long> |
getPurgeReport()
Returns the current purge report. |
String |
getPurgeReportAsString()
Transforms and returns the purge report to a string. |
Long |
getReportValue(String key)
Returns the value for the given key. |
boolean |
isEmpty()
Returns true if the report is empty. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatabasePurgeReport()
| Method Detail |
|---|
public void addPurgeInformation(String key,
Long value)
PurgeReporting
addPurgeInformation in interface PurgeReporting<Long>key - the report keyvalue - the report valuepublic Map<String,Long> getPurgeReport()
PurgeReporting
getPurgeReport in interface PurgeReporting<Long>public String getPurgeReportAsString()
PurgeReporting
getPurgeReportAsString in interface PurgeReporting<Long>public Long getReportValue(String key)
PurgeReporting
getReportValue in interface PurgeReporting<Long>key - the key which exist in the current report
public boolean containsReport(String key)
PurgeReporting
containsReport in interface PurgeReporting<Long>key - the key
public boolean isEmpty()
PurgeReporting
isEmpty in interface PurgeReporting<Long>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||