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 TypeClassDescriptionclassCaches 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 AttachmentDao -
Uses of AttachmentDao in com.atlassian.confluence.pages.attachments
Classes in com.atlassian.confluence.pages.attachments that implement AttachmentDaoModifier and TypeClassDescriptionclassAnAttachmentDaoInternalimplementation 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) -
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 stores -
Uses of AttachmentDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement AttachmentDaoModifier and TypeClassDescriptionclassAbstract class that defines the basic methods necessary for saving Attachments to a database.classNon-transactional version of the AbstractHibernateAttachmentDao, which removes all attachment data from the data store after removing the attachments from the database.classTransactional 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 AttachmentDaoAbstractHibernateAttachmentDao.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) -
Uses of AttachmentDao in it.com.atlassian.confluence.testsupport
Fields in it.com.atlassian.confluence.testsupport declared as AttachmentDao