Interface IndicatorStorage


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

      Fields 
      Modifier and Type Field Description
      static com.onwbp.adaptation.AdaptationReference INTEGRATION_DATASET
      Data set name of integration storage.
      static com.orchestranetworks.instance.HomeKey INTEGRATION_KEY
      Home key of integration storage.
      static com.onwbp.adaptation.AdaptationReference PRODUCTION_DATASET
      Data set name of production storage.
      static com.orchestranetworks.instance.HomeKey PRODUCTION_KEY
      Home key of production storage.
    • Field Detail

      • 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 Detail

      • 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​(java.util.Locale locale)
        Deprecated.
        As of v1.2.0, replaced by getLabel(Locale).
      • getLabel

        java.lang.String getLabel​(java.util.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