Constructor and Description |
---|
AttachmentServiceImpl(PermissionManager permissionManager,
ContentEntityManager contentEntityManager,
FileUploadManager fileUploadManager,
AttachmentManagerInternal attachmentManager,
AttachmentFactory attachmentFactory,
AttachmentContentTypeApiSupport binding,
org.springframework.aop.Advisor transactionAdvice) |
Constructor and Description |
---|
AttachmentContentTypeApiSupport(ContentEntityManager contentEntityManager,
AttachmentFactory attachmentFactory,
AttachmentManagerInternal attachmentManager,
PaginationService paginationService,
PermissionManager permissionManager,
ApiSupportProvider apiSupportProvider) |
Modifier and Type | Class and Description |
---|---|
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?
|
Modifier and Type | Method and Description |
---|---|
AttachmentManagerInternal |
DelegatorAttachmentManager.getAttachmentManager() |
Modifier and Type | Method and Description |
---|---|
void |
DelegatorAttachmentManager.setDatabaseAttachmentManager(AttachmentManagerInternal databaseAttachmentManager) |
void |
DelegatorAttachmentManager.setDefaultAttachmentManager(AttachmentManagerInternal defaultAttachmentManager) |
void |
DelegatorAttachmentManager.setWebDavAttachmentManager(AttachmentManagerInternal webDavAttachmentManager) |
Constructor and Description |
---|
CachingAttachmentManager(AttachmentManagerInternal delegate,
AttachmentDownloadPathCache pathCache) |
Copyright © 2003–2016 Atlassian. All rights reserved.