com.atlassian.confluence.api.impl.service.content.finder
Class ContentFinderFactory

java.lang.Object
  extended by com.atlassian.confluence.api.impl.service.content.finder.ContentFinderFactory

public class ContentFinderFactory
extends java.lang.Object

Produces a ContentFinder for the ContentServiceImpl


Constructor Summary
ContentFinderFactory(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, AttachmentContentTypeBinding attachmentContentTypeBinding, ContentEntityManagerInternal contentEntityManager, org.springframework.aop.Advisor transactionAdvice)
           
 
Method Summary
 ContentService.ContentFinder createContentFinder(ContentServiceImpl contentService, Expansion... expansions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentFinderFactory

public ContentFinderFactory(ContentFactory contentFactory,
                            PageManagerInternal pageManager,
                            SpaceManager spaceManager,
                            PaginationService paginationService,
                            AttachmentContentTypeBinding attachmentContentTypeBinding,
                            ContentEntityManagerInternal contentEntityManager,
                            org.springframework.aop.Advisor transactionAdvice)
Method Detail

createContentFinder

public ContentService.ContentFinder createContentFinder(ContentServiceImpl contentService,
                                                        Expansion... expansions)


Copyright © 2003-2014 Atlassian. All Rights Reserved.