Uses of Interface
com.atlassian.confluence.pages.persistence.dao.AttachmentDataDao
Package
Description
-
Uses of AttachmentDataDao in com.atlassian.confluence.impl.pages.attachments.filesystem
Modifier and TypeClassDescriptionclass
An implementation ofAttachmentDataDao
which stores the attachment data as files on local filesystem, using the standardFile
API or as blob on remote filesystem, usingcom.atlassian.filestore.client.api.FileStoreClient
API via theAttachmentDataFileSystem
interface. -
Uses of AttachmentDataDao in com.atlassian.confluence.pages.attachments
-
Uses of AttachmentDataDao in com.atlassian.confluence.pages.persistence.dao
Modifier and TypeInterfaceDescriptioninterface
interface
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8, no replacementModifier and TypeClassDescriptionclass
Deprecated.Since 5.5 Usecom.atlassian.confluence.pages.persistence.dao.filesystem.FileSystemAttachmentDataDao
-
Uses of AttachmentDataDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8, no replacementModifier and TypeFieldDescriptionprotected AttachmentDataDao
AbstractHibernateAttachmentDao.dataDao
Modifier and TypeMethodDescriptionstatic AttachmentDao
AbstractHibernateAttachmentDao.getInstance
(AttachmentDataDao attachmentDataDao) Returns the correct instance of AttachmentDao for the AttachmentDataDao that is given.HibernateAttachmentDaoFactoryBean.getInstance
(AttachmentDataDao dataDao)