Uses of Class
com.atlassian.gadgets.plugins.PluginGadgetSpec

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

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

Methods in com.atlassian.gadgets.directory.internal.impl with parameters of type PluginGadgetSpec
 void PluginExternalGadgetSpecDirectoryEntryProvider.pluginGadgetSpecDisabled(PluginGadgetSpec pluginGadgetSpec)
           
 void PluginExternalGadgetSpecDirectoryEntryProvider.pluginGadgetSpecEnabled(PluginGadgetSpec pluginGadgetSpec)
           
 

Uses of PluginGadgetSpec in com.atlassian.gadgets.plugins
 

Methods in com.atlassian.gadgets.plugins with parameters of type PluginGadgetSpec
 void PluginGadgetSpecEventListener.pluginGadgetSpecDisabled(PluginGadgetSpec pluginGadgetSpec)
          Called when a gadget spec is disabled from a plugin.
 void PluginGadgetSpecEventListener.pluginGadgetSpecEnabled(PluginGadgetSpec pluginGadgetSpec)
          Called when a gadget spec is enabled from a plugin.
 

Uses of PluginGadgetSpec in com.atlassian.gadgets.publisher.internal
 

Methods in com.atlassian.gadgets.publisher.internal that return PluginGadgetSpec
 PluginGadgetSpec GadgetModuleDescriptor.getModule()
          Returns the PluginGadgetSpec created for this module descriptor.
 

Uses of PluginGadgetSpec in com.atlassian.gadgets.publisher.internal.impl
 

Methods in com.atlassian.gadgets.publisher.internal.impl with parameters of type PluginGadgetSpec
 void PublishedGadgetSpecStoreImpl.pluginGadgetSpecDisabled(PluginGadgetSpec pluginGadgetSpec)
           
 void PublishedGadgetSpecStoreImpl.pluginGadgetSpecEnabled(PluginGadgetSpec pluginGadgetSpec)
           
 Vote AggregatePluginGadgetSpecProviderPermissionImpl.voteOn(PluginGadgetSpec gadgetSpec)
           
 

Uses of PluginGadgetSpec in com.atlassian.gadgets.refimpl
 

Methods in com.atlassian.gadgets.refimpl with parameters of type PluginGadgetSpec
 Vote AllowAdminOnlyPluginGadgetSpecProviderPermissionImpl.voteOn(PluginGadgetSpec gadgetSpec)
           
 

Uses of PluginGadgetSpec in com.atlassian.gadgets.spi
 

Methods in com.atlassian.gadgets.spi with parameters of type PluginGadgetSpec
 Vote PluginGadgetSpecProviderPermission.voteOn(PluginGadgetSpec gadgetSpec)
          Returns the implementation's Vote on whether the specified gadget spec should be appear in the gadget browser.
 



Copyright © 2010 Atlassian. All Rights Reserved.