@Deprecated public class DefaultAttachmentDataFileSystemFactory extends Object implements AttachmentDataFileSystemFactory
If confluence.attachment.data.mode is not set, then returns mode LOCAL_ONLY as default. If invalid value is set for confluence.attachment.data.mode, then an IllegalStateException will be thrown, since the system needs to be configured properly.
Constructor and Description |
---|
DefaultAttachmentDataFileSystemFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AttachmentDataFileSystem |
getInstance(AttachmentDataFileSystem localAttachmentDataFileSystem,
AttachmentDataFileSystem cloudAttachmentDataFileSystem,
org.springframework.transaction.PlatformTransactionManager transactionManager,
SynchronizationManager synchronizationManager,
com.atlassian.spring.container.LazyComponentReference<AttachmentManager> attachmentManager)
Deprecated.
|
public DefaultAttachmentDataFileSystemFactory()
public AttachmentDataFileSystem getInstance(AttachmentDataFileSystem localAttachmentDataFileSystem, AttachmentDataFileSystem cloudAttachmentDataFileSystem, org.springframework.transaction.PlatformTransactionManager transactionManager, SynchronizationManager synchronizationManager, com.atlassian.spring.container.LazyComponentReference<AttachmentManager> attachmentManager)
getInstance
in interface AttachmentDataFileSystemFactory
Copyright © 2003–2021 Atlassian. All rights reserved.