@Transactional
public interface SyndFeedService
| Modifier and Type | Method and Description |
|---|---|
com.rometools.rome.feed.synd.SyndFeed |
createSyndFeed(ISearch search,
FeedProperties feedProperties)
Constructs a feed off the specified search.
|
com.rometools.rome.feed.synd.SyndFeed createSyndFeed(ISearch search, FeedProperties feedProperties)
Returns an empty feed with a title and description only if search is null.
search - the search to base the feed uponfeedProperties - metadata for the feedCopyright © 2003–2022 Atlassian. All rights reserved.