Uses of Class
com.atlassian.confluence.api.impl.service.content.finder.ContentFinderImpl
Packages that use ContentFinderImpl
-
Uses of ContentFinderImpl in com.atlassian.confluence.api.impl.service.content.finder
Fields in com.atlassian.confluence.api.impl.service.content.finder declared as ContentFinderImplModifier and TypeFieldDescriptionprotected final ContentFinderImplAbstractPageAndBlogFetcher.contentFinderprotected final ContentFinderImplAbstractPageAndBlogFetcher.contentFinderConstructors in com.atlassian.confluence.api.impl.service.content.finder with parameters of type ContentFinderImplModifierConstructorDescriptionAttachmentFetcher(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) CustomContentFetcher(ContentFinderImpl contentFinder, PaginationService paginationService, ContentFactory contentFactory, SpaceManager spaceManager, CustomContentManager customContentManager, CustomContentProviderRegistry customContentProviderRegistry) PageFetcher(ContentFinderImpl finder, PaginationService paginationService, PageManagerInternal pageManagerInternal, ContentFactory contentFactory, SpaceManager spaceManager, PermissionManager permissionManager)