|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.pages.actions.beans.AvailableSpaces
public class AvailableSpaces
Constructor Summary | |
---|---|
AvailableSpaces(SpaceManager spaceManager)
|
Method Summary | |
---|---|
java.util.List<Space> |
getAvailableSpaces(Space currentSpace,
ConfluenceUser user)
|
java.util.List<Space> |
getAvailableSpaces(Space currentSpace,
com.atlassian.user.User user)
Deprecated. since 5.2. See getAvailableSpaces(Space, ConfluenceUser) instead. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvailableSpaces(SpaceManager spaceManager)
Method Detail |
---|
@Deprecated public java.util.List<Space> getAvailableSpaces(Space currentSpace, com.atlassian.user.User user)
getAvailableSpaces(Space, ConfluenceUser)
instead.
currentSpace
- user
-
public java.util.List<Space> getAvailableSpaces(Space currentSpace, ConfluenceUser user)
currentSpace
- the current spaceuser
- the user being operated with
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |