|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DashboardId | |
|---|---|
| com.atlassian.gadgets.dashboard | This package contains the main APIs for interacting with dashboards and gadgets. |
| Uses of DashboardId in com.atlassian.gadgets.dashboard |
|---|
| Methods in com.atlassian.gadgets.dashboard that return DashboardId | |
|---|---|
DashboardId |
DashboardTab.getDashboardId()
|
DashboardId |
DashboardNotFoundException.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. |
| Methods in com.atlassian.gadgets.dashboard with parameters of type DashboardId | |
|---|---|
static DashboardState.TitleBuilder |
DashboardState.dashboard(DashboardId id)
Factory method to create a new builder which can be used to create DashboardState objects. |
DashboardState |
DashboardService.get(DashboardId id,
String username)
Fetch the DashboardState if the user has permission. |
| Constructors in com.atlassian.gadgets.dashboard with parameters of type DashboardId | |
|---|---|
DashboardNotFoundException(DashboardId id)
|
|
DashboardTab(DashboardId dashboardId,
String title,
URI tabUri)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||