Package com.orchestranetworks.addon.dqid
Interface IndicatorStorage
-
public interface IndicatorStorageDefines the storage of results.
-
-
Field Summary
Fields Modifier and Type Field Description static com.onwbp.adaptation.AdaptationReferenceINTEGRATION_DATASETData set name of integration storage.static com.orchestranetworks.instance.HomeKeyINTEGRATION_KEYHome key of integration storage.static com.onwbp.adaptation.AdaptationReferencePRODUCTION_DATASETData set name of production storage.static com.orchestranetworks.instance.HomeKeyPRODUCTION_KEYHome key of production storage.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.onwbp.base.text.UserMessagedisplayLabel(java.util.Locale locale)Deprecated.com.onwbp.adaptation.AdaptationTablegetBigDataReportTable()Returns theBig data reporttable in the storage.com.onwbp.adaptation.AdaptationTablegetCorrelatedWatchdogIndicatorReportTable()Returns theCorrelated watchdog indicator reporttable in the storage.com.onwbp.adaptation.AdaptationgetDataset()Returns the data set of storage.com.onwbp.adaptation.AdaptationHomegetDataspace()Returns the data space of storage.com.onwbp.adaptation.AdaptationTablegetFlatDataReportTable()Returns theFlat data reporttable in the storage.com.onwbp.adaptation.AdaptationTablegetIndicatorReportTable()Returns theIndicator reporttable in the storage.com.onwbp.adaptation.AdaptationTablegetIndicatorValueTable()Returns theIndicator valuetable in the storage.java.lang.StringgetLabel(java.util.Locale locale)com.onwbp.adaptation.AdaptationTablegetLinkedRecordTable()Returns theLinked recordtable in the storage.com.onwbp.adaptation.AdaptationTablegetWatchdogIndicatorReportTable()Returns theWatchdog indicator reporttable in the storage.booleanisDefault()Returnstrueif in configuration, this storage is default.
-
-
-
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()
Returnstrueif 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 bygetLabel(Locale).
-
getLabel
java.lang.String getLabel(java.util.Locale locale)
- Since:
- 1.2.0
-
getIndicatorReportTable
com.onwbp.adaptation.AdaptationTable getIndicatorReportTable()
Returns theIndicator reporttable in the storage.- Since:
- 1.3.0
-
getIndicatorValueTable
com.onwbp.adaptation.AdaptationTable getIndicatorValueTable()
Returns theIndicator valuetable in the storage.- Since:
- 1.3.0
-
getBigDataReportTable
com.onwbp.adaptation.AdaptationTable getBigDataReportTable()
Returns theBig data reporttable in the storage.- Since:
- 1.3.0
-
getFlatDataReportTable
com.onwbp.adaptation.AdaptationTable getFlatDataReportTable()
Returns theFlat data reporttable in the storage.- Since:
- 2.0.0
-
getLinkedRecordTable
com.onwbp.adaptation.AdaptationTable getLinkedRecordTable()
Returns theLinked recordtable in the storage.- Since:
- 1.4.0
-
getWatchdogIndicatorReportTable
com.onwbp.adaptation.AdaptationTable getWatchdogIndicatorReportTable()
Returns theWatchdog indicator reporttable in the storage.- Since:
- 1.5.0
-
getCorrelatedWatchdogIndicatorReportTable
com.onwbp.adaptation.AdaptationTable getCorrelatedWatchdogIndicatorReportTable()
Returns theCorrelated watchdog indicator reporttable in the storage.- Since:
- 1.5.0
-
-