Uses of Class
com.atlassian.confluence.spaces.SpaceGroup
Packages that use SpaceGroup
Package
Description
-
Uses of SpaceGroup in com.atlassian.confluence.dmz.spaces
Methods in com.atlassian.confluence.dmz.spaces with parameters of type SpaceGroupModifier and TypeMethodDescriptionvoidSpaceManagerInternal.removeSpacesInGroup(SpaceGroup spaceGroup) Deprecated, for removal: This API element is subject to removal in a future version.since 5.9. -
Uses of SpaceGroup in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type SpaceGroup -
Uses of SpaceGroup in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return SpaceGroupModifier and TypeMethodDescriptionDefaultSpaceGroupManager.createSpaceGroup(String key, String name) Deprecated.DefaultSpaceGroupManager.createSpaceGroup(String key, String name, String creatorName) Deprecated.SpaceGroupManager.createSpaceGroup(String key, String name) Deprecated.Create a Space GroupSpaceGroupManager.createSpaceGroup(String key, String name, String creatorName) Deprecated.Create a space GroupDefaultSpaceGroupManager.getSpaceGroup(long id) Deprecated.DefaultSpaceGroupManager.getSpaceGroup(String spaceGroupKey) Deprecated.ReadOnlySpace.getSpaceGroup()Deprecated, for removal: This API element is subject to removal in a future version.Space.getSpaceGroup()Deprecated.in 5.9.SpaceGroupManager.getSpaceGroup(long id) Deprecated.Retrieve a space by its ID.SpaceGroupManager.getSpaceGroup(String spaceGroupKey) Deprecated.Retrieve a spaceGroup by its key.Methods in com.atlassian.confluence.spaces that return types with arguments of type SpaceGroupModifier and TypeMethodDescriptionDefaultSpaceGroupManager.getSpaceGroupsForUser(String username) Deprecated.Currently this method will return a all spacegroups the user has access to.SpaceGroupManager.getSpaceGroupsForUser(String username) Deprecated.Methods in com.atlassian.confluence.spaces with parameters of type SpaceGroupModifier and TypeMethodDescriptionSpacesQuery.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) voidDefaultSpaceGroupManager.saveSpaceGroup(SpaceGroup spaceGroup) Deprecated.voidSpaceGroupManager.saveSpaceGroup(SpaceGroup spaceGroup) Deprecated.voidReadOnlySpace.setSpaceGroup(SpaceGroup spaceGroup) Deprecated, for removal: This API element is subject to removal in a future version.voidSpace.setSpaceGroup(SpaceGroup spaceGroup) Deprecated.in 5.9.