Uses of Class
com.atlassian.gadgets.GadgetId
Packages that use GadgetId
Package
Description
This package contains the main APIs for interacting with gadgets.
This package contains the main APIs for interacting with dashboards and gadgets.
-
Uses of GadgetId in com.atlassian.gadgets
Methods in com.atlassian.gadgets that return GadgetIdModifier and TypeMethodDescriptionGadgetNotFoundException.getGadgetId()DashboardItemState.getId()GadgetState.getId()Returns the unique identifier, represented by aGadgetId, for the gadget's state.LocalDashboardItemState.getId()static GadgetIdConverts theStringvalue to aGadgetIdobject.Methods in com.atlassian.gadgets with parameters of type GadgetIdModifier and TypeMethodDescriptionstatic GadgetState.SpecUriBuilderFactory method to create a new builder which can be used to createGadgetStateobjects.Constructors in com.atlassian.gadgets with parameters of type GadgetIdModifierConstructorDescriptionGadgetNotFoundException(GadgetId gadgetId) LocalDashboardItemState(GadgetId gadgetId, Color color, LocalDashboardItemModuleId dashboardItemModuleId, Map<String, String> properties) -
Uses of GadgetId in com.atlassian.gadgets.dashboard
Methods in com.atlassian.gadgets.dashboard with parameters of type GadgetIdModifier and TypeMethodDescriptionio.atlassian.fugue.Option<DashboardState>DashboardService.getDashboardForGadget(GadgetId gadgetId, String username) Gets dashboard state which contains the specified gadget