public interface PurgeReporting<T>
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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 reportboolean containsReport(String key)
key - the keyboolean isEmpty()
Copyright © 2017. All rights reserved.