|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpacesQuery | |
---|---|
com.atlassian.confluence.spaces | |
com.atlassian.confluence.spaces.persistence.dao | |
com.atlassian.confluence.spaces.persistence.dao.hibernate |
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)
|
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 |