| 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() |
| Constructor and Description |
|---|
CachingAttachmentManager(AttachmentManagerInternal delegate,
com.atlassian.vcache.VCacheFactory vcacheFactory) |
DelegatorAttachmentManager(SettingsManager settingsManager,
AttachmentManagerInternal defaultAttachmentManager,
AttachmentManagerInternal databaseAttachmentManager) |
Copyright © 2003–2016 Atlassian. All rights reserved.