Uses of Interface
com.atlassian.confluence.api.service.pagination.PaginationService
Packages that use PaginationService
Package
Description
Confluence internal classes related to user management.
- 
Uses of PaginationService in com.atlassian.confluence.api.impl.pagination
Classes in com.atlassian.confluence.api.impl.pagination that implement PaginationService - 
Uses of PaginationService in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type PaginationServiceModifierConstructorDescriptionLabelServiceImpl(PaginationService paginationService, LabelManagerInternal labelManager, LabelFactory labelFactory, LabelPermissionEnforcer labelPermissionEnforcer, com.atlassian.config.ApplicationConfiguration applicationConfig) SpaceLabelServiceImpl(SpaceManagerInternal spaceManager, PaginationService paginationService, PermissionManager permissionManager, LabelManagerInternal labelManager, LabelFactory labelFactory, SpaceService.Validator spaceValidator, LabelPermissionEnforcer labelPermissionEnforcer, com.atlassian.config.ApplicationConfiguration applicationConfig) SpaceServiceImpl(SpaceManagerInternal spaceManager, SpaceFactory spaceFactory, PageManagerInternal pageManager, ContentFactory contentFactory, PaginationService paginationService, SpacePermissionManager spacePermissionManager, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, FinderProxyFactory finderProxyFactory, LabelManager labelManager, SpaceDeletionManager spaceDeletionManager, SpaceLabelService spaceLabelService, SpaceService.Validator spaceValidator, TrashManager trashManager, UserAccessor userAccessor)  - 
Uses of PaginationService in com.atlassian.confluence.api.impl.service.content.finder
Fields in com.atlassian.confluence.api.impl.service.content.finder declared as PaginationServiceModifier and TypeFieldDescriptionprotected final PaginationServiceAbstractPageAndBlogFetcher.paginationServiceprotected final PaginationServiceAbstractPageAndBlogFetcher.paginationServiceConstructors in com.atlassian.confluence.api.impl.service.content.finder with parameters of type PaginationServiceModifierConstructorDescriptionAttachmentFetcher(ContentFinderImpl contentFinder, PaginationService paginationService, ContentFactory contentFactory, SpaceManager spaceManager, AttachmentManagerInternal attachmentManager, AttachmentContentTypeApiSupport attachmentContentTypeApiSupport) BlogPostFetcher(ContentFinderImpl contentFinder, PaginationService paginationService, PageManagerInternal pageManagerInternal, ContentFactory contentFactory, SpaceManager spaceManager, PermissionManager permissionManager) CommentFetcher(ContentFinderImpl contentFinder, PaginationService paginationService, ContentFactory contentFactory, CommentManagerInternal commentManager, SpaceManager spaceManager) ContentFinderFactory(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, AttachmentContentTypeApiSupport attachmentContentTypeBinding, ContentEntityManagerInternal contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory, CommentManagerInternal commentManager, AttachmentManagerInternal attachmentManager, com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceScopesRequestCache confluenceScopesRequestCache) PageFetcher(ContentFinderImpl finder, PaginationService paginationService, PageManagerInternal pageManagerInternal, ContentFactory contentFactory, SpaceManager spaceManager, PermissionManager permissionManager)  - 
Uses of PaginationService in com.atlassian.confluence.api.impl.service.content.typebinding
Constructors in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type PaginationServiceModifierConstructorDescriptionAttachmentContentTypeApiSupport(ContentEntityManager contentEntityManager, ContentFactory contentFactory, AttachmentManagerInternal attachmentManager, PaginationService paginationService, PermissionManager permissionManager, ApiSupportProvider apiSupportProvider, ContentCreator contentCreator, ThumbnailManager thumbnailManager) CommentContentTypeApiSupport(CommentManagerInternal commentManager, PaginationService paginationService, ContentFactory contentFactory, PermissionManager permissionManager, ContentEntityManager contentEntityManager, ApiSupportProvider apiSupportProvider, CommentService commentService, ContentBodyConversionService contentBodyConversionService, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.event.api.EventPublisher eventPublisher) PageContentTypeApiSupport(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, ApiSupportProvider apiSupportProvider, ContentCreator contentCreator, com.atlassian.event.api.EventPublisher eventPublisher, PageTemplateManager pageTemplateManager)  - 
Uses of PaginationService in com.atlassian.confluence.api.impl.service.people
Constructors in com.atlassian.confluence.api.impl.service.people with parameters of type PaginationServiceModifierConstructorDescriptionPersonServiceImpl(PermissionManager permissionManager, PersonFactory personFactory, UserAccessorInternal userAccessorInternal, com.atlassian.user.GroupManager groupManager, FinderProxyFactory finderProxyFactory, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, SettingsService settingsService, com.atlassian.event.api.EventPublisher eventPublisher, SpacePermissionManager spacePermissionManager, ConfluenceUserResolver confluenceUserResolver, LoginManager loginManager, PaginationService paginationService, SearchIndexAccessor contentSearchIndexAccessor, ScopesRequestCacheDelegate scopesRequestCacheDelegate)  - 
Uses of PaginationService in com.atlassian.confluence.api.impl.service.relation
Constructors in com.atlassian.confluence.api.impl.service.relation with parameters of type PaginationServiceModifierConstructorDescriptionRelationServiceImpl(RelationManager relationManager, RelationInstanceFactory relationInstanceFactory, RelatableFactory relatableFactory, RelatableResolver relatableResolver, PaginationService paginationService, FavouriteManager favouriteManager, LikeManager likeManager, PermissionManager permissionManager, UserChecker userChecker, ValidatingRelationDescriptorRegistry relationDescriptorRegistry, AccessModeService accessModeService, LicenseService licenseService)  - 
Uses of PaginationService in com.atlassian.confluence.api.impl.service.watch
Constructors in com.atlassian.confluence.api.impl.service.watch with parameters of type PaginationServiceModifierConstructorDescriptionWatchServiceImpl(ConfluenceUserResolver confluenceUserResolver, PermissionManager permissionManager, NotificationManager notificationManager, SpaceManager spaceManager, SpaceService spaceService, ContentEntityManager contentEntityManager, ContentService contentService, AccessModeService accessModeService, PersonFactory personFactory, PaginationService paginationService)  - 
Uses of PaginationService in com.atlassian.confluence.impl.pagination
Subinterfaces of PaginationService in com.atlassian.confluence.impl.paginationModifier and TypeInterfaceDescriptioninterfaceAdditional pagination functionality dealing with PagingIterators / Paginated live here Until CONFDEV-26743 is resolved and we have a blessed path going forward, the PagingIterator / Paginated types should not be leaked to consumers. - 
Uses of PaginationService in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type PaginationServiceModifier and TypeMethodDescriptionIncrementalSyncServiceConfiguration.contentManagementIncrementalSyncPaginationService(org.springframework.transaction.PlatformTransactionManager transactionManager, PaginationService paginationService, JournalServiceInternal journalService, CommandFactory<ContentManagementIncSyncModel> contentManagementCommandFactory) IncrementalSyncServiceConfiguration.globalPermissionManagementIncrementalSyncDataFetcher(org.springframework.transaction.PlatformTransactionManager transactionManager, PaginationService paginationService, JournalServiceInternal journalService, CommandFactory<GlobalPermissionManagementIncSyncModel> commandFactory) IncrementalSyncServiceConfiguration.userManagementIncrementalSyncPaginationService(org.springframework.transaction.PlatformTransactionManager transactionManager, PaginationService paginationService, JournalServiceInternal journalService, CommandFactory<UserManagementInSyncModel> userManagementCommandFactory) Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type PaginationServiceModifierConstructorDescriptionIncrementalSyncDataFetcherImpl(org.springframework.transaction.PlatformTransactionManager transactionManager, PaginationService paginationService, JournalServiceInternal journalService, CommandFactory<T> commandFactory, String journalName, boolean singleSubscription)  - 
Uses of PaginationService in com.atlassian.confluence.internal.user
Constructors in com.atlassian.confluence.internal.user with parameters of type PaginationServiceModifierConstructorDescriptionUserSearchServiceInternalImpl(PaginationService paginationService, com.atlassian.crowd.embedded.api.CrowdService crowdService, PermissionManager permissionManager, SettingsManager settingsManager)  - 
Uses of PaginationService in com.atlassian.confluence.labels.actions
Methods in com.atlassian.confluence.labels.actions with parameters of type PaginationServiceModifier and TypeMethodDescriptionvoidListLabelsBySpaceAction.setApiPaginationService(PaginationService paginationService) Deprecated, for removal: This API element is subject to removal in a future version. - 
Uses of PaginationService in com.atlassian.confluence.pages
Constructors in com.atlassian.confluence.pages with parameters of type PaginationServiceModifierConstructorDescriptionDefaultTrashManager(ContentEntityObjectDaoInternal contentEntityObjectDao, ContentEntityManager contentEntityManager, CustomContentManager customContentManager, org.springframework.transaction.PlatformTransactionManager transactionManager, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, AttachmentManager attachmentManager, BandanaManager bandanaManager, PaginationService paginationService)  - 
Uses of PaginationService in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type PaginationServiceModifier and TypeMethodDescriptionvoidListPermissionPagesAction.setApiPaginationService(PaginationService paginationService) voidListUndefinedPagesAction.setApiPaginationService(PaginationService paginationService)  - 
Uses of PaginationService in com.atlassian.confluence.plugins.contentproperty
Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type PaginationServiceModifierConstructorDescriptionContentPropertyFinderFactory(ContentService contentService, PaginationService paginationService, CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, TransactionalHostContextAccessor hostContextAccessor, DraftManager draftManager)  - 
Uses of PaginationService in com.atlassian.confluence.plugins.contentproperty.spaceproperty
Constructors in com.atlassian.confluence.plugins.contentproperty.spaceproperty with parameters of type PaginationServiceModifierConstructorDescriptionSpacePropertyFinderFactory(CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, SpaceService spaceService, PaginationService paginationService, TransactionalHostContextAccessor hostContextAccessor) SpacePropertyFinderImpl(CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, SpaceService spaceService, PaginationService paginationService, Expansions expansions)