|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.util.List<Space> |
SpaceManager.getAllSpaces(SpacesQuery query)
Get a list of spaces specified by the SpacesQuery. |
java.util.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. |
java.util.List<Space> |
SpaceDao.getSpaces(SpacesQuery query)
Get a list of spaces specified by the SpacesQuery. |
java.util.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)
|
java.util.List<Space> |
HibernateSpaceDao.getSpaces(SpacesQuery query)
|
java.util.List<Space> |
HibernateSpaceDao.getSpaces(SpacesQuery query,
int offset,
int maxResults)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||