Uses of Class
com.atlassian.gadgets.dashboard.DashboardId
Packages that use DashboardId
Package
Description
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 DashboardIdModifier and TypeMethodDescriptionDashboardItemRepresentationService.RenderingContext.getDashboardId()DashboardNotFoundException.getDashboardId()DashboardTab.getDashboardId()DashboardState.getId()Returns the unique identifier, represented by aDashboardId, for the dashboard's state.static DashboardIdConvert theStringvalue to aDashboardIdobject.Methods in com.atlassian.gadgets.dashboard with parameters of type DashboardIdModifier and TypeMethodDescriptionstatic DashboardState.TitleBuilderDashboardState.dashboard(DashboardId id) Factory method to create a new builder which can be used to createDashboardStateobjects.DashboardItemRepresentationService.RenderingContext.editable(GadgetRequestContext requestContext, DashboardId dashboardId, DashboardState.ColumnIndex columnIndex) DashboardService.get(DashboardId id, String username) Fetch theDashboardStateif the user has permission.DashboardItemRepresentationService.RenderingContext.readOnly(GadgetRequestContext requestContext, DashboardId dashboardId, DashboardState.ColumnIndex columnIndex) Constructors in com.atlassian.gadgets.dashboard with parameters of type DashboardId