Uses of Class
com.orchestranetworks.addon.dqid.dashboard.DashboardConfiguration
Package
Description
Provides classes to operate with add-on's dashboard.
-
Uses of DashboardConfiguration in com.orchestranetworks.addon.dqid.dashboard
Modifier and TypeMethodDescriptionstatic 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.DashboardExportSpec.getDashboardConfiguration()
Returns the dashboard configuration.ModifierConstructorDescriptionDashboardExportSpec
(DashboardExportType exportType, DashboardConfiguration dashboardConfiguration, com.onwbp.adaptation.AdaptationHome dataspace, File targetFile, com.orchestranetworks.service.Session session) The export specification for a dashboard at the data space level.DashboardExportSpec
(DashboardExportType exportType, DashboardConfiguration dashboardConfiguration, com.onwbp.adaptation.Adaptation dataset, File targetFile, com.orchestranetworks.service.Session session) The export specification for a dashboard at the data set level.DashboardExportSpec
(DashboardExportType exportType, DashboardConfiguration dashboardConfiguration, com.onwbp.adaptation.AdaptationTable table, File targetFile, com.orchestranetworks.service.Session session) The export specification for a dashboard at the table level.DashboardExportSpec
(DashboardExportType exportType, DashboardConfiguration dashboardConfiguration, com.orchestranetworks.instance.Repository repository, File targetFile, com.orchestranetworks.service.Session session) The export specification for a dashboard at the repository level, or a dashboard with a dashboard context specified inDashboardConfiguration
.