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

Packages that use CustomContentManager
com.atlassian.confluence.content   
com.atlassian.confluence.content.apisupport   
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   
test.plugin.apiavailable   
test.plugin.versionchildpolicy   
 

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.content.apisupport
 

Methods in com.atlassian.confluence.content.apisupport that return CustomContentManager
 CustomContentManager CustomContentApiSupportParamsImpl.getCustomContentManager()
           
 CustomContentManager CustomContentApiSupportParams.getCustomContentManager()
           
 

Constructors in com.atlassian.confluence.content.apisupport with parameters of type CustomContentManager
ContentCreator(SpaceManager spaceManager, ContentBodyConversionService contentBodyConversionService, PermissionManager permissionManager, PageManagerInternal pageManager, CustomContentManager customContentEntityManager)
           
CustomContentApiSupportParamsImpl(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator)
           
 

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, ConfluenceIndexer confluenceIndexer)
           
 

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)
           
 

Uses of CustomContentManager in test.plugin.apiavailable
 

Constructors in test.plugin.apiavailable with parameters of type CustomContentManager
DummyApiAvailableTestResource(CustomContentManager customContentManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
           
 

Uses of CustomContentManager in test.plugin.versionchildpolicy
 

Constructors in test.plugin.versionchildpolicy with parameters of type CustomContentManager
DummyVersionChildPolicyTestResource(CustomContentManager customContentManager, CommentManager commentManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, SpaceManager spaceManager)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.