Package | Description |
---|---|
com.orchestranetworks.addon.dqid.dashboard |
Provides classes to operate with add-on's dashboard.
|
Modifier and Type | Method and Description |
---|---|
static DashboardConfiguration |
DashboardConfiguration.getDashboardConfigForDefaultStorage(com.orchestranetworks.instance.Repository repository,
String dashboardCode)
Returns a
DashboardConfiguration 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. Use
getDashboardConfigForDefaultStorage(Repository, String) instead. |
static DashboardConfiguration |
DashboardConfiguration.getDashboardConfigForIntegrationStorage(com.orchestranetworks.instance.Repository repository,
String dashboardCode)
Returns a
DashboardConfiguration 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. Use
getDashboardConfigForIntegrationStorage(Repository, String) instead. |
static DashboardConfiguration |
DashboardConfiguration.getDashboardConfigForProductionStorage(com.orchestranetworks.instance.Repository repository,
String dashboardCode)
Returns a
DashboardConfiguration 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. Use
getDashboardConfigForProductionStorage(Repository, String) instead. |
DashboardConfiguration |
DashboardExportSpec.getDashboardConfiguration()
Returns the dashboard configuration.
|
Constructor and Description |
---|
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.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.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 in
DashboardConfiguration . |