Constructor and Description |
---|
AttachmentUriGenerator(AttachmentManagerInternal attachmentManager) |
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,
ThumbnailManager thumbnailManager) |
Modifier and Type | Class and Description |
---|---|
class |
ReadThroughCachingAttachmentManager
Caches the download paths of attachments.
|
Modifier and Type | Method and Description |
---|---|
void |
AttachmentManagerEventListener.VisitorEvent.visit(AttachmentManagerInternal attachmentManager) |
Constructor and Description |
---|
ReadThroughCachingAttachmentManager(AttachmentManagerInternal delegate,
ReadThroughAttachmentDownloadPathCache pathCache) |
Modifier and Type | Class and Description |
---|---|
class |
CachingAttachmentManager
Deprecated.
since 7.5 Use
ReadThroughCachingAttachmentManager |
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)
Deprecated.
|
Copyright © 2003–2023 Atlassian. All rights reserved.