Uses of Interface
com.atlassian.confluence.internal.pages.AttachmentManagerInternal

Packages that use AttachmentManagerInternal
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.impl.service.content.typebinding   
com.atlassian.confluence.pages   
 

Uses of AttachmentManagerInternal in com.atlassian.confluence.api.impl.service.content
 

Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type AttachmentManagerInternal
AttachmentServiceImpl(PermissionManager permissionManager, ContentEntityManager contentEntityManager, FileUploadManager fileUploadManager, AttachmentManagerInternal attachmentManager, AttachmentFactory attachmentFactory, AttachmentContentTypeBinding binding)
           
 

Uses of AttachmentManagerInternal in com.atlassian.confluence.api.impl.service.content.typebinding
 

Constructors in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type AttachmentManagerInternal
AttachmentContentTypeBinding(ContentEntityManager contentEntityManager, AttachmentFactory attachmentFactory, AttachmentManagerInternal attachmentManager, PaginationService paginationService, PermissionManager permissionManager)
           
 

Uses of AttachmentManagerInternal in com.atlassian.confluence.pages
 

Classes in com.atlassian.confluence.pages that implement AttachmentManagerInternal
 class CachingAttachmentManager
          Caches the download paths of attachments.
 class DefaultAttachmentManager
          Default implementation of AttachmentManager.
 class DelegatorAttachmentManager
          This class delegates attachment manager requests to the appropriate attachment manager implementation based on certain Confluence configuration options
 class WebDavAttachmentManager
          Deprecated. since 2.7 WebDav attachment storage is no longer supported We still need to keep the infrastructure around to support migrating WebDAV attachments back to Confluence, though so we can't remove it entirely?
 

Methods in com.atlassian.confluence.pages that return AttachmentManagerInternal
 AttachmentManagerInternal DelegatorAttachmentManager.getAttachmentManager()
           
 

Methods in com.atlassian.confluence.pages with parameters of type AttachmentManagerInternal
 void DelegatorAttachmentManager.setDatabaseAttachmentManager(AttachmentManagerInternal databaseAttachmentManager)
           
 void DelegatorAttachmentManager.setDefaultAttachmentManager(AttachmentManagerInternal defaultAttachmentManager)
           
 void DelegatorAttachmentManager.setWebDavAttachmentManager(AttachmentManagerInternal webDavAttachmentManager)
           
 

Constructors in com.atlassian.confluence.pages with parameters of type AttachmentManagerInternal
CachingAttachmentManager(AttachmentManagerInternal delegate, AttachmentDownloadPathCache pathCache)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.