|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PurgeReporting<T>
Represents an interface for the purge reporting. Contains all information of the data which is deleted during the purge.
| Method Summary | |
|---|---|
void |
addPurgeInformation(String key,
T 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,T> |
getPurgeReport()
Returns the current purge report. |
String |
getPurgeReportAsString()
Transforms and returns the purge report to a string. |
T |
getReportValue(String key)
Returns the value for the given key. |
boolean |
isEmpty()
Returns true if the report is empty. |
| Method Detail |
|---|
void addPurgeInformation(String key,
T value)
key - the report keyvalue - the report valueMap<String,T> getPurgeReport()
String getPurgeReportAsString()
T getReportValue(String key)
key - the key which exist in the current report
boolean containsReport(String key)
key - the key
boolean isEmpty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||