Package com.orchestranetworks.addon.dqid
Interface IndicatorStorage
public interface IndicatorStorage
Defines the storage of results.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.onwbp.adaptation.AdaptationReferenceData set name of integration storage.static final com.orchestranetworks.instance.HomeKeyHome key of integration storage.static final com.onwbp.adaptation.AdaptationReferenceData set name of production storage.static final com.orchestranetworks.instance.HomeKeyHome key of production storage. - 
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.base.text.UserMessagedisplayLabel(Locale locale) Deprecated.com.onwbp.adaptation.AdaptationTableReturns theBig data reporttable in the storage.com.onwbp.adaptation.AdaptationTableReturns theCorrelated watchdog indicator reporttable in the storage.com.onwbp.adaptation.AdaptationReturns the data set of storage.com.onwbp.adaptation.AdaptationHomeReturns the data space of storage.com.onwbp.adaptation.AdaptationTableReturns theFlat data reporttable in the storage.com.onwbp.adaptation.AdaptationTableReturns theIndicator reporttable in the storage.com.onwbp.adaptation.AdaptationTableReturns theIndicator valuetable in the storage.com.onwbp.adaptation.AdaptationTableReturns theLinked recordtable in the storage.com.onwbp.adaptation.AdaptationTableReturns theWatchdog indicator reporttable in the storage.booleanReturnstrueif 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()Returnstrueif 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 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
 
 
 -