public interface FeedBuilder
Modifier and Type | Method and Description |
---|---|
com.sun.syndication.feed.synd.SyndFeed |
createFeed(ISearch search,
FeedProperties feedProperties)
Constructs a feed off the specified search.
|
com.sun.syndication.feed.synd.SyndFeed |
createFeed(ListQuery query,
boolean showContent,
boolean showDiff,
com.atlassian.user.User user)
Deprecated.
since 4.0. The showDiffParameter is ignored. Use
createFeed(ListQuery, FeedProperties) . |
com.sun.syndication.feed.synd.SyndFeed |
createFeed(ListQuery query,
FeedProperties feedProperties)
Deprecated.
|
@Deprecated com.sun.syndication.feed.synd.SyndFeed createFeed(ListQuery query, boolean showContent, boolean showDiff, com.atlassian.user.User user)
createFeed(ListQuery, FeedProperties)
.
This method can be used instead of createFeed(ISearch, FeedProperties)
when it is impossible to create a corresponding ISearch object
from the given ListQuery. Eg. when search results need to be further filtered to satisfy a query.
see CONF-7745 and CONF-9312
com.sun.syndication.feed.synd.SyndFeed createFeed(ISearch search, FeedProperties feedProperties)
Returns an empty feed with a title and description only if search is null.
search
- feedProperties
- @Deprecated com.sun.syndication.feed.synd.SyndFeed createFeed(ListQuery query, FeedProperties feedProperties)
This method can be used instead of createFeed(ISearch, FeedProperties)
when it is impossible to create a corresponding ISearch object
from the given ListQuery. Eg. when search results need to be further filtered to satisfy a query. See CONF-7745 and CONF-9312.
query
- the query to base the feed uponfeedProperties
- metadata for the feedCopyright © 2003–2016 Atlassian. All rights reserved.