Uses of Class
com.atlassian.gadgets.dashboard.spi.DashboardStateStoreException

Packages that use DashboardStateStoreException
com.atlassian.gadgets.dashboard.spi Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). 
 

Uses of DashboardStateStoreException in com.atlassian.gadgets.dashboard.spi
 

Methods in com.atlassian.gadgets.dashboard.spi that throw DashboardStateStoreException
 void DashboardStateStore.remove(com.atlassian.gadgets.dashboard.DashboardId id)
          Removes the DashboardState identified by the DashboardId from the persistent data store.
 com.atlassian.gadgets.dashboard.DashboardState DashboardStateStore.retrieve(com.atlassian.gadgets.dashboard.DashboardId id)
          Retrieve the DashboardState with the DashboardId from the data store.
 com.atlassian.gadgets.dashboard.DashboardState DashboardStateStore.update(com.atlassian.gadgets.dashboard.DashboardState dashboardState, Iterable<DashboardChange> changes)
          Update the stored DashboardState in the persistent data store, using the changes passed in.
 



Copyright © 2011 Atlassian. All Rights Reserved.