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 SpaceGroupDefaultSpaceGroupManager. createSpaceGroup(String key, String name)Deprecated.SpaceGroupDefaultSpaceGroupManager. createSpaceGroup(String key, String name, String creatorName)Deprecated.SpaceGroupSpaceGroupManager. createSpaceGroup(String key, String name)Deprecated.Create a Space GroupSpaceGroupSpaceGroupManager. createSpaceGroup(String key, String name, String creatorName)Deprecated.Create a space GroupSpaceGroupDefaultSpaceGroupManager. getSpaceGroup(long id)Deprecated.SpaceGroupDefaultSpaceGroupManager. getSpaceGroup(String spaceGroupKey)Deprecated.SpaceGroupSpace. getSpaceGroup()Deprecated.in 5.9.SpaceGroupSpaceGroupManager. getSpaceGroup(long id)Deprecated.Retrieve a space by its ID.SpaceGroupSpaceGroupManager. getSpaceGroup(String spaceGroupKey)Deprecated.Retrieve a spaceGroup by its key.SpaceGroupSpacesQuery. 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.BuilderSpacesQuery.Builder. inSpaceGroup(SpaceGroup spaceGroup)Deprecated.in 5.9.voidDefaultSpaceGroupManager. removeSpaceGroup(SpaceGroup spaceGroup, boolean removeSpaces)Deprecated.voidSpaceGroupManager. removeSpaceGroup(SpaceGroup spaceGroup, boolean removeSpaces)Deprecated.Removes the spaceGroup without removing the space.voidDefaultSpaceManager. removeSpacesInGroup(SpaceGroup spaceGroup)voidSpaceManager. removeSpacesInGroup(SpaceGroup spaceGroup)Deprecated.since 5.9.voidDefaultSpaceGroupManager. saveSpaceGroup(SpaceGroup spaceGroup)Deprecated.voidSpaceGroupManager. saveSpaceGroup(SpaceGroup spaceGroup)Deprecated.voidSpace. setSpaceGroup(SpaceGroup spaceGroup)Deprecated.in 5.9.
-