Uses of Class
com.atlassian.gadgets.spi.Vote

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

Methods in com.atlassian.gadgets.directory.internal.impl that return Vote
 Vote GadgetSpecUrlRenderPermissionImpl.voteOn(String gadgetSpecUri)
           
 

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

Methods in com.atlassian.gadgets.publisher.internal.impl that return Vote
 Vote AggregatePluginGadgetSpecProviderPermissionImpl.voteOn(PluginGadgetSpec gadgetSpec)
           
 

Uses of Vote in com.atlassian.gadgets.refimpl
 

Methods in com.atlassian.gadgets.refimpl that return Vote
 Vote AllowAdminOnlyPluginGadgetSpecProviderPermissionImpl.voteOn(PluginGadgetSpec gadgetSpec)
           
 

Uses of Vote in com.atlassian.gadgets.spi
 

Methods in com.atlassian.gadgets.spi that return Vote
static Vote Vote.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Vote[] Vote.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 Vote PluginGadgetSpecProviderPermission.voteOn(PluginGadgetSpec gadgetSpec)
          Returns the implementation's Vote on whether the specified gadget spec should be appear in the gadget browser.
 Vote GadgetSpecUrlRenderPermission.voteOn(String gadgetSpecUri)
          Returns the implementation's Vote on whether the specified gadget spec should be allowed to render.
 



Copyright © 2009 Atlassian. All Rights Reserved.