Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
ListQuery |
ListQuery.addLabel(String name)
Deprecated.
Adds a single label to the list of labels
|
ListQuery |
ListQuery.addSpace(Space space)
Deprecated.
Adds a single Space to the list of Spaces to include
|
ListQuery |
ListQuery.addStatus(String str)
Deprecated.
Adds a single status type to the query
|
ListQuery |
ListQuery.addType(String type)
Deprecated.
Adds a content type to the query
|
Modifier and Type | Method and Description |
---|---|
List |
SmartListManager.getListQueryResults(ListQuery query,
boolean loadObjects)
Deprecated.
Returns a list of those objects in the Confluence system that match the given ListQuery.
|
Constructor and Description |
---|
ListQuery(ListQuery query)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.sun.syndication.feed.synd.SyndFeed |
FeedBuilder.createFeed(ListQuery query,
boolean showContent,
boolean showDiff,
com.atlassian.user.User user)
Deprecated.
since 4.0. The showDiffParameter is ignored. Use
FeedBuilder.createFeed(ListQuery, FeedProperties) . |
com.sun.syndication.feed.synd.SyndFeed |
DefaultFeedBuilder.createFeed(ListQuery listQuery,
boolean showContent,
boolean showDiff,
com.atlassian.user.User user)
Deprecated.
since 4.0.
|
com.sun.syndication.feed.synd.SyndFeed |
FeedBuilder.createFeed(ListQuery query,
FeedProperties feedProperties)
Deprecated.
|
com.sun.syndication.feed.synd.SyndFeed |
DefaultFeedBuilder.createFeed(ListQuery query,
FeedProperties feedProperties)
Deprecated.
since 4.2
|
Modifier and Type | Method and Description |
---|---|
static ISearch |
ListQueryToSearchConverter.convertToSearch(ListQuery listQuery,
boolean isLabelFilteredSearch) |
List |
V2SearchSmartListManager.getListQueryResults(ListQuery listQuery,
boolean loadObjects) |
Copyright © 2003–2016 Atlassian. All rights reserved.