Uses of Interface
com.atlassian.confluence.api.service.pagination.PaginationService
Package
Description
Confluence internal classes related to user management.
-
Uses of PaginationService in com.atlassian.confluence.api.impl.service.content
ModifierConstructorDescriptionSpaceServiceImpl
(SpaceManagerInternal spaceManager, SpaceFactory spaceFactory, PageManagerInternal pageManager, ContentFactory contentFactory, PaginationService paginationService, PermissionManager permissionManager, ContentService contentService, SpacePermissionManager spacePermissionManager, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, FinderProxyFactory finderProxyFactory, LabelManager labelManager, LabelFactory labelFactory, UserChecker userChecker, AccessModeService accessModeService, LicenseService licenseService) -
Uses of PaginationService in com.atlassian.confluence.api.impl.service.content.factory
ModifierConstructorDescriptionDefaultSpaceMetadataFactory
(LabelFactory labelFactory, PaginationService paginationService) -
Uses of PaginationService in com.atlassian.confluence.api.impl.service.content.finder
ModifierConstructorDescriptionContentFinderFactory
(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, AttachmentContentTypeApiSupport attachmentContentTypeBinding, ContentEntityManagerInternal contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory) -
Uses of PaginationService in com.atlassian.confluence.api.impl.service.content.typebinding
ModifierConstructorDescriptionAttachmentContentTypeApiSupport
(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
ModifierConstructorDescriptionPersonServiceImpl
(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) -
Uses of PaginationService in com.atlassian.confluence.api.impl.service.relation
ModifierConstructorDescriptionRelationServiceImpl
(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
ModifierConstructorDescriptionWatchServiceImpl
(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
Modifier and TypeInterfaceDescriptioninterface
Additional 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.user
ModifierConstructorDescriptionUserSearchServiceInternalImpl
(PaginationService paginationService, com.atlassian.crowd.embedded.api.CrowdService crowdService, PermissionManager permissionManager, SettingsManager settingsManager) -
Uses of PaginationService in com.atlassian.confluence.labels.actions
Modifier and TypeMethodDescriptionvoid
ListLabelsBySpaceAction.setApiPaginationService
(PaginationService paginationService) -
Uses of PaginationService in com.atlassian.confluence.pages
ModifierConstructorDescriptionDefaultTrashManager
(ContentEntityObjectDaoInternal contentEntityObjectDao, ContentEntityManager contentEntityManager, CustomContentManager customContentManager, org.springframework.transaction.PlatformTransactionManager transactionManager, PageManager pageManager, com.atlassian.event.api.EventPublisher eventPublisher, AttachmentManager attachmentManager, com.atlassian.bandana.BandanaManager bandanaManager, PaginationService paginationService) -
Uses of PaginationService in com.atlassian.confluence.pages.actions
Modifier and TypeMethodDescriptionvoid
ListPermissionPagesAction.setApiPaginationService
(PaginationService paginationService) -
Uses of PaginationService in com.atlassian.confluence.plugins.contentproperty
ModifierConstructorDescriptionContentPropertyFinderFactory
(ContentService contentService, PaginationService paginationService, CustomContentManager customContentManager, PermissionManager permissionManager, JsonPropertyFactory jsonPropertyFactory, TransactionalHostContextAccessor hostContextAccessor, DraftManager draftManager) -
Uses of PaginationService in com.atlassian.confluence.plugins.contentproperty.spaceproperty
ModifierConstructorDescriptionSpacePropertyFinderFactory
(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)