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 |
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalMultiStreamAttachmentDataFileSystem
An implementation of
AttachmentDataFileSystem which stores the
attachment data as files on a filesystem, using the standard File API. |
class |
TrackingAttachmentDataFileSystem
Deprecated.
since 7.5 No replacement
|
Modifier and Type | Method and Description |
---|---|
AttachmentDataFileSystem |
FileSystemAttachmentDataDao.getAttachmentDataFileSystem() |
AttachmentDataFileSystem |
TrackingAttachmentDataFileSystem.getDelegate()
Deprecated.
|
AttachmentDataFileSystem |
AttachmentDataFileSystemFactory.getInstance(AttachmentDataFileSystem localAttachmentDataFileSystem,
AttachmentDataFileSystem cloudAttachmentDataFileSystem,
org.springframework.transaction.PlatformTransactionManager transactionManager,
SynchronizationManager synchronizationManager,
com.atlassian.spring.container.LazyComponentReference<AttachmentManager> attachmentManager)
Deprecated.
|
AttachmentDataFileSystem |
DefaultAttachmentDataFileSystemFactory.getInstance(AttachmentDataFileSystem localAttachmentDataFileSystem,
AttachmentDataFileSystem cloudAttachmentDataFileSystem,
org.springframework.transaction.PlatformTransactionManager transactionManager,
SynchronizationManager synchronizationManager,
com.atlassian.spring.container.LazyComponentReference<AttachmentManager> attachmentManager)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AttachmentDataFileSystem |
AttachmentDataFileSystemFactory.getInstance(AttachmentDataFileSystem localAttachmentDataFileSystem,
AttachmentDataFileSystem cloudAttachmentDataFileSystem,
org.springframework.transaction.PlatformTransactionManager transactionManager,
SynchronizationManager synchronizationManager,
com.atlassian.spring.container.LazyComponentReference<AttachmentManager> attachmentManager)
Deprecated.
|
AttachmentDataFileSystem |
DefaultAttachmentDataFileSystemFactory.getInstance(AttachmentDataFileSystem localAttachmentDataFileSystem,
AttachmentDataFileSystem cloudAttachmentDataFileSystem,
org.springframework.transaction.PlatformTransactionManager transactionManager,
SynchronizationManager synchronizationManager,
com.atlassian.spring.container.LazyComponentReference<AttachmentManager> attachmentManager)
Deprecated.
|
Constructor and Description |
---|
FileSystemAttachmentDataDao(AttachmentDataFileSystem fileSystem) |
TrackingAttachmentDataFileSystem(AttachmentDataFileSystem delegate)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
FileStoreAttachmentDataFileSystem
Deprecated.
since 7.5 No replacement
|
Modifier and Type | Class and Description |
---|---|
class |
DualAttachmentDataFileSystemPrimaryCloud
Deprecated.
since 7.5 No replacement
|
class |
DualAttachmentDataFileSystemPrimaryLocal
Deprecated.
since 7.5 No replacement
|
Constructor and Description |
---|
DualAttachmentDataFileSystemPrimaryCloud(AttachmentDataFileSystem localAttachmentDataFileSystem,
AttachmentDataFileSystem cloudAttachmentDataFileSystem)
Deprecated.
|
DualAttachmentDataFileSystemPrimaryLocal(AttachmentDataFileSystem localAttachmentDataFileSystem,
AttachmentDataFileSystem cloudAttachmentDataFileSystem,
org.springframework.transaction.PlatformTransactionManager transactionManager,
SynchronizationManager synchronizationManager,
com.atlassian.spring.container.LazyComponentReference<AttachmentManager> attachmentManager)
Deprecated.
|
Copyright © 2003–2020 Atlassian. All rights reserved.