Uses of Interface
com.atlassian.confluence.api.service.pagination.PaginationService

Packages that use PaginationService
com.atlassian.confluence.api.impl.pagination   
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.impl.service.content.finder   
com.atlassian.confluence.api.impl.service.content.typebinding   
com.atlassian.confluence.plugins.contentproperty   
 

Uses of PaginationService in com.atlassian.confluence.api.impl.pagination
 

Classes in com.atlassian.confluence.api.impl.pagination that implement PaginationService
 class PaginationServiceImpl
           
 

Uses of PaginationService in com.atlassian.confluence.api.impl.service.content
 

Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type PaginationService
ContentLabelServiceImpl(ContentService contentService, LabelsService labelsService, ContentEntityManagerInternal contentEntityManager, AttachmentManager attachmentManager, PaginationService paginationService)
           
SpaceServiceImpl(SpaceManagerInternal spaceManager, SpaceFactory spaceFactory, PageManagerInternal pageManager, ContentFactory contentFactory, PaginationService paginationService, PermissionManager permissionManager, ContentService contentService, SpacePermissionManager spacePermissionManager, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, org.springframework.aop.Advisor txAdvisor)
           
 

Uses of PaginationService in com.atlassian.confluence.api.impl.service.content.finder
 

Constructors in com.atlassian.confluence.api.impl.service.content.finder with parameters of type PaginationService
ContentFinderFactory(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, AttachmentContentTypeBinding attachmentContentTypeBinding, ContentEntityManagerInternal contentEntityManager, org.springframework.aop.Advisor transactionAdvice)
           
 

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 PaginationService
AttachmentContentTypeBinding(ContentEntityManager contentEntityManager, AttachmentFactory attachmentFactory, AttachmentManagerInternal attachmentManager, PaginationService paginationService, PermissionManager permissionManager)
           
CommentContentTypeBinding(CommentManagerInternal commentManager, PaginationService paginationService, ContentFactory contentFactory, PermissionManager permissionManager, ContentEntityManager contentEntityManager)
           
PageContentTypeBinding(ContentFactory contentFactory, PageManagerInternal pageManager, PaginationService paginationService)
           
 

Uses of PaginationService in com.atlassian.confluence.plugins.contentproperty
 

Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type PaginationService
ContentPropertyFinderFactory(ContentService contentService, PaginationService paginationService, CustomContentManager customContentManager, PermissionManager permissionManager, ContentPropertyFactory contentPropertyFactory, TransactionalHostContextAccessor hostContextAccessor)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.