Uses of Class
com.orchestranetworks.addon.dqid.common.DQIdException
-
Packages that use DQIdException Package Description com.orchestranetworks.addon.dqid Provides classes and interfaces to define, publish and execute indicators.com.orchestranetworks.addon.dqid.common Provides common classes that are used by other classes such as exceptions and enumerations.com.orchestranetworks.addon.dqid.dashboard Provides classes to operate with add-on's dashboard.com.orchestranetworks.addon.dqid.service Provides APIs to execute the {addon.label} services. -
-
Uses of DQIdException in com.orchestranetworks.addon.dqid
Methods in com.orchestranetworks.addon.dqid that return types with arguments of type DQIdException Modifier and Type Method Description java.util.List<DQIdException>IndicatorsExecutionResult. getExceptions()Returns all exceptions thrown during an indicator execution.Methods in com.orchestranetworks.addon.dqid that throw DQIdException Modifier and Type Method Description abstract IndicatorReportDECIndicator. execute(DECIndicatorExecutionContext executionContext)Defines what the indicator will do.abstract IndicatorReportWorkflowIndicator. execute(WorkflowIndicatorExecutionContext executionContext)Defines what the indicator will do.com.onwbp.adaptation.RequestResultReportingUtilities. getFlatDataResult(com.orchestranetworks.instance.HomeKey storageHomeKey, com.onwbp.adaptation.AdaptationName storageDatasetName, java.lang.String predicate)Returns the request result from theFlat data reporttable by specifying a predicate.com.onwbp.adaptation.PrimaryKeyIndicator. getPrimaryKeyOrNullOfExistingIndicatorReportInBigDataTable(IndicatorExecutionContext executionContext, int sequence)Deprecated.Since v2.0.0, useFlatDataAccessor.getPrimaryKeyOrNullOfLatestRecord(IndicatorExecutionContext, int)instead.java.util.Map<java.lang.Integer,com.onwbp.adaptation.PrimaryKey>Indicator. getPrimaryKeysOfExistingIndicatorValueParts(com.onwbp.adaptation.PrimaryKey indicatorReportPK, IndicatorReport indicatorReport, int sequence)Deprecated.Since v2.0.0, useIndicatorReportAccessor.getPrimaryKeysOfLatestIndicatorValues(PrimaryKey, IndicatorReport, int)instead.java.util.Map<java.lang.Integer,com.onwbp.adaptation.PrimaryKey>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 valuetable.com.onwbp.adaptation.RequestResultReportingUtilities. getRelevantRecords(com.onwbp.adaptation.Adaptation reportingRecord)Returns theLinked recordrequest result for aBig data reportorFlat datarecord.com.onwbp.adaptation.RequestResultReportingUtilities. getResultOfBigDataReport(com.orchestranetworks.instance.HomeKey storageHomeKey, com.onwbp.adaptation.AdaptationName storageDatasetName, java.lang.String predicate)Returns the request result from theBig data reporttable by specifying a predicate.com.onwbp.adaptation.RequestResultReportingUtilities. getResultOfIndicatorReport(com.orchestranetworks.instance.HomeKey storageHomeKey, com.onwbp.adaptation.AdaptationName storageDatasetName, java.lang.String predicate)Returns the request result from theIndicator reporttable by specifying a predicate.com.onwbp.adaptation.RequestResultReportingUtilities. getResultOfIndicatorValue(com.orchestranetworks.instance.HomeKey storageHomeKey, com.onwbp.adaptation.AdaptationName storageDatasetName, java.lang.String predicate)Returns the request result from theIndicator valueby specifying a predicate.static IndicatorStorageIndicatorStorageFactory. 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
Methods in com.orchestranetworks.addon.dqid.common that throw DQIdException Modifier and Type Method Description static java.util.DateFormatDataPolicy. parseDate(DataTypeFormat dataTypeFormat, java.lang.String value)Returns a date instance from a string value by specifying aDataTypeFormat.static java.util.DateFormatDataPolicy. parseDate(com.orchestranetworks.schema.SchemaTypeName typeName, java.lang.String value)Returns a date instance from a string value by specifying a schema type name.static voidFormatDataPolicy. validValueInRange(com.orchestranetworks.schema.SchemaTypeName typeName, java.lang.String min, java.lang.String max, java.lang.String value)Validates a value against a range by specifying a schema type name. -
Uses of DQIdException in com.orchestranetworks.addon.dqid.dashboard
Methods in com.orchestranetworks.addon.dqid.dashboard that throw DQIdException Modifier and Type Method Description voidDashboardOperations. export(DashboardExportSpec exportSpec)Transforms a dashboard to the PDF or the XML format.static DashboardConfigurationDashboardConfiguration. getDashboardConfigForDefaultStorage(com.orchestranetworks.instance.Repository repository, java.lang.String dashboardCode)Returns aDashboardConfigurationinstance for the default storage configured for the dashbhoard.static DashboardConfigurationDashboardConfiguration. getDashboardConfigForDefaultStorage(com.orchestranetworks.instance.Repository repository, java.lang.String dashboardCode, java.lang.String dashboardContextCode)Deprecated.Since 2.5.0, the dashboard context is no longer available.static DashboardConfigurationDashboardConfiguration. getDashboardConfigForIntegrationStorage(com.orchestranetworks.instance.Repository repository, java.lang.String dashboardCode)Returns aDashboardConfigurationinstance for integration storage.static DashboardConfigurationDashboardConfiguration. getDashboardConfigForIntegrationStorage(com.orchestranetworks.instance.Repository repository, java.lang.String dashboardCode, java.lang.String dashboardContextCode)Deprecated.Since 2.5.0, the dashboard context is no longer available.static DashboardConfigurationDashboardConfiguration. getDashboardConfigForProductionStorage(com.orchestranetworks.instance.Repository repository, java.lang.String dashboardCode)Returns aDashboardConfigurationinstance for production storage.static DashboardConfigurationDashboardConfiguration. getDashboardConfigForProductionStorage(com.orchestranetworks.instance.Repository repository, java.lang.String dashboardCode, java.lang.String dashboardContextCode)Deprecated.Since 2.5.0, the dashboard context is no longer available. -
Uses of DQIdException in com.orchestranetworks.addon.dqid.service
Methods in com.orchestranetworks.addon.dqid.service that return DQIdException Modifier and Type Method Description DQIdExceptionServiceResult. getException()Returns the exception thrown if the service execution failed,nullotherwise.
-