Modifier and Type | Class and Description |
---|---|
class |
ReadThroughCachingAttachmentDao
Caches the IDs of attachments retrieved with
ReadThroughCachingAttachmentDao.getLatestAttachment(ContentEntityObject, String)
in a cache. |
Constructor and Description |
---|
ReadThroughCachingAttachmentDao(AttachmentDaoInternal delegate,
ReadThroughCache<String,Attachment> cache) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAttachmentManager.setAttachmentDao(AttachmentDaoInternal attachmentDao) |
Constructor and Description |
---|
DefaultAttachmentManager(AttachmentDaoInternal attachmentDao,
ContentEntityObjectDao contentEntityObjectDao,
com.atlassian.event.api.EventPublisher eventPublisher,
ConfluenceIndexer indexer,
ChangeIndexer changeIndexer,
com.google.common.base.Supplier<UserAccessor> userAccessor,
NotificationManager notificationManager)
Deprecated.
since 7.5
|
DefaultAttachmentManager(AttachmentDaoInternal attachmentDao,
ContentEntityObjectDao contentEntityObjectDao,
com.atlassian.event.api.EventPublisher eventPublisher,
UserAccessor userAccessor,
NotificationManager notificationManager)
Deprecated.
since 7.12
|
DefaultAttachmentManager(AttachmentDaoInternal attachmentDao,
ContentEntityObjectDao contentEntityObjectDao,
com.atlassian.event.api.EventPublisher eventPublisher,
UserAccessor userAccessor,
NotificationManager notificationManager,
RelationManager relationManager,
RetentionFeatureChecker retentionFeatureChecker)
Deprecated.
since 7.14
|
DefaultAttachmentManager(AttachmentDaoInternal attachmentDao,
ContentEntityObjectDao contentEntityObjectDao,
com.atlassian.event.api.EventPublisher eventPublisher,
UserAccessor userAccessor,
NotificationManager notificationManager,
RelationManager relationManager,
RetentionFeatureChecker retentionFeatureChecker,
ContentReconciliationManager reconciliationManager) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingAttachmentDao
An
AttachmentDaoInternal implementation that just delegates to another AttachmentDaoInternal . |
class |
CachingAttachmentDao
Deprecated.
since 7.5 Use
ReadThroughCachingAttachmentDao |
Constructor and Description |
---|
AbstractDelegatingAttachmentDao(AttachmentDaoInternal delegate) |
CachingAttachmentDao(AttachmentDaoInternal delegate,
AttachmentCache cache)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateAttachmentDao
Abstract class that defines the basic methods necessary for saving Attachments
to a database.
|
class |
NonTransactionalHibernateAttachmentDao
Non-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data
from the data store after removing the attachments from the database.
|
class |
TransactionalHibernateAttachmentDao
Transactional version of the AbstractHibernateAttachmentDao, which removes the Attachment data
as the Attachment itself is being removed, since it can be rolled back by the transaction
|
Copyright © 2003–2023 Atlassian. All rights reserved.