Package com.orchestranetworks.addon.dqid
Interface IndicatorStorage
public interface IndicatorStorage
Defines the storage of results.
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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 TypeMethodDescriptioncom.onwbp.base.text.UserMessage
displayLabel
(Locale locale) Deprecated.com.onwbp.adaptation.AdaptationTable
Returns theBig data report
table in the storage.com.onwbp.adaptation.AdaptationTable
Returns theCorrelated 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 theFlat data report
table in the storage.com.onwbp.adaptation.AdaptationTable
Returns theIndicator report
table in the storage.com.onwbp.adaptation.AdaptationTable
Returns theIndicator value
table in the storage.com.onwbp.adaptation.AdaptationTable
Returns theLinked record
table in the storage.com.onwbp.adaptation.AdaptationTable
Returns theWatchdog indicator report
table in the storage.boolean
Returnstrue
if in configuration, this storage is default.
-
Field Details
-
PRODUCTION_KEY
static final com.orchestranetworks.instance.HomeKey PRODUCTION_KEYHome key of production storage.- Since:
- 1.3.0
-
PRODUCTION_DATASET
static final com.onwbp.adaptation.AdaptationReference PRODUCTION_DATASETData set name of production storage.- Since:
- 1.3.0
-
INTEGRATION_KEY
static final com.orchestranetworks.instance.HomeKey INTEGRATION_KEYHome key of integration storage.- Since:
- 1.3.0
-
INTEGRATION_DATASET
static final com.onwbp.adaptation.AdaptationReference INTEGRATION_DATASETData 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()Returnstrue
if in configuration, this storage is default. -
displayLabel
Deprecated.As of v1.2.0, replaced bygetLabel(Locale)
. -
getLabel
- Since:
- 1.2.0
-
getIndicatorReportTable
com.onwbp.adaptation.AdaptationTable getIndicatorReportTable()Returns theIndicator report
table in the storage.- Since:
- 1.3.0
-
getIndicatorValueTable
com.onwbp.adaptation.AdaptationTable getIndicatorValueTable()Returns theIndicator value
table in the storage.- Since:
- 1.3.0
-
getBigDataReportTable
com.onwbp.adaptation.AdaptationTable getBigDataReportTable()Returns theBig data report
table in the storage.- Since:
- 1.3.0
-
getFlatDataReportTable
com.onwbp.adaptation.AdaptationTable getFlatDataReportTable()Returns theFlat data report
table in the storage.- Since:
- 2.0.0
-
getLinkedRecordTable
com.onwbp.adaptation.AdaptationTable getLinkedRecordTable()Returns theLinked record
table in the storage.- Since:
- 1.4.0
-
getWatchdogIndicatorReportTable
com.onwbp.adaptation.AdaptationTable getWatchdogIndicatorReportTable()Returns theWatchdog indicator report
table in the storage.- Since:
- 1.5.0
-