Uses of Class
com.atlassian.gadgets.directory.spi.ExternalGadgetSpecId

Packages that use ExternalGadgetSpecId
com.atlassian.gadgets.directory.internal   
com.atlassian.gadgets.directory.internal.impl   
com.atlassian.gadgets.directory.internal.rest   
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. 
 

Uses of ExternalGadgetSpecId in com.atlassian.gadgets.directory.internal
 

Methods in com.atlassian.gadgets.directory.internal with parameters of type ExternalGadgetSpecId
 String DirectoryUrlBuilder.buildDirectoryGadgetResourceUrl(ExternalGadgetSpecId id)
          Returns a URL that can be used to delete a gadget spec file from the Directory
 void ConfigurableExternalGadgetSpecStore.remove(ExternalGadgetSpecId gadgetSpecId)
          Removes the gadget spec with the specified ID from the store
 

Uses of ExternalGadgetSpecId in com.atlassian.gadgets.directory.internal.impl
 

Methods in com.atlassian.gadgets.directory.internal.impl with parameters of type ExternalGadgetSpecId
 String DirectoryUrlBuilderImpl.buildDirectoryGadgetResourceUrl(ExternalGadgetSpecId id)
           
 void ConfigurableExternalGadgetSpecDirectoryEntryProvider.remove(ExternalGadgetSpecId gadgetSpecId)
           
 

Uses of ExternalGadgetSpecId in com.atlassian.gadgets.directory.internal.rest
 

Methods in com.atlassian.gadgets.directory.internal.rest with parameters of type ExternalGadgetSpecId
 javax.ws.rs.core.Response DirectoryResource.deleteGadgetFromDirectory(javax.servlet.http.HttpServletRequest request, ExternalGadgetSpecId gadgetId)
           
 

Uses of ExternalGadgetSpecId in com.atlassian.gadgets.directory.spi
 

Methods in com.atlassian.gadgets.directory.spi that return ExternalGadgetSpecId
 ExternalGadgetSpecId ExternalGadgetSpec.getId()
          Returns the ID of this ExternalGadgetSpec, guaranteed to be unique across the host application.
static ExternalGadgetSpecId ExternalGadgetSpecId.valueOf(String id)
          Converts the specified String into an ExternalGadgetSpecId.
 

Methods in com.atlassian.gadgets.directory.spi with parameters of type ExternalGadgetSpecId
 void ExternalGadgetSpecStore.remove(ExternalGadgetSpecId externalGadgetSpecId)
          Removes the spec URI corresponding to the specified externalGadgetSpecId from the persistent data store.
 

Constructors in com.atlassian.gadgets.directory.spi with parameters of type ExternalGadgetSpecId
ExternalGadgetSpec(ExternalGadgetSpecId id, URI specUri)
          Constructor.
 

Uses of ExternalGadgetSpecId in com.atlassian.gadgets.refimpl
 

Methods in com.atlassian.gadgets.refimpl that return ExternalGadgetSpecId
 ExternalGadgetSpecId ExternalGadgetSpecIdGenerator.newExternalGadgetSpecId()
          Creates and returns a new globally unique ID for an ExternalGadgetSpec.
 ExternalGadgetSpecId ExternalGadgetSpecIdGeneratorImpl.newExternalGadgetSpecId()
           
 

Methods in com.atlassian.gadgets.refimpl with parameters of type ExternalGadgetSpecId
 void PluginSettingsExternalGadgetSpecStore.remove(ExternalGadgetSpecId externalGadgetSpecId)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.