|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListQuery | |
|---|---|
| com.atlassian.confluence.core | |
| com.atlassian.confluence.rss | |
| com.atlassian.confluence.search.v2.lucene.compatibility | Backwards compatibility wrappers to bridge between the old and new search APIs |
| com.atlassian.confluence.spaces.actions | |
| Uses of ListQuery in com.atlassian.confluence.core |
|---|
| Methods in com.atlassian.confluence.core that return ListQuery | |
|---|---|
ListQuery |
ListQuery.addLabel(String name)
Adds a single label to the list of labels |
ListQuery |
ListQuery.addSpace(Space space)
Adds a single Space to the list of Spaces to include |
ListQuery |
ListQuery.addStatus(String str)
Adds a single status type to the query |
ListQuery |
ListQuery.addType(String type)
Adds a content type to the query |
| Methods in com.atlassian.confluence.core with parameters of type ListQuery | |
|---|---|
List |
SmartListManager.getListQueryResults(ListQuery query,
boolean loadObjects)
Returns a list of those objects in the Confluence system that match the given ListQuery. |
| Constructors in com.atlassian.confluence.core with parameters of type ListQuery | |
|---|---|
ListQuery(ListQuery query)
|
|
| Uses of ListQuery in com.atlassian.confluence.rss |
|---|
| Methods in com.atlassian.confluence.rss with parameters of type ListQuery | |
|---|---|
com.sun.syndication.feed.synd.SyndFeed |
FeedBuilder.createFeed(ListQuery query,
boolean showContent,
boolean showDiff,
User user)
Deprecated. since 3.0. Use FeedBuilder.createFeed(com.atlassian.confluence.search.v2.ISearch, FeedProperties) instead. |
com.sun.syndication.feed.synd.SyndFeed |
DefaultFeedBuilder.createFeed(ListQuery listQuery,
boolean showContent,
boolean showDiff,
User user)
Deprecated. since 3.0. See superclass comment. |
com.sun.syndication.feed.synd.SyndFeed |
FeedBuilder.createPublicFeed(ListQuery query,
boolean showContent,
boolean showDiff)
Deprecated. since 3.0. Use FeedBuilder.createFeed(com.atlassian.confluence.search.v2.ISearch, FeedProperties) instead.
Public feed can be indicated in FeedProperties. |
com.sun.syndication.feed.synd.SyndFeed |
DefaultFeedBuilder.createPublicFeed(ListQuery listQuery,
boolean showContent,
boolean showDiff)
Deprecated. since 3.0. See superclass comment. |
| Uses of ListQuery in com.atlassian.confluence.search.v2.lucene.compatibility |
|---|
| Methods in com.atlassian.confluence.search.v2.lucene.compatibility with parameters of type ListQuery | |
|---|---|
static ISearch |
ListQueryToSearchConverter.convertToSearch(ListQuery listQuery)
|
List |
V2SearchSmartListManager.getListQueryResults(ListQuery listQuery,
boolean loadObjects)
|
| Uses of ListQuery in com.atlassian.confluence.spaces.actions |
|---|
| Methods in com.atlassian.confluence.spaces.actions that return ListQuery | |
|---|---|
ListQuery |
CreateRssFeedAction.createListQuery()
Create a ListQuery object based on the url parameter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||