Uses of Class
com.atlassian.confluence.search.service.RecentUpdateQueryParameters
-
-
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 Modifier and Type Method Description List<RecentUpdateGroup>
RecentlyUpdatedContentService. getRecentUpdates(RecentUpdateQueryParameters queryParams, int maxResults)
-
Uses of RecentUpdateQueryParameters in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.tabs
-
Uses of RecentUpdateQueryParameters in com.atlassian.confluence.search.service
Methods in com.atlassian.confluence.search.service with parameters of type RecentUpdateQueryParameters Modifier and Type Method Description ISearch
DefaultPredefinedSearchBuilder. buildRecentUpdateSearch(RecentUpdateQueryParameters params, int startIndex, int numberOfResults)
ISearch
PredefinedSearchBuilder. buildRecentUpdateSearch(RecentUpdateQueryParameters recentUpdateQueryParameters, int startIndex, int numberOfResults)
Create a recent update search.
-