| com.atlassian.confluence.rss.FeedBuilder |
Known Indirect Subclasses
|
Builds a feed.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a feed after running a search based on the given query.
| |||||||||||
This method is deprecated.
since 4.0. The showDiffParameter is ignored. Use
createFeed(ListQuery, FeedProperties).
| |||||||||||
Constructs a feed off the specified search.
| |||||||||||
This method is deprecated.
since 3.0. Use
createFeed(com.atlassian.confluence.search.v2.ISearch, FeedProperties) instead.
Public feed can be indicated in FeedProperties.
| |||||||||||
Constructs a feed after running a search based on the given query.
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 upon |
|---|---|
| feedProperties | metadata for the feed |
This method is deprecated.
since 4.0. The showDiffParameter is ignored. Use createFeed(ListQuery, FeedProperties).
Constructs a feed after running a search based on the given query.
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
Constructs a feed off the specified search.
Returns an empty feed with a title and description only if search is null.
This method is deprecated.
since 3.0. Use createFeed(com.atlassian.confluence.search.v2.ISearch, FeedProperties) instead.
Public feed can be indicated in FeedProperties.

