Uses of Class
com.atlassian.confluence.plugins.macros.dashboard.recentupdates.RecentlyUpdatedMacroRequestParams
-
Packages that use RecentlyUpdatedMacroRequestParams Package Description com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs -
-
Uses of RecentlyUpdatedMacroRequestParams in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
Methods in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs with parameters of type RecentlyUpdatedMacroRequestParams Modifier and Type Method Description RecentUpdateQueryParameters
AllContentTab. getQueryParameters(RecentlyUpdatedMacroParams macroParams, RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
RecentUpdateQueryParameters
FavouriteSpacesTab. getQueryParameters(RecentlyUpdatedMacroParams macroParams, RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
RecentUpdateQueryParameters
NetworkTab. getQueryParameters(RecentlyUpdatedMacroParams macroParams, RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
RecentUpdateQueryParameters
PopularTab. getQueryParameters(RecentlyUpdatedMacroParams macroParams, RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
RecentUpdateQueryParameters
RecentlyUpdatedMacroTab. getQueryParameters(RecentlyUpdatedMacroParams macroParams, RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
RecentUpdateQueryParameters
SpaceCategoryTab. getQueryParameters(RecentlyUpdatedMacroParams macroParams, RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
Map<String,Object>
AllContentTab. getRenderContext(RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
Map<String,Object>
FavouriteSpacesTab. getRenderContext(RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
Map<String,Object>
NetworkTab. getRenderContext(RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
Map<String,Object>
PopularTab. getRenderContext(RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
Map<String,Object>
RecentlyUpdatedMacroTab. getRenderContext(RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
Gives each tab a chance to add things to the macro's rendering contextMap<String,Object>
SpaceCategoryTab. getRenderContext(RecentlyUpdatedMacroRequestParams requestParams, com.atlassian.renderer.RenderContext renderContext)
-