Interface | Description |
---|---|
AttachmentDataFileSystem |
Represents the filesystem used to store attachment data files.
|
AttachmentDataFileSystemFactory |
Factory to returns an AttachmentDataFileSystem instance according to system configuration.
|
Class | Description |
---|---|
DefaultAttachmentDataFileSystemFactory |
Factory to returns an AttachmentDataFileSystem instance according to the system property confluence.attachment.data.mode.
|
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. |
FileSystemAttachmentDataUtil | |
HierarchicalContentFileSystemHelper |
Provides utilties for creating hierarchical directory structures for storing Confluence content-related files.
|
HierarchicalMultiStreamAttachmentDataFileSystem |
An implementation of
AttachmentDataFileSystem which stores the
attachment data as files on a filesystem, using the standard File API. |
IdMultiPartHashGenerator |
A class that will take a long Confluence Id and converted it to a multi-part hash with a particular number of parts.
|
TrackingAttachmentDataFileSystem | |
UpdateAttachmentsOnFilesystemOnPageMoveListener |
A listener interested in page and blog post move events which will ensure any attachments associated with a page/blog
post being moved are also moved to the new location.
|
Exception | Description |
---|---|
AttachmentDataFileSystemException | |
UpdateAttachmentsOnFileSystemException |
An exception indicating that there was a problem moving the storage of attachments.
|
Copyright © 2003–2019 Atlassian. All rights reserved.