Modifier and Type | Method and Description |
---|---|
AttachmentDataStorageType |
DelegatorAttachmentManager.getBackingStorageType() |
AttachmentDataStorageType |
AttachmentManager.getBackingStorageType()
Returns the currently active storage type.
|
AttachmentDataStorageType |
CachingAttachmentManager.getBackingStorageType() |
AttachmentDataStorageType |
DefaultAttachmentManager.getBackingStorageType() |
static AttachmentDataStorageType |
AttachmentDataStorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentDataStorageType[] |
AttachmentDataStorageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<AttachmentDataStorageType> |
AttachmentDataStorageType.createFromConfigurationString(String configurationKey) |
com.atlassian.fugue.Maybe<AttachmentDataStorageType> |
AttachmentDataStorageType.fromConfigurationString(String configurationKey)
Deprecated.
since 7.0.1. Use
createFromConfigurationString(String) |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStorageType |
CachingAttachmentDao.getBackingStorageType() |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStorageType |
AttachmentDao.getBackingStorageType()
Returns the backing storage type.
|
AttachmentDataStorageType |
AttachmentDataDao.getStorageType()
Returns the storage type.
|
AttachmentDataStorageType |
FileSystemAttachmentDataDao.getStorageType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AttachmentDataStorageType |
FileSystemAttachmentDataDao.getStorageType() |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStorageType |
AbstractHibernateAttachmentDao.getBackingStorageType() |
AttachmentDataStorageType |
HibernateAttachmentDataDao.getStorageType() |
Constructor and Description |
---|
AttachmentIdClashResolver(org.hibernate.Session session,
org.hibernate.id.IdentifierGenerator attachmentIdGenerator,
AttachmentDataStorageType attachmentStorageType,
com.atlassian.bonnie.ILuceneConnection luceneConnection,
ThumbnailManager thumbnailManager,
SynchronizationManager synchronizationManager,
boolean minorEditExists,
boolean contentLabelAttIdExists,
HierarchicalMultiStreamAttachmentDataFileSystem attachmentFileSystem) |
Copyright © 2003–2020 Atlassian. All rights reserved.