boolean |
AttachmentDataFileSystem.dataExistsForAttachment(AttachmentRef attachment) |
Indicates whether the filesystem contains data for the given attachment
|
boolean |
ContentDirectoryStructureAttachmentDataFileSystemAdapter.dataExistsForAttachment(AttachmentRef attachment) |
|
boolean |
ContentDirectoryStructureAttachmentDataFileSystemV003.dataExistsForAttachment(AttachmentRef attachment) |
Deprecated.
|
boolean |
ContentDirectoryStructureAttachmentDataFileSystemV004.dataExistsForAttachment(AttachmentRef attachment) |
Check if attachment data exists
|
void |
AttachmentDataFileSystem.deleteAllAttachmentVersions(AttachmentRef attachment,
AttachmentRef.Container contentEntity) |
Delete all data corresponding to all versions of the given attachment
|
void |
ContentDirectoryStructureAttachmentDataFileSystemAdapter.deleteAllAttachmentVersions(AttachmentRef attachment,
AttachmentRef.Container originalContent) |
Delete all data corresponding to all versions of the given attachment
|
void |
ContentDirectoryStructureAttachmentDataFileSystemV003.deleteAllAttachmentVersions(AttachmentRef attachment,
AttachmentRef.Container originalContent) |
Deprecated.
Delete all data corresponding to all versions of the given attachment
|
void |
ContentDirectoryStructureAttachmentDataFileSystemV004.deleteAllAttachmentVersions(AttachmentRef attachment,
AttachmentRef.Container originalContent) |
Delete all data corresponding to all versions of the given attachment
|
void |
AttachmentDataFileSystem.deleteSingleAttachmentVersion(AttachmentRef attachment,
AttachmentRef.Container contentEntity) |
Delete the data corresponding to a single attachment version
|
void |
AttachmentDataFileSystem.deleteSingleAttachmentVersion(AttachmentRef attachment,
AttachmentRef.Container contentEntity,
AttachmentDataStreamType dataStreamType) |
Delete the data of the specified stream type corresponding to a single attachment version
|
void |
ContentDirectoryStructureAttachmentDataFileSystemAdapter.deleteSingleAttachmentVersion(AttachmentRef attachment,
AttachmentRef.Container originalContent) |
Delete the data corresponding to a single attachment version
|
void |
ContentDirectoryStructureAttachmentDataFileSystemAdapter.deleteSingleAttachmentVersion(AttachmentRef attachment,
AttachmentRef.Container originalContent,
AttachmentDataStreamType dataStreamType) |
|
void |
ContentDirectoryStructureAttachmentDataFileSystemV003.deleteSingleAttachmentVersion(AttachmentRef attachment,
AttachmentRef.Container originalContent) |
Deprecated.
Delete the data corresponding to a single attachment version
|
void |
ContentDirectoryStructureAttachmentDataFileSystemV003.deleteSingleAttachmentVersion(AttachmentRef attachment,
AttachmentRef.Container originalContent,
AttachmentDataStreamType dataStreamType) |
Deprecated.
|
void |
ContentDirectoryStructureAttachmentDataFileSystemV004.deleteSingleAttachmentVersion(AttachmentRef attachment,
AttachmentRef.Container originalContent) |
Delete the data corresponding to a single attachment version
|
void |
ContentDirectoryStructureAttachmentDataFileSystemV004.deleteSingleAttachmentVersion(AttachmentRef attachment,
AttachmentRef.Container originalContent,
AttachmentDataStreamType dataStreamType) |
|
AttachmentDataStream |
AttachmentDataFileSystem.getAttachmentData(AttachmentRef attachment,
AttachmentDataStreamType dataStreamType) |
Fetches the data for a given attachment version and data stream type
|
AttachmentDataStream |
AttachmentDataFileSystem.getAttachmentData(AttachmentRef attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Fetches the specified range of data for a given attachment version and data stream type
|
AttachmentDataStream |
ContentDirectoryStructureAttachmentDataFileSystemAdapter.getAttachmentData(AttachmentRef attachment,
AttachmentDataStreamType dataStreamType) |
|
AttachmentDataStream |
ContentDirectoryStructureAttachmentDataFileSystemAdapter.getAttachmentData(AttachmentRef attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
|
AttachmentDataStream |
ContentDirectoryStructureAttachmentDataFileSystemV003.getAttachmentData(AttachmentRef attachment,
AttachmentDataStreamType dataStreamType) |
Deprecated.
|
AttachmentDataStream |
ContentDirectoryStructureAttachmentDataFileSystemV003.getAttachmentData(AttachmentRef attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
Deprecated.
|
AttachmentDataStream |
ContentDirectoryStructureAttachmentDataFileSystemV004.getAttachmentData(AttachmentRef attachment,
AttachmentDataStreamType dataStreamType) |
|
AttachmentDataStream |
ContentDirectoryStructureAttachmentDataFileSystemV004.getAttachmentData(AttachmentRef attachment,
AttachmentDataStreamType dataStreamType,
Optional<RangeRequest> range) |
|
protected AttachmentDataFile<com.atlassian.dc.filestore.api.compat.FilesystemPath> |
ContentDirectoryStructureAttachmentDataFileSystemV004.getAttachmentDataFile(AttachmentRef attachmentVersion,
AttachmentDataStreamType dataStreamType) |
|
static <T extends com.atlassian.dc.filestore.api.FileStore.Path> AttachmentDataFile<T> |
AttachmentDataFile.getAttachmentDataFileV004(T basePath,
AttachmentRef attachment,
AttachmentDataStreamType dataStreamType) |
|
void |
AttachmentDataFileSystem.moveAttachment(AttachmentRef oldAttachment,
AttachmentRef newAttachment,
AttachmentRef.Container newContentEntity) |
Deprecated.
|
void |
ContentDirectoryStructureAttachmentDataFileSystemAdapter.moveAttachment(AttachmentRef oldAttachment,
AttachmentRef newAttachment,
AttachmentRef.Container newContent) |
Deprecated.
|
void |
ContentDirectoryStructureAttachmentDataFileSystemV003.moveAttachment(AttachmentRef oldAttachment,
AttachmentRef newAttachment,
AttachmentRef.Container newContent) |
Deprecated.
|
void |
ContentDirectoryStructureAttachmentDataFileSystemV004.moveAttachment(AttachmentRef oldAttachment,
AttachmentRef newAttachment,
AttachmentRef.Container newContent) |
Deprecated.
|
void |
AttachmentDataFileSystem.moveDataForAttachmentVersion(AttachmentRef sourceAttachmentVersion,
AttachmentRef targetAttachmentVersion) |
Deprecated.
|
void |
ContentDirectoryStructureAttachmentDataFileSystemAdapter.moveDataForAttachmentVersion(AttachmentRef sourceAttachmentVersion,
AttachmentRef targetAttachmentVersion) |
Deprecated.
|
void |
ContentDirectoryStructureAttachmentDataFileSystemV003.moveDataForAttachmentVersion(AttachmentRef sourceAttachmentVersion,
AttachmentRef targetAttachmentVersion) |
Deprecated.
|
void |
ContentDirectoryStructureAttachmentDataFileSystemV004.moveDataForAttachmentVersion(AttachmentRef sourceAttachmentVersion,
AttachmentRef targetAttachmentVersion) |
Deprecated.
|
boolean |
AttachmentDataFileSystem.saveAttachmentData(AttachmentRef attachment,
AttachmentDataStream dataStream,
boolean overwrite,
org.springframework.util.unit.DataSize expectedFileSize) |
Save new data corresponding to the given attachment.
|
boolean |
ContentDirectoryStructureAttachmentDataFileSystemAdapter.saveAttachmentData(AttachmentRef attachmentVersion,
AttachmentDataStream attachmentDataStream,
boolean overwrite,
org.springframework.util.unit.DataSize expectedFileSize) |
|
boolean |
ContentDirectoryStructureAttachmentDataFileSystemV003.saveAttachmentData(AttachmentRef attachmentVersion,
AttachmentDataStream attachmentDataStream,
boolean overwrite,
org.springframework.util.unit.DataSize expectedFileSize) |
Deprecated.
|
boolean |
ContentDirectoryStructureAttachmentDataFileSystemV004.saveAttachmentData(AttachmentRef attachmentVersion,
AttachmentDataStream attachmentDataStream,
boolean overwrite,
org.springframework.util.unit.DataSize expectedFileSize) |
Save attachment to the file system storage
|