static AttachmentDataFile<com.atlassian.dc.filestore.api.compat.FilesystemPath> |
AttachmentDataFile.getAttachmentDataFile(com.atlassian.dc.filestore.api.compat.FilesystemPath dir,
int attachmentVersion,
AttachmentDataStreamType dataStreamType) |
Deprecated.
|
AttachmentDataFile<com.atlassian.dc.filestore.api.compat.FilesystemPath> |
AttachmentDataFileSystem.getAttachmentDataFile(long attachmentId,
@Nullable Long containerId,
@Nullable Long spaceId,
Integer attachmentVersion,
AttachmentDataStreamType dataStreamType) |
Deprecated.
|
AttachmentDataFile<com.atlassian.dc.filestore.api.compat.FilesystemPath> |
ContentDirectoryStructureAttachmentDataFileSystemAdapter.getAttachmentDataFile(long attachmentId,
@Nullable Long containerId,
@Nullable Long spaceId,
Integer attachmentVersion,
AttachmentDataStreamType dataStreamType) |
|
AttachmentDataFile<com.atlassian.dc.filestore.api.compat.FilesystemPath> |
ContentDirectoryStructureAttachmentDataFileSystemV003.getAttachmentDataFile(long attachmentId,
Long containerId,
@Nullable Long spaceId,
Integer attachmentVersion,
AttachmentDataStreamType dataStreamType) |
Deprecated.
|
AttachmentDataFile<com.atlassian.dc.filestore.api.compat.FilesystemPath> |
ContentDirectoryStructureAttachmentDataFileSystemV004.getAttachmentDataFile(long attachmentId,
@Nullable Long containerId,
@Nullable Long spaceId,
Integer attachmentVersion,
AttachmentDataStreamType dataStreamType) |
|
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,
long attachmentId,
Integer attachmentVersion,
AttachmentDataStreamType dataStreamType) |
|
static <T extends com.atlassian.dc.filestore.api.FileStore.Path> AttachmentDataFile<T> |
AttachmentDataFile.getAttachmentDataFileV004(T basePath,
AttachmentRef attachment,
AttachmentDataStreamType dataStreamType) |
|