Uses of Interface
com.atlassian.gadgets.dashboard.spi.changes.DashboardChange

Packages that use DashboardChange
com.atlassian.gadgets.dashboard.internal   
com.atlassian.gadgets.dashboard.internal.impl   
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.refimpl Provides an implementation of the SPI for the refapp. 
 

Uses of DashboardChange in com.atlassian.gadgets.dashboard.internal
 

Methods in com.atlassian.gadgets.dashboard.internal that return types with arguments of type DashboardChange
 List<DashboardChange> Dashboard.getChanges()
          Returns an immutable list of changes that have been made to this Dashboard, in the order that they occurred.
 

Uses of DashboardChange in com.atlassian.gadgets.dashboard.internal.impl
 

Methods in com.atlassian.gadgets.dashboard.internal.impl that return types with arguments of type DashboardChange
 List<DashboardChange> DashboardImpl.getChanges()
           
 

Method parameters in com.atlassian.gadgets.dashboard.internal.impl with type arguments of type DashboardChange
 DashboardState TransactionalDashboardStateStoreImpl.update(DashboardState state, Iterable<DashboardChange> changes)
           
 

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

Method parameters in com.atlassian.gadgets.dashboard.spi with type arguments of type DashboardChange
 DashboardState DashboardStateStore.update(DashboardState dashboardState, Iterable<DashboardChange> changes)
          Update the stored DashboardState in the persistent data store, using the changes passed in.
 

Uses of DashboardChange in com.atlassian.gadgets.dashboard.spi.changes
 

Classes in com.atlassian.gadgets.dashboard.spi.changes that implement DashboardChange
 class AddGadgetChange
          Details of adding a gadget to a dashboard.
 class GadgetColorChange
          Details of changing the color of a gadget on a dashboard.
 class RemoveGadgetChange
          Details of removing a gadget from a dashboard.
 class UpdateGadgetUserPrefsChange
          Details of updating the user preferences of a gadget on a dashboard.
 class UpdateLayoutChange
          Details of updating the layout of a dashboard.
 

Uses of DashboardChange in com.atlassian.gadgets.refimpl
 

Method parameters in com.atlassian.gadgets.refimpl with type arguments of type DashboardChange
 DashboardState PluginSettingsDashboardStateStore.update(DashboardState dashboardState, Iterable<DashboardChange> changes)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.