Modifier and Type | Class and Description |
---|---|
class |
ReadThroughCachingAttachmentDao
Caches the IDs of attachments retrieved with
ReadThroughCachingAttachmentDao.getLatestAttachment(ContentEntityObject, String)
in a cache. |
Modifier and Type | Method and Description |
---|---|
AttachmentDao |
ReadThroughCachingAttachmentManager.getAttachmentDao() |
Constructor and Description |
---|
AttachmentTextExtractionFunction(AttachmentDao attachmentDao,
AttachmentExtractedTextManager attachmentExtractedTextManager,
DelegatingAttachmentTextExtractor delegatingAttachmentTextExtractor,
Supplier<Boolean> shouldCompressTextExtraction) |
DefaultAttachmentStatusManager(AttachmentDao attachmentDao) |
Modifier and Type | Interface and Description |
---|---|
interface |
AttachmentDaoInternal
Dao for Attachments.
|
Modifier and Type | Method and Description |
---|---|
AttachmentDao |
DefaultAttachmentManager.getAttachmentDao() |
AttachmentDao |
DelegatorAttachmentManager.getAttachmentDao() |
AttachmentDao |
CachingAttachmentManager.getAttachmentDao()
Deprecated.
|
AttachmentDao |
AttachmentManager.getAttachmentDao()
Deprecated.
since 7.5.0, no replacement, use dependency injection where possible
|
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 |
Modifier and Type | Method and Description |
---|---|
AttachmentDao |
AbstractDelegatingAttachmentDao.getDelegate() |
AttachmentDao |
DelegatingAttachmentDao.getDelegate()
Returns the attachment DAO which this instance delegates to.
|
Modifier and Type | Method and Description |
---|---|
AttachmentDao.AttachmentCopier |
AbstractDelegatingAttachmentDao.getCopier(AttachmentDao destinationDao) |
AttachmentDao.AttachmentMigrator |
AbstractDelegatingAttachmentDao.getMigrator(AttachmentDao destinationDao) |
Modifier and Type | Method and Description |
---|---|
AttachmentDao |
AttachmentDaoFactory.getInstance(AttachmentDataDao dao) |
Modifier and Type | Method and Description |
---|---|
AttachmentDao.AttachmentCopier |
AttachmentDao.getCopier(AttachmentDao destinationDao)
Get a copier object to copy attachments between data stores
|
AttachmentDao.AttachmentMigrator |
AttachmentDao.getMigrator(AttachmentDao destinationDao)
Get a migrator object to migrate attachments between attachment datastores.
|
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
|
Modifier and Type | Method and Description |
---|---|
static AttachmentDao |
AbstractHibernateAttachmentDao.getInstance(AttachmentDataDao attachmentDataDao)
Returns the correct instance of AttachmentDao for the AttachmentDataDao that is given.
|
AttachmentDao |
HibernateAttachmentDaoFactoryBean.getInstance(AttachmentDataDao dataDao) |
Modifier and Type | Method and Description |
---|---|
AttachmentDao.AttachmentCopier |
AbstractHibernateAttachmentDao.getCopier(AttachmentDao destinationDao) |
AttachmentDao.AttachmentMigrator |
AbstractHibernateAttachmentDao.getMigrator(AttachmentDao destinationDao) |
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences