Uses of Class
com.atlassian.confluence.spaces.SpacesQuery

Packages that use SpacesQuery
com.atlassian.confluence.internal.spaces   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.persistence.dao   
com.atlassian.confluence.spaces.persistence.dao.hibernate   
 

Uses of SpacesQuery in com.atlassian.confluence.internal.spaces
 

Methods in com.atlassian.confluence.internal.spaces with parameters of type SpacesQuery
 PageResponse<Space> SpaceManagerInternal.getSpaces(SpacesQuery query, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Space>... filter)
          get a paginated list of spaces that match the spaceQuery, filtered by the given predicate
 

Uses of SpacesQuery in com.atlassian.confluence.spaces
 

Methods in com.atlassian.confluence.spaces that return SpacesQuery
 SpacesQuery SpacesQuery.Builder.build()
           
 

Methods in com.atlassian.confluence.spaces with parameters of type SpacesQuery
 List<Space> SpaceManager.getAllSpaces(SpacesQuery query)
          Get a list of spaces specified by the SpacesQuery.
 List<Space> DefaultSpaceManager.getAllSpaces(SpacesQuery query)
           
 ListBuilder<Space> SpaceManager.getSpaces(SpacesQuery query)
          Get a list of spaces specified by the SpacesQuery limited by the offset and maxResults.
 ListBuilder<Space> DefaultSpaceManager.getSpaces(SpacesQuery query)
           
 PageResponse<Space> DefaultSpaceManager.getSpaces(SpacesQuery query, LimitedRequest limitedRequest, com.google.common.base.Predicate<? super Space>... filter)
           
 

Uses of SpacesQuery in com.atlassian.confluence.spaces.persistence.dao
 

Methods in com.atlassian.confluence.spaces.persistence.dao with parameters of type SpacesQuery
 int SpaceDao.countSpaces(SpacesQuery query)
          Count the spaces specified by the SpacesQuery.
 List<Space> SpaceDao.getSpaces(SpacesQuery query)
          Get a list of spaces specified by the SpacesQuery.
 List<Space> SpaceDao.getSpaces(SpacesQuery query, int offset, int maxResults)
          Get a list of spaces specified by the SpacesQuery.
 

Uses of SpacesQuery in com.atlassian.confluence.spaces.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.spaces.persistence.dao.hibernate with parameters of type SpacesQuery
 int HibernateSpaceDao.countSpaces(SpacesQuery query)
           
 List<Space> HibernateSpaceDao.getSpaces(SpacesQuery query)
           
 List<Space> HibernateSpaceDao.getSpaces(SpacesQuery query, int offset, int maxResults)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.