Constructor and Description |
---|
AttachmentServiceImpl(PermissionManager permissionManager,
ContentEntityManager contentEntityManager,
FileUploadManager fileUploadManager,
AttachmentManagerInternal attachmentManager,
ContentFactory contentFactory,
AttachmentContentTypeApiSupport binding,
FinderProxyFactory finderProxyFactory,
ContentTrashService trashService) |
Constructor and Description |
---|
AttachmentContentTypeApiSupport(ContentEntityManager contentEntityManager,
ContentFactory contentFactory,
AttachmentManagerInternal attachmentManager,
PaginationService paginationService,
PermissionManager permissionManager,
ApiSupportProvider apiSupportProvider,
ContentCreator contentCreator) |
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
|
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) |
Constructor and Description |
---|
CachingAttachmentManager(AttachmentManagerInternal delegate,
AttachmentDownloadPathCache pathCache) |
Copyright © 2003–2018 Atlassian. All rights reserved.