Uses of Class
com.atlassian.confluence.core.ListQuery

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.spaces.actions   
 

Uses of ListQuery in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return ListQuery
 ListQuery ListQuery.addType(String type)
          Adds a content type to the query
 ListQuery ListQuery.addStatus(String str)
          Adds a single status type to the query
 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
 

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.
 List LuceneSmartListManager.getListQueryResults(ListQuery query, boolean loadObjects)
           
 Iterator DefaultContentEntityManager.getRecentlyModifiedEntitiesByType(ListQuery query, int firstResult)
           
 Iterator ContentEntityManager.getRecentlyModifiedEntitiesByType(ListQuery query, int firstResult)
           
 

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
 Iterator ContentEntityObjectDao.getRecentlyModifiedEntitiesByType(ListQuery query, int firstResult)
           
 

Uses of ListQuery in com.atlassian.confluence.core.persistence.hibernate
 

Methods in com.atlassian.confluence.core.persistence.hibernate with parameters of type ListQuery
 Iterator ContentEntityObjectHibernateDao.getRecentlyModifiedEntitiesByType(ListQuery listQuery, int firstResult)
           
 

Uses of ListQuery in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages with parameters of type ListQuery
 List WebDavAttachmentManager.getAttachments(ListQuery query, int firstResult)
          Currently there is no efficitent way to query for recently attached attachments
 List DelegatorAttachmentManager.getAttachments(ListQuery query, int firstResult)
           
 List DefaultAttachmentManager.getAttachments(ListQuery query, int firstResult)
           
 List AttachmentManager.getAttachments(ListQuery query, int firstResult)
           
 

Uses of ListQuery in com.atlassian.confluence.pages.persistence.dao
 

Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type ListQuery
 List WebDavAttachmentDao.getAttachmentByQuery(ListQuery query, int firstResult)
           
 List AttachmentDao.getAttachmentByQuery(ListQuery query, int firstResult)
           
 

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
 List AbstractHibernateAttachmentDao.getAttachmentByQuery(ListQuery listQuery, int firstResult)
           
 

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.createPublicFeed(ListQuery query, boolean showContent, boolean showDiff)
           
 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 DefaultFeedBuilder.createFeed(ListQuery query, boolean showContent, boolean showDiff, com.atlassian.user.User user)
           
 

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.
 



Confluence is developed by Atlassian.