Package | Description |
---|---|
com.atlassian.confluence.pages.persistence.dao.filesystem | |
com.atlassian.confluence.pages.persistence.dao.filesystem.filestore |
Provide external filesystem (FileStore) for persisting and processing attachment data.
|
com.atlassian.confluence.pages.persistence.dao.filesystem.strategy | |
com.atlassian.confluence.upgrade.upgradetask.attachmentceo |
Class and Description |
---|
AttachmentDataFileSystem
Represents the filesystem used to store attachment data files.
|
AttachmentDataFileSystemFactory
Factory to returns an AttachmentDataFileSystem instance according to system configuration.
|
FileSystemAttachmentDataDao
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 FileStoreClient API
via the AttachmentDataFileSystem interface. |
Class and Description |
---|
AttachmentDataFileSystem
Represents the filesystem used to store attachment data files.
|
Class and Description |
---|
AttachmentDataFileSystem
Represents the filesystem used to store attachment data files.
|
Class and Description |
---|
HierarchicalMultiStreamAttachmentDataFileSystem
An implementation of
AttachmentDataFileSystem which stores the
attachment data as files on a filesystem, using the standard File API. |
Copyright © 2003–2017 Atlassian. All rights reserved.