Uses of Interface
com.atlassian.confluence.content.CustomContentManager

Packages that use CustomContentManager
com.atlassian.confluence.content   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.mail.archive.content   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugins.contentproperty   
com.atlassian.confluence.test.rpc   
 

Uses of CustomContentManager in com.atlassian.confluence.content
 

Classes in com.atlassian.confluence.content that implement CustomContentManager
 class DefaultCustomContentManager
          Generic manager for pluggable content.
 

Constructors in com.atlassian.confluence.content with parameters of type CustomContentManager
CustomContentSpaceRemovalListener(CustomContentManager customContentManager, I18NBeanFactory i18NBeanFactory)
           
 

Uses of CustomContentManager in com.atlassian.confluence.importexport.impl
 

Methods in com.atlassian.confluence.importexport.impl with parameters of type CustomContentManager
 void XmlExporter.setCustomContentManager(CustomContentManager customContentManager)
           
 

Uses of CustomContentManager in com.atlassian.confluence.mail.archive.content
 

Constructors in com.atlassian.confluence.mail.archive.content with parameters of type CustomContentManager
DefaultMailContentManager(CustomContentManager customContentManager, AttachmentManager attachmentManager)
           
 

Uses of CustomContentManager in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions with parameters of type CustomContentManager
 void PurgeTrashItemAction.setCustomContentManager(CustomContentManager customContentManager)
           
 

Uses of CustomContentManager in com.atlassian.confluence.plugins.contentproperty
 

Constructors in com.atlassian.confluence.plugins.contentproperty with parameters of type CustomContentManager
ContentPropertyFinderFactory(ContentService contentService, PaginationService paginationService, CustomContentManager customContentManager, PermissionManager permissionManager, ContentPropertyFactory contentPropertyFactory, TransactionalHostContextAccessor hostContextAccessor)
           
ContentPropertyServiceImpl(CustomContentManager customContentManager, ContentPropertyFactory contentPropertyFactory, com.atlassian.confluence.plugins.contentproperty.StorageContentPropertyManager storageContentPropertyManager, ContentPropertyFinderFactory contentPropertyFinderFactory, ContentPropertyService.Validator validator)
           
 

Uses of CustomContentManager in com.atlassian.confluence.test.rpc
 

Methods in com.atlassian.confluence.test.rpc with parameters of type CustomContentManager
 void FuncTestRpcHandlerImpl.setCustomContentManager(CustomContentManager customContentManager)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.