public interface IndicatorStorage
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
com.onwbp.base.text.UserMessage |
displayLabel(Locale locale)
Deprecated.
|
com.onwbp.adaptation.AdaptationTable |
getBigDataReportTable()
Returns the
Big data report table in the storage. |
com.onwbp.adaptation.AdaptationTable |
getCorrelatedWatchdogIndicatorReportTable()
Returns the
Correlated watchdog indicator report table in the storage. |
com.onwbp.adaptation.Adaptation |
getDataset()
Returns the data set of storage.
|
com.onwbp.adaptation.AdaptationHome |
getDataspace()
Returns the data space of storage.
|
com.onwbp.adaptation.AdaptationTable |
getFlatDataReportTable()
Returns the
Flat data report table in the storage. |
com.onwbp.adaptation.AdaptationTable |
getIndicatorReportTable()
Returns the
Indicator report table in the storage. |
com.onwbp.adaptation.AdaptationTable |
getIndicatorValueTable()
Returns the
Indicator value table in the storage. |
String |
getLabel(Locale locale) |
com.onwbp.adaptation.AdaptationTable |
getLinkedRecordTable()
Returns the
Linked record table in the storage. |
com.onwbp.adaptation.AdaptationTable |
getWatchdogIndicatorReportTable()
Returns the
Watchdog indicator report table in the storage. |
boolean |
isDefault()
Returns
true if in configuration, this storage is default. |
static final com.orchestranetworks.instance.HomeKey PRODUCTION_KEY
static final com.onwbp.adaptation.AdaptationReference PRODUCTION_DATASET
static final com.orchestranetworks.instance.HomeKey INTEGRATION_KEY
static final com.onwbp.adaptation.AdaptationReference INTEGRATION_DATASET
com.onwbp.adaptation.AdaptationHome getDataspace()
com.onwbp.adaptation.Adaptation getDataset()
boolean isDefault()
true
if in configuration, this storage is default.@Deprecated com.onwbp.base.text.UserMessage displayLabel(Locale locale)
getLabel(Locale)
.com.onwbp.adaptation.AdaptationTable getIndicatorReportTable()
Indicator report
table in the storage.com.onwbp.adaptation.AdaptationTable getIndicatorValueTable()
Indicator value
table in the storage.com.onwbp.adaptation.AdaptationTable getBigDataReportTable()
Big data report
table in the storage.com.onwbp.adaptation.AdaptationTable getFlatDataReportTable()
Flat data report
table in the storage.com.onwbp.adaptation.AdaptationTable getLinkedRecordTable()
Linked record
table in the storage.com.onwbp.adaptation.AdaptationTable getWatchdogIndicatorReportTable()
Watchdog indicator report
table in the storage.com.onwbp.adaptation.AdaptationTable getCorrelatedWatchdogIndicatorReportTable()
Correlated watchdog indicator report
table in the storage.