com.atlassian.gadgets.directory.internal
Interface ConfigurableExternalGadgetSpecStore

All Known Implementing Classes:
ConfigurableExternalGadgetSpecDirectoryEntryProvider

public interface ConfigurableExternalGadgetSpecStore

Store for gadget specs that are added by users after application startup.


Method Summary
 void add(URI gadgetSpecUri)
          Adds the specified gadget spec URI to the store.
 void remove(ExternalGadgetSpecId gadgetSpecId)
          Removes the gadget spec with the specified ID from the store
 

Method Detail

add

void add(URI gadgetSpecUri)
Adds the specified gadget spec URI to the store. If the URI is not contained in the store, this method is a noop.

Parameters:
gadgetSpecUri - the URI to add to the store

remove

void remove(ExternalGadgetSpecId gadgetSpecId)
Removes the gadget spec with the specified ID from the store

Parameters:
gadgetSpecId - the id of the gadget to remove


Copyright © 2009 Atlassian. All Rights Reserved.