Interface IndicatorStorage


public interface IndicatorStorage
Defines the storage of results.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.onwbp.adaptation.AdaptationReference
    Data set name of integration storage.
    static final com.orchestranetworks.instance.HomeKey
    Home key of integration storage.
    static final com.onwbp.adaptation.AdaptationReference
    Data set name of production storage.
    static final com.orchestranetworks.instance.HomeKey
    Home key of production storage.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.onwbp.base.text.UserMessage
    Deprecated. 
    com.onwbp.adaptation.AdaptationTable
    Returns the Big data report table in the storage.
    com.onwbp.adaptation.AdaptationTable
    Returns the Correlated watchdog indicator report table in the storage.
    com.onwbp.adaptation.Adaptation
    Returns the data set of storage.
    com.onwbp.adaptation.AdaptationHome
    Returns the data space of storage.
    com.onwbp.adaptation.AdaptationTable
    Returns the Flat data report table in the storage.
    com.onwbp.adaptation.AdaptationTable
    Returns the Indicator report table in the storage.
    com.onwbp.adaptation.AdaptationTable
    Returns the Indicator value table in the storage.
    getLabel(Locale locale)
     
    com.onwbp.adaptation.AdaptationTable
    Returns the Linked record table in the storage.
    com.onwbp.adaptation.AdaptationTable
    Returns the Watchdog indicator report table in the storage.
    boolean
    Returns true if in configuration, this storage is default.
  • Field Details

    • PRODUCTION_KEY

      static final com.orchestranetworks.instance.HomeKey PRODUCTION_KEY
      Home key of production storage.
      Since:
      1.3.0
    • PRODUCTION_DATASET

      static final com.onwbp.adaptation.AdaptationReference PRODUCTION_DATASET
      Data set name of production storage.
      Since:
      1.3.0
    • INTEGRATION_KEY

      static final com.orchestranetworks.instance.HomeKey INTEGRATION_KEY
      Home key of integration storage.
      Since:
      1.3.0
    • INTEGRATION_DATASET

      static final com.onwbp.adaptation.AdaptationReference INTEGRATION_DATASET
      Data set name of integration storage.
      Since:
      1.3.0
  • Method Details

    • getDataspace

      com.onwbp.adaptation.AdaptationHome getDataspace()
      Returns the data space of storage.
    • getDataset

      com.onwbp.adaptation.Adaptation getDataset()
      Returns the data set of storage.
    • isDefault

      boolean isDefault()
      Returns true if in configuration, this storage is default.
    • displayLabel

      @Deprecated com.onwbp.base.text.UserMessage displayLabel(Locale locale)
      Deprecated.
      As of v1.2.0, replaced by getLabel(Locale).
    • getLabel

      String getLabel(Locale locale)
      Since:
      1.2.0
    • getIndicatorReportTable

      com.onwbp.adaptation.AdaptationTable getIndicatorReportTable()
      Returns the Indicator report table in the storage.
      Since:
      1.3.0
    • getIndicatorValueTable

      com.onwbp.adaptation.AdaptationTable getIndicatorValueTable()
      Returns the Indicator value table in the storage.
      Since:
      1.3.0
    • getBigDataReportTable

      com.onwbp.adaptation.AdaptationTable getBigDataReportTable()
      Returns the Big data report table in the storage.
      Since:
      1.3.0
    • getFlatDataReportTable

      com.onwbp.adaptation.AdaptationTable getFlatDataReportTable()
      Returns the Flat data report table in the storage.
      Since:
      2.0.0
    • getLinkedRecordTable

      com.onwbp.adaptation.AdaptationTable getLinkedRecordTable()
      Returns the Linked record table in the storage.
      Since:
      1.4.0
    • getWatchdogIndicatorReportTable

      com.onwbp.adaptation.AdaptationTable getWatchdogIndicatorReportTable()
      Returns the Watchdog indicator report table in the storage.
      Since:
      1.5.0
    • getCorrelatedWatchdogIndicatorReportTable

      com.onwbp.adaptation.AdaptationTable getCorrelatedWatchdogIndicatorReportTable()
      Returns the Correlated watchdog indicator report table in the storage.
      Since:
      1.5.0