com.atlassian.confluence.plugins.contentproperty
Class ContentPropertyFinderFactory

java.lang.Object
  extended by com.atlassian.confluence.plugins.contentproperty.ContentPropertyFinderFactory

public class ContentPropertyFinderFactory
extends java.lang.Object

Makes ContentPropertyService.ContentPropertyFinder instances.

Since:
5.6

Constructor Summary
ContentPropertyFinderFactory(ContentService contentService, PaginationService paginationService, CustomContentManager customContentManager, PermissionManager permissionManager, ContentPropertyFactory contentPropertyFactory, TransactionalHostContextAccessor hostContextAccessor)
           
 
Method Summary
 ContentPropertyService.ContentPropertyFinder createContentPropertyFinder(Expansion... expansions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentPropertyFinderFactory

public ContentPropertyFinderFactory(ContentService contentService,
                                    PaginationService paginationService,
                                    CustomContentManager customContentManager,
                                    PermissionManager permissionManager,
                                    ContentPropertyFactory contentPropertyFactory,
                                    TransactionalHostContextAccessor hostContextAccessor)
Method Detail

createContentPropertyFinder

public ContentPropertyService.ContentPropertyFinder createContentPropertyFinder(Expansion... expansions)


Copyright © 2003-2014 Atlassian. All Rights Reserved.