Uses of Class
com.atlassian.confluence.search.SpacePickerHelper.SpaceDTO
-
Packages that use SpacePickerHelper.SpaceDTO Package Description 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 Modifier and Type Method Description List<SpacePickerHelper.SpaceDTO>ConfigureRssFeedAction. getAvailableGlobalSpaces()Find all spaces that user has permission to view and allow them to search among theseList<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 Modifier and Type Method Description 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.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 Modifier and Type Method Description List<SpacePickerHelper.SpaceDTO>SearchSiteAction. getAvailableGlobalSpaces()Deprecated.Find all global spaces that user has permission to view, but that aren't favouritesList<SpacePickerHelper.SpaceDTO>SearchSiteAction. getFavouriteSpaces()Deprecated.
-