Uses of Class
com.orchestranetworks.addon.dqid.common.DQIdException
Package
Description
Provides classes and interfaces to define, publish and execute indicators.
Provides common classes that are used by other classes such as exceptions and enumerations.
Provides classes to operate with add-on's dashboard.
Provides APIs to execute the {addon.label} services.
-
Uses of DQIdException in com.orchestranetworks.addon.dqid
Modifier and TypeMethodDescriptionIndicatorsExecutionResult.getExceptions()
Returns all exceptions thrown during an indicator execution.Modifier and TypeMethodDescriptionabstract IndicatorReport
DECIndicator.execute
(DECIndicatorExecutionContext executionContext) Defines what the indicator will do.abstract IndicatorReport
WorkflowIndicator.execute
(WorkflowIndicatorExecutionContext executionContext) Defines what the indicator will do.com.onwbp.adaptation.RequestResult
ReportingUtilities.getFlatDataResult
(com.orchestranetworks.instance.HomeKey storageHomeKey, com.onwbp.adaptation.AdaptationName storageDatasetName, String predicate) Returns the request result from theFlat data report
table by specifying a predicate.final com.onwbp.adaptation.PrimaryKey
Indicator.getPrimaryKeyOrNullOfExistingIndicatorReportInBigDataTable
(IndicatorExecutionContext executionContext, int sequence) Deprecated.Indicator.getPrimaryKeysOfExistingIndicatorValueParts
(com.onwbp.adaptation.PrimaryKey indicatorReportPK, IndicatorReport indicatorReport, int sequence) Deprecated.Since v2.0.0, useIndicatorReportAccessor.getPrimaryKeysOfLatestIndicatorValues(PrimaryKey, IndicatorReport, int)
instead.IndicatorReportAccessor.getPrimaryKeysOfLatestIndicatorValues
(com.onwbp.adaptation.PrimaryKey indicatorReportPK, IndicatorReport indicatorReport, int sequence) Returns the mapping between the order (IndicatorValue.getOrder()
) and the latest corresponding records in theIndicator value
table.com.onwbp.adaptation.RequestResult
ReportingUtilities.getRelevantRecords
(com.onwbp.adaptation.Adaptation reportingRecord) Returns theLinked record
request result for aBig data report
orFlat data
record.com.onwbp.adaptation.RequestResult
ReportingUtilities.getResultOfBigDataReport
(com.orchestranetworks.instance.HomeKey storageHomeKey, com.onwbp.adaptation.AdaptationName storageDatasetName, String predicate) Returns the request result from theBig data report
table by specifying a predicate.com.onwbp.adaptation.RequestResult
ReportingUtilities.getResultOfIndicatorReport
(com.orchestranetworks.instance.HomeKey storageHomeKey, com.onwbp.adaptation.AdaptationName storageDatasetName, String predicate) Returns the request result from theIndicator report
table by specifying a predicate.com.onwbp.adaptation.RequestResult
ReportingUtilities.getResultOfIndicatorValue
(com.orchestranetworks.instance.HomeKey storageHomeKey, com.onwbp.adaptation.AdaptationName storageDatasetName, String predicate) Returns the request result from theIndicator value
by specifying a predicate.static IndicatorStorage
IndicatorStorageFactory.getStorage
(com.orchestranetworks.instance.Repository repository, com.orchestranetworks.instance.HomeKey homeKey, com.onwbp.adaptation.AdaptationName adaptationName) -
Uses of DQIdException in com.orchestranetworks.addon.dqid.common
Modifier and TypeMethodDescriptionstatic Date
FormatDataPolicy.parseDate
(DataTypeFormat dataTypeFormat, String value) Returns a date instance from a string value by specifying aDataTypeFormat
.static Date
Returns a date instance from a string value by specifying a schema type name.static void
FormatDataPolicy.validValueInRange
(com.orchestranetworks.schema.SchemaTypeName typeName, String min, String max, String value) Validates a value against a range by specifying a schema type name. -
Uses of DQIdException in com.orchestranetworks.addon.dqid.dashboard
Modifier and TypeMethodDescriptionvoid
DashboardOperations.export
(DashboardExportSpec exportSpec) Transforms a dashboard to the PDF or the XML format.static DashboardConfiguration
DashboardConfiguration.getDashboardConfigForDefaultStorage
(com.orchestranetworks.instance.Repository repository, String dashboardCode) Returns aDashboardConfiguration
instance for the default storage configured for the dashbhoard.static DashboardConfiguration
DashboardConfiguration.getDashboardConfigForDefaultStorage
(com.orchestranetworks.instance.Repository repository, String dashboardCode, String dashboardContextCode) Deprecated.Since 2.5.0, the dashboard context is no longer available.static DashboardConfiguration
DashboardConfiguration.getDashboardConfigForIntegrationStorage
(com.orchestranetworks.instance.Repository repository, String dashboardCode) Returns aDashboardConfiguration
instance for integration storage.static DashboardConfiguration
DashboardConfiguration.getDashboardConfigForIntegrationStorage
(com.orchestranetworks.instance.Repository repository, String dashboardCode, String dashboardContextCode) Deprecated.Since 2.5.0, the dashboard context is no longer available.static DashboardConfiguration
DashboardConfiguration.getDashboardConfigForProductionStorage
(com.orchestranetworks.instance.Repository repository, String dashboardCode) Returns aDashboardConfiguration
instance for production storage.static DashboardConfiguration
DashboardConfiguration.getDashboardConfigForProductionStorage
(com.orchestranetworks.instance.Repository repository, String dashboardCode, String dashboardContextCode) Deprecated.Since 2.5.0, the dashboard context is no longer available. -
Uses of DQIdException in com.orchestranetworks.addon.dqid.service
Modifier and TypeMethodDescriptionServiceResult.getException()
Returns the exception thrown if the service execution failed,null
otherwise.
FlatDataAccessor.getPrimaryKeyOrNullOfLatestRecord(IndicatorExecutionContext, int)
instead.