| Package | Description |
|---|---|
| com.atlassian.confluence.pages.persistence.dao | |
| 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 | |
| com.atlassian.confluence.pages.persistence.dao.hibernate |
| Modifier and Type | Method and Description |
|---|---|
AttachmentDataStreamType |
AttachmentDataStream.getType() |
AttachmentDataStreamType |
AttachmentDataStream.InputStreamWrapper.getType() |
AttachmentDataStreamType |
AttachmentDataStream.FileWrapper.getType() |
AttachmentDataStreamType |
AttachmentDataStream.RandomFileWrapper.getType() |
static AttachmentDataStreamType |
AttachmentDataStreamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentDataStreamType[] |
AttachmentDataStreamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
LegacyAttachmentDataDaoSupport.assertIsRawBinary(AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
LegacyAttachmentDataDaoSupport.getAttachmentDataStream(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType)
Deprecated.
|
AttachmentDataStream |
AttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType)
Grabs the AttachmentData object for an Attachment
|
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Deprecated.
|
AttachmentDataStream |
AttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Grabs the AttachmentData object for an Attachment
|
void |
FileSystemAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachment,
ContentEntityObject originalContent,
AttachmentDataStreamType dataStreamType)
Deprecated.
|
void |
AttachmentDataDao.removeDataForAttachmentVersion(Attachment attachmentVersion,
ContentEntityObject originalContent,
AttachmentDataStreamType dataStreamType)
Removes the attachment data of the specific stream type for the given attachment version.
|
| Constructor and Description |
|---|
FileWrapper(AttachmentDataStreamType dataStreamType,
File file) |
InputStreamWrapper(AttachmentDataStreamType dataStreamType,
InputStream inputStream) |
RandomFileWrapper(AttachmentDataStreamType dataStreamType,
File file,
RangeRequest range) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachmentDataFileSystem.deleteSingleAttachmentVersion(Attachment attachment,
ContentEntityObject contentEntity,
AttachmentDataStreamType dataStreamType)
Delete the data of the specified stream type corresponding to a single attachment version
|
void |
HierarchicalMultiStreamAttachmentDataFileSystem.deleteSingleAttachmentVersion(Attachment attachment,
ContentEntityObject originalContent,
AttachmentDataStreamType dataStreamType) |
void |
TrackingAttachmentDataFileSystem.deleteSingleAttachmentVersion(Attachment attachment,
ContentEntityObject contentEntity,
AttachmentDataStreamType dataStreamType)
Deprecated.
|
AttachmentDataStream |
AttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType)
Fetches the data for a given attachment version and data stream type
|
AttachmentDataStream |
HierarchicalMultiStreamAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
TrackingAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType)
Deprecated.
|
AttachmentDataStream |
AttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Fetches the specified range of data for a given attachment version and data stream type
|
AttachmentDataStream |
HierarchicalMultiStreamAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
AttachmentDataStream |
TrackingAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Deprecated.
|
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
void |
FileSystemAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachment,
ContentEntityObject originalContent,
AttachmentDataStreamType dataStreamType) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileStoreAttachmentDataFileSystem.deleteSingleAttachmentVersion(Attachment attachment,
ContentEntityObject contentEntity,
AttachmentDataStreamType dataStreamType)
Deprecated.
|
AttachmentDataStream |
FileStoreAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType)
Deprecated.
|
AttachmentDataStream |
FileStoreAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DualAttachmentDataFileSystemPrimaryCloud.deleteSingleAttachmentVersion(Attachment attachment,
ContentEntityObject contentEntity,
AttachmentDataStreamType dataStreamType)
Deprecated.
|
void |
DualAttachmentDataFileSystemPrimaryLocal.deleteSingleAttachmentVersion(Attachment attachment,
ContentEntityObject contentEntity,
AttachmentDataStreamType dataStreamType)
Deprecated.
|
AttachmentDataStream |
DualAttachmentDataFileSystemPrimaryCloud.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType)
Deprecated.
|
AttachmentDataStream |
DualAttachmentDataFileSystemPrimaryLocal.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType)
Deprecated.
|
AttachmentDataStream |
DualAttachmentDataFileSystemPrimaryCloud.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Deprecated.
|
AttachmentDataStream |
DualAttachmentDataFileSystemPrimaryLocal.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentDataStream |
HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
void |
HibernateAttachmentDataDao.removeDataForAttachmentVersion(Attachment attachmentVersion,
ContentEntityObject originalContent,
AttachmentDataStreamType dataStreamType) |
Copyright © 2003–2020 Atlassian. All rights reserved.