Uses of Class
com.orchestranetworks.addon.dqid.dashboard.DashboardConfiguration
-
Packages that use DashboardConfiguration Package Description com.orchestranetworks.addon.dqid.dashboard 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 DashboardConfiguration Modifier and Type Method Description 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.DashboardConfigurationDashboardExportSpec. getDashboardConfiguration()Returns the dashboard configuration.Constructors in com.orchestranetworks.addon.dqid.dashboard with parameters of type DashboardConfiguration Constructor Description DashboardExportSpec(DashboardExportType exportType, DashboardConfiguration dashboardConfiguration, com.onwbp.adaptation.AdaptationHome dataspace, java.io.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, java.io.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, java.io.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, java.io.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.
-