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

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

public class AvailableSpaces
extends java.lang.Object


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

AvailableSpaces

public AvailableSpaces(SpaceManager spaceManager)
Method Detail

getAvailableSpaces

@Deprecated
public java.util.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 java.util.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-2014 Atlassian. All Rights Reserved.