Uses of Interface
com.atlassian.gadgets.publisher.spi.PluginGadgetSpecProviderPermission

Packages that use PluginGadgetSpecProviderPermission
com.atlassian.gadgets.publisher.internal.impl   
com.atlassian.gadgets.refimpl Provides an implementation of the SPI for the refapp. 
 

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

Classes in com.atlassian.gadgets.publisher.internal.impl that implement PluginGadgetSpecProviderPermission
 class AggregatePluginGadgetSpecProviderPermissionImpl
          An implementation of the PluginGadgetSpecProviderPermission which aggregates all the imported services and consults them to determine the outcome of the vote while dealing with all the vagaries of dynamic services coming and going.
 

Constructors in com.atlassian.gadgets.publisher.internal.impl with parameters of type PluginGadgetSpecProviderPermission
PublishedGadgetSpecStore(GadgetSpecUrlBuilder urlBuilder, GadgetSpecValidator validator, GadgetProcessor gadgetProcessor, PluginGadgetSpecProviderPermission permission, com.atlassian.sal.api.ApplicationProperties applicationProperties)
           
 

Constructor parameters in com.atlassian.gadgets.publisher.internal.impl with type arguments of type PluginGadgetSpecProviderPermission
AggregatePluginGadgetSpecProviderPermissionImpl(Iterable<PluginGadgetSpecProviderPermission> permissions)
           
 

Uses of PluginGadgetSpecProviderPermission in com.atlassian.gadgets.refimpl
 

Classes in com.atlassian.gadgets.refimpl that implement PluginGadgetSpecProviderPermission
 class AllowAdminOnlyPluginGadgetSpecProviderPermissionImpl
          Checks the PluginGadgetSpec for a "admin-only" parameter and, if the value is true, only allows admins to see the gadget in the gadget browser.
 



Copyright © 2012 Atlassian. All Rights Reserved.