|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SpaceType in com.atlassian.confluence.search.v2.query |
---|
Constructors in com.atlassian.confluence.search.v2.query with parameters of type SpaceType | |
---|---|
SpaceTypeQuery(SpaceType spaceType)
Search for content within all spaces of the provided type. |
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.getSpaceType()
|
static SpaceType |
SpaceType.getSpaceType(java.lang.String spaceTypeAsString)
|
SpaceType |
Space.getType()
Deprecated. use getSpaceType() |
Methods in com.atlassian.confluence.spaces with parameters of type SpaceType | |
---|---|
java.util.List |
DefaultSpaceManager.getEditableSpacesByType(com.atlassian.user.User user,
SpaceType type)
|
java.util.List |
SpaceManager.getEditableSpacesByType(com.atlassian.user.User user,
SpaceType type)
Return all spaces of a given type in which the user can create or edit pages |
java.util.List |
DefaultSpaceManager.getPermittedSpacesByType(com.atlassian.user.User user,
SpaceType type)
|
java.util.List |
SpaceManager.getPermittedSpacesByType(com.atlassian.user.User user,
SpaceType type)
Return all spaces of a given type for which the user has VIEW permission. |
java.util.List |
DefaultSpaceManager.getSpacesByType(SpaceType type)
|
java.util.List |
SpaceManager.getSpacesByType(SpaceType type)
|
void |
Space.setSpaceType(SpaceType spaceType)
|
Uses of SpaceType in com.atlassian.confluence.spaces.persistence.dao |
---|
Methods in com.atlassian.confluence.spaces.persistence.dao with parameters of type SpaceType | |
---|---|
java.util.List |
SpaceDao.findAllSpacesSorted(java.lang.String sortBy,
SpaceType type)
Find all uncategorised spaces and sort results by named property. |
java.util.List |
SpaceDao.getPermittedSpacesForUserByType(com.atlassian.user.User user,
java.lang.String permission,
SpaceType type)
Find all spaces of a certain type on which the given user has the given permission |
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 | |
---|---|
java.util.List |
HibernateSpaceDao.findAllSpacesSorted(java.lang.String sortField,
SpaceType type)
Like findAllSorted, but allows you to query for a specific type of space |
java.util.List |
HibernateSpaceDao.getPermittedSpacesForUserByType(com.atlassian.user.User user,
java.lang.String permission,
SpaceType type)
Query for spaces by type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |