Uses of Class
com.atlassian.gadgets.directory.spi.SubscribedGadgetFeed

Packages that use SubscribedGadgetFeed
com.atlassian.gadgets.directory.internal.jaxb Contains JAXB model classes that can be served through REST modules. 
com.atlassian.gadgets.directory.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 SubscribedGadgetFeed in com.atlassian.gadgets.directory.internal.jaxb
 

Constructors in com.atlassian.gadgets.directory.internal.jaxb with parameters of type SubscribedGadgetFeed
SubscribedGadgetFeedRepresentation(SubscribedGadgetFeed feed, DirectoryUrlBuilder urlBuilder, GadgetFeedReaderFactory readerFactory)
           
SubscribedGadgetFeedsRepresentation.BriefSubscribedGadgetFeedRepresentation(SubscribedGadgetFeed feed, DirectoryUrlBuilder urlBuilder, GadgetFeedReaderFactory readerFactory)
           
 

Constructor parameters in com.atlassian.gadgets.directory.internal.jaxb with type arguments of type SubscribedGadgetFeed
SubscribedGadgetFeedsRepresentation(Iterable<SubscribedGadgetFeed> feeds, DirectoryUrlBuilder urlBuilder, GadgetFeedReaderFactory readerFactory)
           
 

Uses of SubscribedGadgetFeed in com.atlassian.gadgets.directory.spi
 

Methods in com.atlassian.gadgets.directory.spi that return SubscribedGadgetFeed
 SubscribedGadgetFeed SubscribedGadgetFeedStore.addFeed(URI feedUri)
          Add the gadget feed to those that are subscribed to.
 SubscribedGadgetFeed SubscribedGadgetFeedStore.getFeed(String feedId)
          Returns the feed with the given ID, if it exists.
 

Methods in com.atlassian.gadgets.directory.spi that return types with arguments of type SubscribedGadgetFeed
 Iterable<SubscribedGadgetFeed> SubscribedGadgetFeedStore.getAllFeeds()
          Returns the feeds that have been subscribed to
 

Uses of SubscribedGadgetFeed in com.atlassian.gadgets.refimpl
 

Methods in com.atlassian.gadgets.refimpl that return SubscribedGadgetFeed
 SubscribedGadgetFeed SubscribedGadgetFeedStoreImpl.addFeed(URI feedUri)
           
 SubscribedGadgetFeed SubscribedGadgetFeedStoreImpl.getFeed(String feedId)
           
 

Methods in com.atlassian.gadgets.refimpl that return types with arguments of type SubscribedGadgetFeed
 Iterable<SubscribedGadgetFeed> SubscribedGadgetFeedStoreImpl.getAllFeeds()
           
 



Copyright © 2013 Atlassian. All Rights Reserved.