public interface PurgeIndicatorStorageResultItem
| Modifier and Type | Method and Description |
|---|---|
com.onwbp.adaptation.PrimaryKey |
getDEC()
Returns a D.E.C.'s primary key.
|
com.onwbp.adaptation.PrimaryKey |
getIndicator()
Returns an indicator's primary key.
|
int |
getNbRecordsInCorrelatedWatchdogIndicator()
Returns the number of records purged from the Correlated watchdog indicator report table.
|
int |
getNbRecordsInFlatData()
Returns the number of records purged from the Flat data report table.
|
int |
getNbRecordsInIndicatorReport()
Returns the number of records purged from the Indicator report table.
|
int |
getNbRecordsInIndicatorValue()
Returns the number of records purged from the Indicator value table.
|
int |
getNbRecordsInLinkedRecord()
Returns the number of records purged from the Linked record table.
|
int |
getNbRecordsInWatchdogIndicator()
Returns the number of records purged from the Watchdog indicator report table.
|
com.onwbp.adaptation.PrimaryKey getIndicator()
com.onwbp.adaptation.PrimaryKey getDEC()
int getNbRecordsInIndicatorReport()
int getNbRecordsInIndicatorValue()
int getNbRecordsInFlatData()
int getNbRecordsInLinkedRecord()
int getNbRecordsInWatchdogIndicator()
int getNbRecordsInCorrelatedWatchdogIndicator()