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 | Class and Description |
---|---|
static class |
AttachmentDataStream.FileWrapper
An
AttachmentDataStream implementation that wraps a single File . |
static class |
AttachmentDataStream.InputStreamWrapper
An
AttachmentDataStream implementation that wraps a raw InputStream . |
static class |
AttachmentDataStream.RandomFileWrapper |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStream |
LegacyAttachmentDataDaoSupport.getAttachmentDataStream(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
AttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType)
Grabs the AttachmentData object for an Attachment
|
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType)
Deprecated.
|
AttachmentDataStream |
AttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Grabs the AttachmentData object for an Attachment
|
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AttachmentDataDao.replaceDataForAttachment(Attachment attachment,
AttachmentDataStream dataStream)
Sets the data for attachment
|
void |
LegacyAttachmentDataDaoSupport.replaceDataForAttachment(Attachment attachment,
AttachmentDataStream dataStream) |
void |
FileSystemAttachmentDataDao.replaceDataForAttachment(Attachment attachment,
AttachmentDataStream dataStream)
Deprecated.
|
void |
AttachmentDataDao.saveDataForAttachment(Attachment attachment,
AttachmentDataStream dataStream)
Saves data to the attachment data store
|
void |
LegacyAttachmentDataDaoSupport.saveDataForAttachment(Attachment attachment,
AttachmentDataStream dataStream) |
void |
FileSystemAttachmentDataDao.saveDataForAttachment(Attachment attachment,
AttachmentDataStream dataStream)
Deprecated.
|
void |
AttachmentDataDao.saveDataForAttachmentVersion(Attachment attachment,
Attachment previousVersion,
AttachmentDataStream dataStream)
Saves data to the attachment data store, for an attachment
that has been updated.
|
void |
LegacyAttachmentDataDaoSupport.saveDataForAttachmentVersion(Attachment attachment,
Attachment previousVersion,
AttachmentDataStream dataStream) |
void |
FileSystemAttachmentDataDao.saveDataForAttachmentVersion(Attachment attachment,
Attachment previousVersion,
AttachmentDataStream dataStream)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AttachmentDataStream |
AttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType)
Fetches the data for a given attachment version and data stream type
|
AttachmentDataStream |
TrackingAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
HierarchicalMultiStreamAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
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 |
TrackingAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
AttachmentDataStream |
HierarchicalMultiStreamAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
FileSystemAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemAttachmentDataDao.replaceDataForAttachment(Attachment attachment,
AttachmentDataStream dataStream) |
boolean |
AttachmentDataFileSystem.saveAttachmentData(Attachment attachment,
AttachmentDataStream dataStream,
boolean overwrite)
Save new data corresponding to the given attachment.
|
boolean |
TrackingAttachmentDataFileSystem.saveAttachmentData(Attachment attachment,
AttachmentDataStream dataStream,
boolean overwrite) |
boolean |
HierarchicalMultiStreamAttachmentDataFileSystem.saveAttachmentData(Attachment attachmentVersion,
AttachmentDataStream attachmentDataStream,
boolean overwrite) |
void |
FileSystemAttachmentDataDao.saveDataForAttachment(Attachment attachment,
AttachmentDataStream dataStream) |
void |
FileSystemAttachmentDataDao.saveDataForAttachmentVersion(Attachment attachment,
Attachment previousVersion,
AttachmentDataStream dataStream) |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStream |
FileStoreAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
FileStoreAttachmentDataFileSystem.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
boolean |
FileStoreAttachmentDataFileSystem.saveAttachmentData(Attachment attachment,
AttachmentDataStream dataStream,
boolean overwrite) |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStream |
DualAttachmentDataFileSystemPrimaryLocal.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
DualAttachmentDataFileSystemPrimaryCloud.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
DualAttachmentDataFileSystemPrimaryLocal.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
AttachmentDataStream |
DualAttachmentDataFileSystemPrimaryCloud.getAttachmentData(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
boolean |
DualAttachmentDataFileSystemPrimaryLocal.saveAttachmentData(Attachment attachment,
AttachmentDataStream dataStream,
boolean overwrite) |
boolean |
DualAttachmentDataFileSystemPrimaryCloud.saveAttachmentData(Attachment attachment,
AttachmentDataStream dataStream,
boolean overwrite) |
Modifier and Type | Method and Description |
---|---|
AttachmentDataStream |
HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType) |
AttachmentDataStream |
HibernateAttachmentDataDao.getDataForAttachment(Attachment attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Modifier and Type | Method and Description |
---|---|
void |
HibernateAttachmentDataDao.replaceDataForAttachment(Attachment attachment,
AttachmentDataStream dataStream) |
void |
HibernateAttachmentDataDao.saveDataForAttachment(Attachment attachment,
AttachmentDataStream dataStream) |
void |
HibernateAttachmentDataDao.saveDataForAttachmentVersion(Attachment attachment,
Attachment previousVersion,
AttachmentDataStream dataStream) |
Copyright © 2003–2019 Atlassian. All rights reserved.