Uses of Class
com.orchestranetworks.addon.dqid.dashboard.DashboardConfiguration
Packages that use DashboardConfiguration
Package
Description
Provides classes to operate with add-on's dashboard.
-
Uses of DashboardConfiguration in com.orchestranetworks.addon.dqid.dashboard
Methods in com.orchestranetworks.addon.dqid.dashboard that return DashboardConfigurationModifier and TypeMethodDescriptionstatic DashboardConfigurationDashboardConfiguration.getDashboardConfigForDefaultStorage(com.orchestranetworks.instance.Repository repository, String dashboardCode) Returns aDashboardConfigurationinstance for the default storage configured for the dashbhoard.static DashboardConfigurationDashboardConfiguration.getDashboardConfigForDefaultStorage(com.orchestranetworks.instance.Repository repository, String dashboardCode, String dashboardContextCode) Deprecated.Since 2.5.0, the dashboard context is no longer available.static DashboardConfigurationDashboardConfiguration.getDashboardConfigForIntegrationStorage(com.orchestranetworks.instance.Repository repository, String dashboardCode) Returns aDashboardConfigurationinstance for integration storage.static DashboardConfigurationDashboardConfiguration.getDashboardConfigForIntegrationStorage(com.orchestranetworks.instance.Repository repository, String dashboardCode, String dashboardContextCode) Deprecated.Since 2.5.0, the dashboard context is no longer available.static DashboardConfigurationDashboardConfiguration.getDashboardConfigForProductionStorage(com.orchestranetworks.instance.Repository repository, String dashboardCode) Returns aDashboardConfigurationinstance for production storage.static DashboardConfigurationDashboardConfiguration.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.Constructors in com.orchestranetworks.addon.dqid.dashboard with parameters of type DashboardConfigurationModifierConstructorDescriptionDashboardExportSpec(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.