Package | Description |
---|---|
com.atlassian.confluence.pages.persistence.dao | |
com.atlassian.confluence.pages.persistence.dao.filesystem |
Modifier and Type | Class and Description |
---|---|
class |
BootstrapAttachmentLocationResolver
This implementation returns the location of the default Confluence attachments directory,
as set by the BootstrapManager.
|
class |
SimpleFileLocationResolver
This implementation allows a string to be passed in to set the File location.
|
class |
VersionedFileLocationResolver
A file location resolver that also includes the version
|
Modifier and Type | Field and Description |
---|---|
protected FileLocationResolver |
FileSystemAttachmentDataDao.attachmentsDirResolver
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FileLocationResolver |
FileSystemAttachmentDataDao.getAttachmentsDirResolver()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemAttachmentDataDao.setAttachmentsDirResolver(FileLocationResolver attachmentsDirResolver)
Deprecated.
|
Constructor and Description |
---|
VersionedFileLocationResolver(FileLocationResolver attachmentsDirResolver) |
Constructor and Description |
---|
FileSystemAttachmentDataDao(FileLocationResolver attachmentsDirResolver,
HierarchicalMultiStreamAttachmentDataFileSystem fileSystem) |
HierarchicalMultiStreamAttachmentDataFileSystem(FileLocationResolver rootDir)
Deprecated.
Since 5.7.1. Inject the hierarchicalMultiStreamAttachmentDataFileSystem bean instead.
|
HierarchicalMultiStreamAttachmentDataFileSystem(FileLocationResolver rootDir,
DeferredFileDeletionQueue deferredFileDeletionQueue) |
Copyright © 2003–2015 Atlassian. All rights reserved.