|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeedBuilder
Builds a syndication feed (Atom or RSS) from a search query.
Method Summary | |
---|---|
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. |
Method Detail |
---|
@Deprecated com.sun.syndication.feed.synd.SyndFeed createFeed(ListQuery query, boolean showContent, boolean showDiff, com.atlassian.user.User user)
createFeed(ListQuery, FeedProperties)
.
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 feed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |