@ParametersAreNonnullByDefault

Package com.atlassian.gadgets.dashboard.spi

Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s).

See:
          Description

Interface Summary
DashboardPermissionService Provide a way to determine if a user has permission to perform the given operations on a dashboard.
DashboardStateStore Provides a means for looking up, updating and removing DashboardState objects to/from the persistent store.
GadgetStateFactory Constructs GadgetState instances for gadget spec URIs.
 

Class Summary
GadgetLayout Defines how gadgets should be layed out on a dashboard.
 

Exception Summary
DashboardStateStoreException Thrown when there is a problem while performing an operation on the persistent data store.
 

Package com.atlassian.gadgets.dashboard.spi Description

Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s).

This package contains classes for managing dashboards.

Parameters are non-null by default, as declared by the package annotation. Return values should also be considered to be non-null unless they are annotated with Nullable. Unfortunately, there is no way to declare this with annotations at present.



Copyright © 2013 Atlassian. All Rights Reserved.