Class FileSystemAttachmentDataDao

java.lang.Object
com.atlassian.confluence.impl.pages.attachments.filesystem.FileSystemAttachmentDataDao
All Implemented Interfaces:
AttachmentDataDao, NonTransactionalAttachmentDataDao

public class FileSystemAttachmentDataDao extends Object implements NonTransactionalAttachmentDataDao
An implementation of AttachmentDataDao which stores the attachment data as files on local filesystem, using the standard File API or as blob on remote filesystem, using com.atlassian.filestore.client.api.FileStoreClient API via the AttachmentDataFileSystem interface.
Since:
7.12