Interface PurgeIndicatorStorageResultItem


  • public interface PurgeIndicatorStorageResultItem
    Represents the result of a service execution.
    Since:
    2.7.0
    • 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.