|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListQuery | |
|---|---|
| com.atlassian.confluence.core | |
| com.atlassian.confluence.core.persistence | |
| com.atlassian.confluence.core.persistence.hibernate | |
| com.atlassian.confluence.pages | |
| com.atlassian.confluence.pages.persistence.dao | |
| com.atlassian.confluence.pages.persistence.dao.hibernate | |
| 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(java.lang.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(java.lang.String str)
Adds a single status type to the query |
ListQuery |
ListQuery.addType(java.lang.String type)
Adds a content type to the query |
| Methods in com.atlassian.confluence.core with parameters of type ListQuery | |
|---|---|
java.util.List |
LuceneSmartListManager.getListQueryResults(ListQuery query,
boolean loadObjects)
|
java.util.List |
SmartListManager.getListQueryResults(ListQuery query,
boolean loadObjects)
Returns a list of those objects in the Confluence system that match the given ListQuery. |
java.util.Iterator |
ContentEntityManager.getRecentlyModifiedEntitiesByType(ListQuery query,
int firstResult)
Deprecated. since 2.8, use com.atlassian.confluence.search.smartlist.SmartListManager#search instead. |
java.util.Iterator |
DefaultContentEntityManager.getRecentlyModifiedEntitiesByType(ListQuery query,
int firstResult)
Deprecated. since 2.8, use com.atlassian.confluence.search.smartlist.SmartListManager#search instead. |
| Constructors in com.atlassian.confluence.core with parameters of type ListQuery | |
|---|---|
ListQuery(ListQuery query)
|
|
| Uses of ListQuery in com.atlassian.confluence.core.persistence |
|---|
| Methods in com.atlassian.confluence.core.persistence with parameters of type ListQuery | |
|---|---|
java.util.Iterator |
ContentEntityObjectDao.getRecentlyModifiedEntitiesByType(ListQuery query,
int firstResult)
Deprecated. since 2.8, use com.atlassian.confluence.search.smartlist.SmartListManager#search instead. |
| Uses of ListQuery in com.atlassian.confluence.core.persistence.hibernate |
|---|
| Methods in com.atlassian.confluence.core.persistence.hibernate with parameters of type ListQuery | |
|---|---|
java.util.Iterator |
ContentEntityObjectHibernateDao.getRecentlyModifiedEntitiesByType(ListQuery listQuery,
int firstResult)
Deprecated. since 2.8, use com.atlassian.confluence.search.smartlist.SmartListManager#search instead. |
| Uses of ListQuery in com.atlassian.confluence.pages |
|---|
| Methods in com.atlassian.confluence.pages with parameters of type ListQuery | |
|---|---|
java.util.List |
AttachmentManager.getAttachments(ListQuery query,
int firstResult)
Deprecated. since 2.8, use com.atlassian.confluence.search.smartlist.SmartListManager#search instead. |
java.util.List |
DefaultAttachmentManager.getAttachments(ListQuery query,
int firstResult)
Deprecated. since 2.8, use com.atlassian.confluence.search.smartlist.SmartListManager#search instead. |
java.util.List |
WebDavAttachmentManager.getAttachments(ListQuery query,
int firstResult)
Deprecated. since 2.8, use com.atlassian.confluence.search.smartlist.SmartListManager#search instead. Currently there is no efficitent way to query for recently attached attachments |
java.util.List |
DelegatorAttachmentManager.getAttachments(ListQuery query,
int firstResult)
Deprecated. since 2.8, use com.atlassian.confluence.search.smartlist.SmartListManager#search instead. |
| Uses of ListQuery in com.atlassian.confluence.pages.persistence.dao |
|---|
| Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type ListQuery | |
|---|---|
java.util.List |
WebDavAttachmentDao.getAttachmentByQuery(ListQuery query,
int firstResult)
Deprecated. since 2.8, use com.atlassian.confluence.search.smartlist.SmartListManager#search instead. |
java.util.List |
AttachmentDao.getAttachmentByQuery(ListQuery query,
int firstResult)
Deprecated. since 2.8, use com.atlassian.confluence.search.smartlist.SmartListManager#search instead. |
| Uses of ListQuery in com.atlassian.confluence.pages.persistence.dao.hibernate |
|---|
| Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type ListQuery | |
|---|---|
java.util.List |
AbstractHibernateAttachmentDao.getAttachmentByQuery(ListQuery listQuery,
int firstResult)
Deprecated. since 2.8, use com.atlassian.confluence.search.smartlist.SmartListManager#search instead. |
| 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 |
DefaultFeedBuilder.createFeed(ListQuery query,
boolean showContent,
boolean showDiff,
com.atlassian.user.User user)
|
com.sun.syndication.feed.synd.SyndFeed |
FeedBuilder.createFeed(ListQuery query,
boolean showContent,
boolean showDiff,
com.atlassian.user.User user)
|
com.sun.syndication.feed.synd.SyndFeed |
DefaultFeedBuilder.createPublicFeed(ListQuery query,
boolean showContent,
boolean showDiff)
|
com.sun.syndication.feed.synd.SyndFeed |
FeedBuilder.createPublicFeed(ListQuery query,
boolean showContent,
boolean showDiff)
|
| 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 Search |
ListQueryToSearchConverter.convertToSearch(ListQuery listQuery)
|
java.util.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 | |||||||||