Class AvailableSpaces
- java.lang.Object
-
- com.atlassian.confluence.pages.actions.beans.AvailableSpaces
-
public class AvailableSpaces extends Object
-
-
Constructor Summary
Constructors Constructor Description AvailableSpaces(SpaceManager spaceManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Space>
getAvailableSpaces(Space currentSpace, ConfluenceUser user)
-
-
-
Constructor Detail
-
AvailableSpaces
public AvailableSpaces(SpaceManager spaceManager)
-
-
Method Detail
-
getAvailableSpaces
public List<Space> getAvailableSpaces(Space currentSpace, ConfluenceUser user)
- Parameters:
currentSpace
- the current spaceuser
- the user being operated with- Returns:
- all the spaces available to the user including the supplied currentSpace
-
-