Uses of Class
com.atlassian.confluence.search.service.RecentUpdateQueryParameters

Packages that use RecentUpdateQueryParameters
com.atlassian.confluence.plugins.macros.dashboard.recentupdates   
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs   
com.atlassian.confluence.search.service   
 

Uses of RecentUpdateQueryParameters in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
 

Methods in com.atlassian.confluence.plugins.macros.dashboard.recentupdates with parameters of type RecentUpdateQueryParameters
 java.util.List<RecentUpdateGroup> RecentlyUpdatedContentService.getRecentUpdates(RecentUpdateQueryParameters queryParams, int maxResults)
           
 

Uses of RecentUpdateQueryParameters in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
 

Methods in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs that return RecentUpdateQueryParameters
 RecentUpdateQueryParameters SpaceCategoryTab.getQueryParameters(RecentlyUpdatedMacroParams macroParams, RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
           
 RecentUpdateQueryParameters RecentlyUpdatedMacroTab.getQueryParameters(RecentlyUpdatedMacroParams macroParams, RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
           
 RecentUpdateQueryParameters PopularTab.getQueryParameters(RecentlyUpdatedMacroParams macroParams, RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
           
 RecentUpdateQueryParameters NetworkTab.getQueryParameters(RecentlyUpdatedMacroParams macroParams, RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
           
 RecentUpdateQueryParameters FavouriteSpacesTab.getQueryParameters(RecentlyUpdatedMacroParams macroParams, RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
           
 RecentUpdateQueryParameters AllContentTab.getQueryParameters(RecentlyUpdatedMacroParams macroParams, RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
           
 

Uses of RecentUpdateQueryParameters in com.atlassian.confluence.search.service
 

Methods in com.atlassian.confluence.search.service with parameters of type RecentUpdateQueryParameters
 ISearch PredefinedSearchBuilder.buildRecentUpdateSearch(RecentUpdateQueryParameters recentUpdateQueryParameters, int startIndex, int numberOfResults)
          Create a recent update search.
 ISearch DefaultPredefinedSearchBuilder.buildRecentUpdateSearch(RecentUpdateQueryParameters params, int startIndex, int numberOfResults)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.