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 ContentFinderImpl
AbstractPageAndBlogFetcher.contentFinder
protected final ContentFinderImpl
AbstractPageAndBlogFetcher.contentFinder
Constructors 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) PageFetcher
(ContentFinderImpl finder, PaginationService paginationService, PageManagerInternal pageManagerInternal, ContentFactory contentFactory, SpaceManager spaceManager, PermissionManager permissionManager)