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

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(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 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, com.atlassian.user.User user)
          Constructs a feed after running a search based on the given query.
 com.sun.syndication.feed.synd.SyndFeed DefaultFeedBuilder.createFeed(ListQuery listQuery, boolean showContent, boolean showDiff, com.atlassian.user.User user)
           
 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, boolean isLabelFilteredSearch)
           
 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.
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.