Interface PurgeIndicatorStorageResultItem
-
public interface PurgeIndicatorStorageResultItemRepresents the result of a service execution.- Since:
- 2.7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.onwbp.adaptation.PrimaryKeygetDEC()Returns a D.E.C.'s primary key.com.onwbp.adaptation.PrimaryKeygetIndicator()Returns an indicator's primary key.intgetNbRecordsInCorrelatedWatchdogIndicator()Returns the number of records purged from the Correlated watchdog indicator report table.intgetNbRecordsInFlatData()Returns the number of records purged from the Flat data report table.intgetNbRecordsInIndicatorReport()Returns the number of records purged from the Indicator report table.intgetNbRecordsInIndicatorValue()Returns the number of records purged from the Indicator value table.intgetNbRecordsInLinkedRecord()Returns the number of records purged from the Linked record table.intgetNbRecordsInWatchdogIndicator()Returns the number of records purged from the Watchdog indicator report table.
-
-
-
Method Detail
-
getIndicator
com.onwbp.adaptation.PrimaryKey getIndicator()
Returns an indicator's primary key.
-
getDEC
com.onwbp.adaptation.PrimaryKey getDEC()
Returns a D.E.C.'s primary key.
-
getNbRecordsInIndicatorReport
int getNbRecordsInIndicatorReport()
Returns the number of records purged from the Indicator report table.
-
getNbRecordsInIndicatorValue
int getNbRecordsInIndicatorValue()
Returns the number of records purged from the Indicator value table.
-
getNbRecordsInFlatData
int getNbRecordsInFlatData()
Returns the number of records purged from the Flat data report table.
-
getNbRecordsInLinkedRecord
int getNbRecordsInLinkedRecord()
Returns the number of records purged from the Linked record table.
-
getNbRecordsInWatchdogIndicator
int getNbRecordsInWatchdogIndicator()
Returns the number of records purged from the Watchdog indicator report table.
-
getNbRecordsInCorrelatedWatchdogIndicator
int getNbRecordsInCorrelatedWatchdogIndicator()
Returns the number of records purged from the Correlated watchdog indicator report table.
-
-