|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use SpaceType | |
com.atlassian.confluence.spaces | |
com.atlassian.confluence.spaces.persistence.dao | |
com.atlassian.confluence.spaces.persistence.dao.hibernate |
Uses of SpaceType in com.atlassian.confluence.spaces |
Fields in com.atlassian.confluence.spaces declared as SpaceType | |
static SpaceType |
SpaceType.GLOBAL
|
static SpaceType |
SpaceType.PERSONAL
|
Methods in com.atlassian.confluence.spaces that return SpaceType | |
SpaceType |
Space.getType()
Deprecated. use getSpaceType() |
SpaceType |
Space.getSpaceType()
|
static SpaceType |
SpaceType.getSpaceType(String spaceTypeAsString)
|
Methods in com.atlassian.confluence.spaces with parameters of type SpaceType | |
List |
DefaultSpaceManager.getSpacesByType(SpaceType type)
|
List |
DefaultSpaceManager.getPermittedSpacesByType(User user,
SpaceType type)
|
List |
DefaultSpaceManager.getEditableSpacesByType(User user,
SpaceType type)
|
void |
Space.setSpaceType(SpaceType spaceType)
|
List |
SpaceManager.getPermittedSpacesByType(User user,
SpaceType type)
Return all spaces of a given type for which the user has VIEW permission. |
List |
SpaceManager.getEditableSpacesByType(User user,
SpaceType type)
Return all spaces of a given type in which the user can create or edit pages |
List |
SpaceManager.getSpacesByType(SpaceType type)
|
Uses of SpaceType in com.atlassian.confluence.spaces.persistence.dao |
Methods in com.atlassian.confluence.spaces.persistence.dao with parameters of type SpaceType | |
List |
SpaceDao.getPermittedSpacesForUserByType(User user,
String permission,
SpaceType type)
Find all spaces of a certain type on which the given user has the given permission |
List |
SpaceDao.findAllSpacesSorted(String sortBy,
SpaceType type)
Find all uncategorised spaces and sort results by named property. |
Uses of SpaceType in com.atlassian.confluence.spaces.persistence.dao.hibernate |
Methods in com.atlassian.confluence.spaces.persistence.dao.hibernate with parameters of type SpaceType | |
List |
HibernateSpaceDao.findAllSpacesSorted(String sortField,
SpaceType type)
Like findAllSorted, but allows you to query for a specific type of space |
List |
HibernateSpaceDao.getPermittedSpacesForUserByType(User user,
String permission,
SpaceType type)
Query for spaces by type. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |