Package com.atlassian.confluence.rss
Interface SyndFeedService
-
- All Known Implementing Classes:
DefaultFeedBuilder
@Transactional public interface SyndFeedServiceBuilds a syndication feed (Atom or RSS) from a search query.- Since:
- 7.17
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.rometools.rome.feed.synd.SyndFeedcreateSyndFeed(ISearch search, FeedProperties feedProperties)Constructs a feed off the specified search.
-
-
-
Method Detail
-
createSyndFeed
com.rometools.rome.feed.synd.SyndFeed createSyndFeed(ISearch search, FeedProperties feedProperties)
Constructs a feed off the specified search.Returns an empty feed with a title and description only if search is null.
- Parameters:
search- the search to base the feed uponfeedProperties- metadata for the feed- Returns:
- a synd feed for the results of specified search
-
-