com.atlassian.confluence.pages.actions.beans
Class AvailableSpaces

java.lang.Object
  extended by com.atlassian.confluence.pages.actions.beans.AvailableSpaces

public class AvailableSpaces
extends Object


Constructor Summary
AvailableSpaces(SpaceManager spaceManager)
           
 
Method Summary
 List<Space> getAvailableSpaces(Space currentSpace, ConfluenceUser user)
           
 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

AvailableSpaces

public AvailableSpaces(SpaceManager spaceManager)
Method Detail

getAvailableSpaces

@Deprecated
public List<Space> getAvailableSpaces(Space currentSpace,
                                                 com.atlassian.user.User user)
Deprecated. since 5.2. See getAvailableSpaces(Space, ConfluenceUser) instead.

Parameters:
currentSpace -
user -
Returns:
all the spaces available to the user including the supplied currentSpace

getAvailableSpaces

public List<Space> getAvailableSpaces(Space currentSpace,
                                      ConfluenceUser user)
Parameters:
currentSpace - the current space
user - the user being operated with
Returns:
all the spaces available to the user including the supplied currentSpace


Copyright © 2003–2015 Atlassian. All rights reserved.