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

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

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.
 



Copyright © 2011 Atlassian. All Rights Reserved.