Uses of Class
bucket.core.actions.PaginationSupport
-
-
Uses of PaginationSupport in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions that return PaginationSupport Modifier and Type Method Description PaginationSupportSearchSiteAction. getPaginationSupport()Deprecated. -
Uses of PaginationSupport in com.atlassian.confluence.pages
Subclasses of PaginationSupport in com.atlassian.confluence.pages Modifier and Type Class Description classManualTotalPaginationSupport<T>Deprecated.since 6.10.0. -
Uses of PaginationSupport in com.atlassian.confluence.pages.actions
Subclasses of PaginationSupport in com.atlassian.confluence.pages.actions Modifier and Type Class Description classPaginationSupportAdaptor<T>This class will wrap an instance of PageResponse and make it behave like PaginationSupport Note: we need that so that we could reuse all VM codeFields in com.atlassian.confluence.pages.actions declared as PaginationSupport Modifier and Type Field Description protected PaginationSupportAbstractPaginatedListAction. paginationSupportMethods in com.atlassian.confluence.pages.actions that return PaginationSupport Modifier and Type Method Description PaginationSupportAbstractPaginatedListAction. getPaginationSupport()PaginationSupportAlphabeticalListPagesAction. getPaginationSupport()PaginationSupportViewPageAttachmentsAction. getPaginationSupport() -
Uses of PaginationSupport in com.atlassian.confluence.plugins.labels.actions
Fields in com.atlassian.confluence.plugins.labels.actions declared as PaginationSupport Modifier and Type Field Description protected PaginationSupportViewLabelAction. paginationSupportPagination support to assist in the display of the list of content associated with the label.Methods in com.atlassian.confluence.plugins.labels.actions that return PaginationSupport Modifier and Type Method Description PaginationSupportViewLabelAction. getPaginationSupport()PaginationSupportViewMyLabelsAction. getPaginationSupport() -
Uses of PaginationSupport in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions that return PaginationSupport Modifier and Type Method Description PaginationSupportListAttachmentsAction. getPaginationSupport() -
Uses of PaginationSupport in com.atlassian.confluence.user
Subclasses of PaginationSupport in com.atlassian.confluence.user Modifier and Type Class Description classUsernameToUserTranslatingPaginationSupportA special pagination support class to translate results of membership search to user objects. -
Uses of PaginationSupport in com.atlassian.confluence.user.actions
Fields in com.atlassian.confluence.user.actions declared as PaginationSupport Modifier and Type Field Description protected PaginationSupport<T>AbstractEntityPaginationAction. paginationSupportprotected PaginationSupportBrowseGroupsAction. paginationSupportMethods in com.atlassian.confluence.user.actions that return PaginationSupport Modifier and Type Method Description PaginationSupport<T>AbstractEntityPaginationAction. getPaginationSupport()PaginationSupportBrowseGroupsAction. getPaginationSupport()PaginationSupportEditNotificationsAction. getPaginationSupport()PaginationSupport<Searchable>PeopleDirectoryAction. getPaginationSupport()PaginationSupportViewFollowersAction. getPaginationSupport()PaginationSupportViewFollowingAction. getPaginationSupport()PaginationSupport<ContentEntityObject>ViewMyFavouritesAction. getPaginationSupport()
-