| Package | Description |
|---|---|
| com.atlassian.gadgets.dashboard |
This package contains the main APIs for interacting with dashboards and gadgets.
|
| Modifier and Type | Method and Description |
|---|---|
DashboardId |
DashboardNotFoundException.getDashboardId() |
DashboardId |
DashboardItemRepresentationService.RenderingContext.getDashboardId() |
DashboardId |
DashboardTab.getDashboardId() |
DashboardId |
DashboardState.getId()
Returns the unique identifier, represented by a
DashboardId, for the dashboard's state. |
static DashboardId |
DashboardId.valueOf(String id)
Convert the
String value to a DashboardId object. |
| Modifier and Type | Method and Description |
|---|---|
static DashboardState.TitleBuilder |
DashboardState.dashboard(DashboardId id)
Factory method to create a new builder which can be used to create
DashboardState objects. |
static DashboardItemRepresentationService.RenderingContext |
DashboardItemRepresentationService.RenderingContext.editable(GadgetRequestContext requestContext,
DashboardId dashboardId,
DashboardState.ColumnIndex columnIndex) |
DashboardState |
DashboardService.get(DashboardId id,
String username)
Fetch the
DashboardState if the user has permission. |
static DashboardItemRepresentationService.RenderingContext |
DashboardItemRepresentationService.RenderingContext.readOnly(GadgetRequestContext requestContext,
DashboardId dashboardId,
DashboardState.ColumnIndex columnIndex) |
| Constructor and Description |
|---|
DashboardNotFoundException(DashboardId id) |
DashboardTab(DashboardId dashboardId,
String title,
URI tabUri) |
Copyright © 2024 Atlassian. All rights reserved.