| java.lang.Object | |
| ↳ | com.atlassian.confluence.rss.DefaultFeedBuilder |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a feed after running a search based on the given query.
| |||||||||||
This method is deprecated.
since 4.0.
| |||||||||||
Constructs a feed off the specified search.
| |||||||||||
This method is deprecated.
since 3.0. See superclass comment.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.confluence.rss.FeedBuilder
| |||||||||||
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.
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. See superclass comment.