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

Packages that use com.atlassian.gadgets.directory.spi
com.atlassian.gadgets.dashboard.internal.velocity   
com.atlassian.gadgets.directory.internal   
com.atlassian.gadgets.directory.internal.impl   
com.atlassian.gadgets.directory.spi Contains the service provider interfaces (SPIs) that host applications must implement in order to use the dashboard plugin(s). 
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
 

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

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

Classes in com.atlassian.gadgets.directory.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.
 

Classes in com.atlassian.gadgets.directory.spi used by com.atlassian.gadgets.directory.spi
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.
 

Classes in com.atlassian.gadgets.directory.spi used by com.atlassian.gadgets.refimpl
DirectoryPermissionService
          Provide a way to determine if a user has permission to perform the given operations on the directory.
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.
ExternalGadgetSpecStoreException
          Thrown when there is a problem while performing an operation on the external gadget spec URI persistent data store.
 



Copyright © 2009 Atlassian. All Rights Reserved.