Uses of Package
com.atlassian.gadgets.spi

Packages that use com.atlassian.gadgets.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.directory.internal   
com.atlassian.gadgets.directory.internal.impl   
com.atlassian.gadgets.publisher.internal.impl   
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
com.atlassian.gadgets.refimpl.ui   
com.atlassian.gadgets.renderer.internal   
com.atlassian.gadgets.spi Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). 
com.atlassian.gadgets.spi.changes   
com.atlassian.gadgets.spi.util Contains utility and helper classes for all host applications. 
 

Classes in com.atlassian.gadgets.spi used by com.atlassian.gadgets.dashboard.internal
GadgetLayout
           
 

Classes in com.atlassian.gadgets.spi used by com.atlassian.gadgets.dashboard.internal.impl
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
           
GadgetStateFactory
          Constructs GadgetState instances for gadget spec URIs.
PermissionService
          Provide a way to determine if a user has permission to perform the given operations.
 

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

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

Classes in com.atlassian.gadgets.spi used by com.atlassian.gadgets.directory.internal
ExternalGadgetSpecId
          Represents the unique identifier of an ExternalGadgetSpec.
PermissionService
          Provide a way to determine if a user has permission to perform the given operations.
 

Classes in com.atlassian.gadgets.spi used by com.atlassian.gadgets.directory.internal.impl
ExternalGadgetSpec
          Models an external gadget spec, which is simply a gadget spec hosted on a web server (as opposed to an internal gadget spec which is stored inside the plugin bundle).
ExternalGadgetSpecId
          Represents the unique identifier of an ExternalGadgetSpec.
ExternalGadgetSpecStore
          Provides a means for storing, retrieving, and modifying a collection of external gadget spec URIs.
GadgetSpecUrlRenderPermission
          Used to check if a gadget spec URI is allowed to render on a dashboard.
Vote
          Votes are used in the gadget system to determine whether a user is allowed to perform certain actions, such as seeing a gadget in the gadget browser or being allowed to render a gadget on their dashboard.
 

Classes in com.atlassian.gadgets.spi used by com.atlassian.gadgets.publisher.internal.impl
PluginGadgetSpecProviderPermission
          Used to check if a gadget spec that has been loaded from a plugin should appear in the gadget browser.
Vote
          Votes are used in the gadget system to determine whether a user is allowed to perform certain actions, such as seeing a gadget in the gadget browser or being allowed to render a gadget on their dashboard.
 

Classes in com.atlassian.gadgets.spi used by com.atlassian.gadgets.refimpl
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.
ExternalGadgetSpec
          Models an external gadget spec, which is simply a gadget spec hosted on a web server (as opposed to an internal gadget spec which is stored inside the plugin bundle).
ExternalGadgetSpecId
          Represents the unique identifier of an ExternalGadgetSpec.
ExternalGadgetSpecStore
          Provides a means for storing, retrieving, and modifying a collection of external gadget spec URIs.
ExternalGadgetStoreException
          Thrown when there is a problem while performing an operation on the external gadget spec URI persistent data store.
GadgetStateFactory
          Constructs GadgetState instances for gadget spec URIs.
PermissionService
          Provide a way to determine if a user has permission to perform the given operations.
PluginGadgetSpecProviderPermission
          Used to check if a gadget spec that has been loaded from a plugin should appear in the gadget browser.
Vote
          Votes are used in the gadget system to determine whether a user is allowed to perform certain actions, such as seeing a gadget in the gadget browser or being allowed to render a gadget on their dashboard.
 

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

Classes in com.atlassian.gadgets.spi used by com.atlassian.gadgets.renderer.internal
GadgetSpecUrlRenderPermission
          Used to check if a gadget spec URI is allowed to render on a dashboard.
 

Classes in com.atlassian.gadgets.spi used by com.atlassian.gadgets.spi
DashboardStateStoreException
          Thrown when there is a problem while performing an operation on the persistent data store.
ExternalGadgetSpec
          Models an external gadget spec, which is simply a gadget spec hosted on a web server (as opposed to an internal gadget spec which is stored inside the plugin bundle).
ExternalGadgetSpecId
          Represents the unique identifier of an ExternalGadgetSpec.
Vote
          Votes are used in the gadget system to determine whether a user is allowed to perform certain actions, such as seeing a gadget in the gadget browser or being allowed to render a gadget on their dashboard.
 

Classes in com.atlassian.gadgets.spi used by com.atlassian.gadgets.spi.changes
GadgetLayout
           
 

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



Copyright © 2010 Atlassian. All Rights Reserved.