| Package | Description |
|---|---|
| com.orchestranetworks.addon.dqid.dashboard |
Provides classes to operate with add-on's dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardExportType |
DashboardExportSpec.getExportType()
Returns the export type.
|
static DashboardExportType |
DashboardExportType.parse(String type)
Returns
UNSUPPORTED if the type is invalid or not supported. |
static DashboardExportType |
DashboardExportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashboardExportType[] |
DashboardExportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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. |