Uses of Class
com.atlassian.gadgets.Vote

Packages that use Vote
com.atlassian.gadgets This package contains the main APIs for interacting with gadgets. 
com.atlassian.gadgets.directory.internal.impl   
com.atlassian.gadgets.opensocial.spi Contains the service provider interfaces (SPIs) for OpenSocial requests. 
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 Vote in com.atlassian.gadgets
 

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

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.opensocial.spi
 

Methods in com.atlassian.gadgets.opensocial.spi that return Vote
 Vote GadgetSpecUrlRenderPermission.voteOn(String gadgetSpecUri)
          Returns the implementation's Vote on whether the specified gadget spec should be allowed to render.
 

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

Methods in com.atlassian.gadgets.publisher.spi that return Vote
 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 Vote in com.atlassian.gadgets.refimpl
 

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



Copyright © 2012 Atlassian. All Rights Reserved.