Uses of Package
com.atlassian.gadgets.dashboard.spi

Packages that use com.atlassian.gadgets.dashboard.spi
com.atlassian.gadgets.dashboard.internal   
com.atlassian.gadgets.dashboard.internal.impl   
com.atlassian.gadgets.dashboard.internal.rest Interfaces and classes used to implement dashboards and their gadgets as REST resources. 
com.atlassian.gadgets.dashboard.internal.velocity   
com.atlassian.gadgets.dashboard.spi Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). 
com.atlassian.gadgets.dashboard.spi.changes This package contains classes for managing changes to the dashboard state. 
com.atlassian.gadgets.dashboard.spi.util Contains utility and helper classes for all host applications. 
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
com.atlassian.gadgets.refimpl.ui   
 

Classes in com.atlassian.gadgets.dashboard.spi used by com.atlassian.gadgets.dashboard.internal
GadgetLayout
          Defines how gadgets should be layed out on a dashboard.
 

Classes in com.atlassian.gadgets.dashboard.spi used by com.atlassian.gadgets.dashboard.internal.impl
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.
DashboardStateStoreException
          Thrown when there is a problem while performing an operation on the persistent data store.
GadgetLayout
          Defines how gadgets should be layed out on a dashboard.
GadgetStateFactory
          Constructs GadgetState instances for gadget spec URIs.
 

Classes in com.atlassian.gadgets.dashboard.spi used by com.atlassian.gadgets.dashboard.internal.rest
DashboardPermissionService
          Provide a way to determine if a user has permission to perform the given operations on a dashboard.
 

Classes in com.atlassian.gadgets.dashboard.spi used by com.atlassian.gadgets.dashboard.internal.velocity
DashboardPermissionService
          Provide a way to determine if a user has permission to perform the given operations on a dashboard.
 

Classes in com.atlassian.gadgets.dashboard.spi used by com.atlassian.gadgets.dashboard.spi
DashboardStateStoreException
          Thrown when there is a problem while performing an operation on the persistent data store.
 

Classes in com.atlassian.gadgets.dashboard.spi used by com.atlassian.gadgets.dashboard.spi.changes
GadgetLayout
          Defines how gadgets should be layed out on a dashboard.
 

Classes in com.atlassian.gadgets.dashboard.spi used by com.atlassian.gadgets.dashboard.spi.util
DashboardPermissionService
          Provide a way to determine if a user has permission to perform the given operations on a dashboard.
 

Classes in com.atlassian.gadgets.dashboard.spi used by com.atlassian.gadgets.refimpl
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.
DashboardStateStoreException
          Thrown when there is a problem while performing an operation on the persistent data store.
GadgetStateFactory
          Constructs GadgetState instances for gadget spec URIs.
 

Classes in com.atlassian.gadgets.dashboard.spi used by com.atlassian.gadgets.refimpl.ui
GadgetStateFactory
          Constructs GadgetState instances for gadget spec URIs.
 



Copyright © 2013 Atlassian. All Rights Reserved.