public interface AttachmentDataFileSystemInternals
| Modifier and Type | Method and Description |
|---|---|
default File |
containerDirectoryForAttachmentVersions(long attachmentId,
long containerId,
Optional<Long> spaceId)
Deprecated.
since 7.14 Use
containerPathForAttachmentVersions(long, long, Long) |
com.atlassian.dc.filestore.api.compat.FilesystemPath |
containerPathForAttachmentVersions(long attachmentId,
long containerId,
Long spaceId) |
default File |
getDirectoryForSpace(Optional<Long> spaceId)
Deprecated.
since 7.14 use
getPathForSpace(Long) |
com.atlassian.dc.filestore.api.compat.FilesystemPath |
getPathForSpace(Long spaceId) |
@Deprecated default File containerDirectoryForAttachmentVersions(long attachmentId, long containerId, Optional<Long> spaceId)
containerPathForAttachmentVersions(long, long, Long)com.atlassian.dc.filestore.api.compat.FilesystemPath containerPathForAttachmentVersions(long attachmentId,
long containerId,
@Nullable
Long spaceId)
@Deprecated default File getDirectoryForSpace(Optional<Long> spaceId)
getPathForSpace(Long)Copyright © 2003–2022 Atlassian. All rights reserved.