Uses of Class
com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentDataFile
-
Packages that use AttachmentDataFile Package Description com.atlassian.confluence.impl.pages.attachments.filesystem -
-
Uses of AttachmentDataFile in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem that return AttachmentDataFile Modifier and Type Method Description static AttachmentDataFileAttachmentDataFile. getAttachmentDataFile(com.atlassian.dc.filestore.api.compat.FilesystemPath dir, int attachmentVersion, AttachmentDataStreamType dataStreamType)Deprecated.since 8.1.0 as it is used only in a deprecated v003 attachment formatAttachmentDataFileAttachmentDataFileSystemInternals. getAttachmentDataFile(long attachmentId, Long containerId, Long spaceId, Integer attachmentVersion, AttachmentDataStreamType dataStreamType)AttachmentDataFileContentDirectoryStructureAttachmentDataFileSystemAdapter. getAttachmentDataFile(long attachmentId, Long containerId, Long spaceId, Integer attachmentVersion, AttachmentDataStreamType dataStreamType)AttachmentDataFileContentDirectoryStructureAttachmentDataFileSystemV003. getAttachmentDataFile(long attachmentId, Long containerId, Long spaceId, Integer attachmentVersion, AttachmentDataStreamType dataStreamType)Deprecated.AttachmentDataFileContentDirectoryStructureAttachmentDataFileSystemV004. getAttachmentDataFile(long attachmentId, Long containerId, Long spaceId, Integer attachmentVersion, AttachmentDataStreamType dataStreamType)AttachmentDataFileObjectStorageAttachmentDataFileSystem. getAttachmentDataFile(long attachmentId, Long containerId, Long spaceId, Integer attachmentVersion, AttachmentDataStreamType dataStreamType)static AttachmentDataFileAttachmentDataFile. getAttachmentDataFileV004(com.atlassian.dc.filestore.api.compat.FilesystemPath dir, long attachmentId, Integer attachmentVersion, AttachmentDataStreamType dataStreamType)static AttachmentDataFileAttachmentDataFile. getAttachmentDataFileV004(com.atlassian.dc.filestore.api.compat.FilesystemPath dir, AttachmentRef attachment, AttachmentDataStreamType dataStreamType)
-