Uses of Interface
com.atlassian.confluence.api.impl.pagination.PaginationServiceInternal
-
Packages that use PaginationServiceInternal Package Description com.atlassian.confluence.api.impl.pagination com.atlassian.confluence.api.impl.service.people com.atlassian.confluence.follow -
-
Uses of PaginationServiceInternal in com.atlassian.confluence.api.impl.pagination
Classes in com.atlassian.confluence.api.impl.pagination that implement PaginationServiceInternal Modifier and Type Class Description class
PaginationServiceImpl
-
Uses of PaginationServiceInternal in com.atlassian.confluence.api.impl.service.people
Constructors in com.atlassian.confluence.api.impl.service.people with parameters of type PaginationServiceInternal Constructor Description PersonServiceImpl(PermissionManager permissionManager, PersonFactory personFactory, UserAccessorInternal userAccessor, com.atlassian.user.GroupManager groupManager, FinderProxyFactory finderProxyFactory, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, SettingsManager settingsManager, com.atlassian.event.api.EventPublisher eventPublisher, SpacePermissionManager spacePermissionManager, ConfluenceUserResolver confluenceUserResolver, LoginManager loginManager, PaginationServiceInternal paginationService)
-
Uses of PaginationServiceInternal in com.atlassian.confluence.follow
Constructors in com.atlassian.confluence.follow with parameters of type PaginationServiceInternal Constructor Description DefaultFollowManager(ConnectionDao connectionDao, SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, PaginationServiceInternal paginationService)
-