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.publisher.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 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.
 

Methods in com.atlassian.gadgets.publisher.internal with parameters of type PluginGadgetSpec
 boolean GadgetSpecValidator.isValid(PluginGadgetSpec spec)
          Returns true if the specified gadget spec is valid.
 

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

Methods in com.atlassian.gadgets.publisher.internal.impl with parameters of type PluginGadgetSpec
 boolean GadgetSpecValidatorImpl.isValid(PluginGadgetSpec spec)
          Returns true if the specified gadget spec is valid against the XML schema provided at construction time, false otherwise.
 void GadgetSpecSyndicationImpl.pluginGadgetSpecDisabled(PluginGadgetSpec pluginGadgetSpec)
           
 void PublishedPluginGadgetSpecEventListenerImpl.pluginGadgetSpecDisabled(PluginGadgetSpec pluginGadgetSpec)
           
 void GadgetSpecSyndicationImpl.pluginGadgetSpecEnabled(PluginGadgetSpec pluginGadgetSpec)
           
 void PublishedPluginGadgetSpecEventListenerImpl.pluginGadgetSpecEnabled(PluginGadgetSpec pluginGadgetSpec)
           
 Vote AggregatePluginGadgetSpecProviderPermissionImpl.voteOn(PluginGadgetSpec gadgetSpec)
           
 

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

Methods in com.atlassian.gadgets.publisher.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.
 

Uses of PluginGadgetSpec in com.atlassian.gadgets.refimpl
 

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



Copyright © 2009 Atlassian. All Rights Reserved.