SpaceGroup
and related classes like
SpaceGroupManager
and
SpaceGroupComparator
will be removed.
Please do not use them.
@Deprecated public interface SpaceGroupManager
Modifier and Type | Method and Description |
---|---|
SpaceGroup |
createSpaceGroup(String key,
String name)
Deprecated.
Create a Space Group
|
SpaceGroup |
createSpaceGroup(String key,
String name,
String creatorName)
Deprecated.
Create a space Group
|
SpaceGroup |
getSpaceGroup(long id)
Deprecated.
Retrieve a space by its ID.
|
SpaceGroup |
getSpaceGroup(String spaceGroupKey)
Deprecated.
Retrieve a spaceGroup by its key.
|
List |
getSpaceGroups()
Deprecated.
Retrieves all SpaceGroups in the system
|
Set<SpaceGroup> |
getSpaceGroupsForUser(String username)
Deprecated.
|
void |
removeSpaceGroup(SpaceGroup spaceGroup,
boolean removeSpaces)
Deprecated.
Removes the spaceGroup without removing the space.
|
void |
saveSpaceGroup(SpaceGroup spaceGroup)
Deprecated.
|
SpaceGroup createSpaceGroup(String key, String name)
SpaceGroup createSpaceGroup(String key, String name, String creatorName)
void saveSpaceGroup(SpaceGroup spaceGroup)
void removeSpaceGroup(SpaceGroup spaceGroup, boolean removeSpaces)
SpaceGroup getSpaceGroup(long id)
id
- the ID of the spaceSpaceGroup getSpaceGroup(String spaceGroupKey)
spaceGroupKey
- the key of the spaceGroup to retrieveList getSpaceGroups()
Set<SpaceGroup> getSpaceGroupsForUser(String username)
IllegalArgumentException
- if username is nullCopyright © 2003–2020 Atlassian. All rights reserved.