Uses of Class
com.atlassian.gadgets.dashboard.PermissionException
Packages that use PermissionException
Package
Description
This package contains the main APIs for interacting with dashboards and gadgets.
-
Uses of PermissionException in com.atlassian.gadgets.dashboard
Methods in com.atlassian.gadgets.dashboard that throw PermissionExceptionModifier and TypeMethodDescriptionDashboardService.get(DashboardId id, String username) Fetch theDashboardStateif the user has permission.io.atlassian.fugue.Option<DashboardState>DashboardService.getDashboardForGadget(GadgetId gadgetId, String username) Gets dashboard state which contains the specified gadgetDashboardService.save(DashboardState state, String username) Save theDashboardStateif the user has permission.