Uses of Interface
com.atlassian.confluence.pages.persistence.dao.AttachmentDao
Packages that use AttachmentDao
Package
Description
-
Uses of AttachmentDao in com.atlassian.confluence.dmz.pages
Methods in com.atlassian.confluence.dmz.pages that return AttachmentDaoModifier and TypeMethodDescriptionAttachmentManagerInternal.getAttachmentDao()
Deprecated.since 7.5 -
Uses of AttachmentDao in com.atlassian.confluence.impl.pages.attachments
Classes in com.atlassian.confluence.impl.pages.attachments that implement AttachmentDaoModifier and TypeClassDescriptionclass
Caches the IDs of attachments retrieved withReadThroughCachingAttachmentDao.getLatestAttachment(ContentEntityObject, String)
in a cache.Methods in com.atlassian.confluence.impl.pages.attachments that return AttachmentDao -
Uses of AttachmentDao in com.atlassian.confluence.internal.index.attachment
Constructors in com.atlassian.confluence.internal.index.attachment with parameters of type AttachmentDaoModifierConstructorDescriptionAttachmentTextExtractionFunction
(AttachmentDao attachmentDao, AttachmentExtractedTextManager attachmentExtractedTextManager, DelegatingAttachmentTextExtractor delegatingAttachmentTextExtractor, Supplier<Boolean> shouldCompressTextExtraction) DefaultAttachmentStatusManager
(AttachmentDao attachmentDao) -
Uses of AttachmentDao in com.atlassian.confluence.internal.pages.persistence
Subinterfaces of AttachmentDao in com.atlassian.confluence.internal.pages.persistence -
Uses of AttachmentDao in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return AttachmentDaoModifier and TypeMethodDescriptionDefaultAttachmentManager.getAttachmentDao()
DelegatorAttachmentManager.getAttachmentDao()
-
Uses of AttachmentDao in com.atlassian.confluence.pages.attachments
Classes in com.atlassian.confluence.pages.attachments that implement AttachmentDaoModifier and TypeClassDescriptionclass
AnAttachmentDaoInternal
implementation that just delegates to anotherAttachmentDaoInternal
.Methods in com.atlassian.confluence.pages.attachments that return AttachmentDaoModifier and TypeMethodDescriptionAbstractDelegatingAttachmentDao.getDelegate()
DelegatingAttachmentDao.getDelegate()
Returns the attachment DAO which this instance delegates to.Methods in com.atlassian.confluence.pages.attachments with parameters of type AttachmentDaoModifier and TypeMethodDescriptionAbstractDelegatingAttachmentDao.getCopier
(AttachmentDao destinationDao) AbstractDelegatingAttachmentDao.getMigrator
(AttachmentDao destinationDao) -
Uses of AttachmentDao in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDaoMethods in com.atlassian.confluence.pages.persistence.dao with parameters of type AttachmentDaoModifier and TypeMethodDescriptionAttachmentDao.getCopier
(AttachmentDao destinationDao) Get a copier object to copy attachments between data storesAttachmentDao.getMigrator
(AttachmentDao destinationDao) Deprecated, for removal: This API element is subject to removal in a future version.since 8.8, no replacement -
Uses of AttachmentDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement AttachmentDaoModifier and TypeClassDescriptionclass
Abstract class that defines the basic methods necessary for saving Attachments to a database.class
Non-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data from the data store after removing the attachments from the database.class
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 transactionMethods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AttachmentDaoModifier and TypeMethodDescriptionstatic AttachmentDao
AbstractHibernateAttachmentDao.getInstance
(AttachmentDataDao attachmentDataDao) Returns the correct instance of AttachmentDao for the AttachmentDataDao that is given.HibernateAttachmentDaoFactoryBean.getInstance
(AttachmentDataDao dataDao) Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type AttachmentDaoModifier and TypeMethodDescriptionAbstractHibernateAttachmentDao.getCopier
(AttachmentDao destinationDao) AbstractHibernateAttachmentDao.getMigrator
(AttachmentDao destinationDao) -
Uses of AttachmentDao in it.com.atlassian.confluence.testsupport
Fields in it.com.atlassian.confluence.testsupport declared as AttachmentDao