|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.spaces.SpaceUtils
@Deprecated public class SpaceUtils
Constructor Summary | |
---|---|
SpaceUtils()
Deprecated. |
Method Summary | |
---|---|
static java.lang.String |
getUsernameFromPersonalSpaceKey(java.lang.String key)
Deprecated. since 5.2. Instead use the spaceManager to retrieve the space ( SpaceManager.getSpace(String) ) and
then retrieve the creator (ConfluenceEntityObject.getCreator() ). From 5.3 onwards this method could well return the wrong username
(if a user was renamed). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpaceUtils()
Method Detail |
---|
public static java.lang.String getUsernameFromPersonalSpaceKey(java.lang.String key)
SpaceManager.getSpace(String)
) and
then retrieve the creator (ConfluenceEntityObject.getCreator()
). From 5.3 onwards this method could well return the wrong username
(if a user was renamed).
key
- the personal space key
java.lang.IllegalArgumentException
- if key is valid. Please check with Space.isValidPersonalSpaceKey(String)
first.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |