Class ContentFinderFactory
java.lang.Object
com.atlassian.confluence.api.impl.service.content.finder.ContentFinderFactory
Produces a ContentFinder for the ContentServiceImpl
-
Constructor Summary
ConstructorsConstructorDescriptionContentFinderFactory
(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, AttachmentContentTypeApiSupport attachmentContentTypeBinding, ContentEntityManagerInternal contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory) -
Method Summary
Modifier and TypeMethodDescriptioncreateContentFinder
(ContentServiceImpl contentService, Expansion... expansions)
-
Constructor Details
-
ContentFinderFactory
public ContentFinderFactory(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, AttachmentContentTypeApiSupport attachmentContentTypeBinding, ContentEntityManagerInternal contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory)
-
-
Method Details
-
createContentFinder
public ContentService.ContentFinder createContentFinder(ContentServiceImpl contentService, Expansion... expansions)
-