Uses of Class
com.atlassian.confluence.search.SpacePickerHelper.SpaceDTO

Packages that use SpacePickerHelper.SpaceDTO
com.atlassian.confluence.dashboard.actions   
com.atlassian.confluence.search   
com.atlassian.confluence.search.actions   
 

Uses of SpacePickerHelper.SpaceDTO in com.atlassian.confluence.dashboard.actions
 

Methods in com.atlassian.confluence.dashboard.actions that return types with arguments of type SpacePickerHelper.SpaceDTO
 java.util.List<SpacePickerHelper.SpaceDTO> ConfigureRssFeedAction.getAvailableGlobalSpaces()
          Find all spaces that user has permission to view and allow them to search among these
 java.util.List<SpacePickerHelper.SpaceDTO> ConfigureRssFeedAction.getFavouriteSpaces()
           
 

Uses of SpacePickerHelper.SpaceDTO in com.atlassian.confluence.search
 

Methods in com.atlassian.confluence.search that return types with arguments of type SpacePickerHelper.SpaceDTO
 java.util.List<SpacePickerHelper.SpaceDTO> SpacePickerHelper.getAvailableGlobalSpaces(ConfluenceUser user)
          Gets a list of current (non-archived) global space keys and names, not including any of the user's favourite spaces.
 java.util.List<SpacePickerHelper.SpaceDTO> SpacePickerHelper.getAvailableGlobalSpaces(com.atlassian.user.User user)
          Deprecated. since 5.2. See SpacePickerHelper.getAvailableGlobalSpaces(ConfluenceUser) instead.
 java.util.List<SpacePickerHelper.SpaceDTO> SpacePickerHelper.getFavouriteSpaces(com.atlassian.user.User user)
           
 

Uses of SpacePickerHelper.SpaceDTO in com.atlassian.confluence.search.actions
 

Methods in com.atlassian.confluence.search.actions that return types with arguments of type SpacePickerHelper.SpaceDTO
 java.util.List<SpacePickerHelper.SpaceDTO> SearchSiteAction.getAvailableGlobalSpaces()
          Find all global spaces that user has permission to view, but that aren't favourites
 java.util.List<SpacePickerHelper.SpaceDTO> SearchSiteAction.getFavouriteSpaces()
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.