Uses of Class
com.atlassian.confluence.spaces.SpaceGroup
-
Packages that use SpaceGroup Package Description com.atlassian.confluence.rpc.soap.beans com.atlassian.confluence.spaces -
-
Uses of SpaceGroup in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type SpaceGroup Constructor Description RemoteSpaceGroup(SpaceGroup spaceGroup)
Deprecated. -
Uses of SpaceGroup in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return SpaceGroup Modifier and Type Method Description SpaceGroup
DefaultSpaceGroupManager. createSpaceGroup(String key, String name)
Deprecated.SpaceGroup
DefaultSpaceGroupManager. createSpaceGroup(String key, String name, String creatorName)
Deprecated.SpaceGroup
SpaceGroupManager. createSpaceGroup(String key, String name)
Deprecated.Create a Space GroupSpaceGroup
SpaceGroupManager. createSpaceGroup(String key, String name, String creatorName)
Deprecated.Create a space GroupSpaceGroup
DefaultSpaceGroupManager. getSpaceGroup(long id)
Deprecated.SpaceGroup
DefaultSpaceGroupManager. getSpaceGroup(String spaceGroupKey)
Deprecated.SpaceGroup
Space. getSpaceGroup()
Deprecated.in 5.9.SpaceGroup
SpaceGroupManager. getSpaceGroup(long id)
Deprecated.Retrieve a space by its ID.SpaceGroup
SpaceGroupManager. getSpaceGroup(String spaceGroupKey)
Deprecated.Retrieve a spaceGroup by its key.SpaceGroup
SpacesQuery. getSpaceGroup()
Deprecated.in 5.9.Methods in com.atlassian.confluence.spaces that return types with arguments of type SpaceGroup Modifier and Type Method Description Set<SpaceGroup>
DefaultSpaceGroupManager. getSpaceGroupsForUser(String username)
Deprecated.Currently this method will return a all spacegroups the user has access to.Set<SpaceGroup>
SpaceGroupManager. getSpaceGroupsForUser(String username)
Deprecated.Methods in com.atlassian.confluence.spaces with parameters of type SpaceGroup Modifier and Type Method Description SpacesQuery.Builder
SpacesQuery.Builder. inSpaceGroup(SpaceGroup spaceGroup)
Deprecated.in 5.9.void
DefaultSpaceGroupManager. removeSpaceGroup(SpaceGroup spaceGroup, boolean removeSpaces)
Deprecated.void
SpaceGroupManager. removeSpaceGroup(SpaceGroup spaceGroup, boolean removeSpaces)
Deprecated.Removes the spaceGroup without removing the space.void
DefaultSpaceManager. removeSpacesInGroup(SpaceGroup spaceGroup)
void
SpaceManager. removeSpacesInGroup(SpaceGroup spaceGroup)
Deprecated.since 5.9.void
DefaultSpaceGroupManager. saveSpaceGroup(SpaceGroup spaceGroup)
Deprecated.void
SpaceGroupManager. saveSpaceGroup(SpaceGroup spaceGroup)
Deprecated.void
Space. setSpaceGroup(SpaceGroup spaceGroup)
Deprecated.in 5.9.
-