Uses of Enum Class
com.atlassian.confluence.status.service.systeminfo.AttachmentStorageVersion
Packages that use AttachmentStorageVersion
Package
Description
-
Uses of AttachmentStorageVersion in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem that return AttachmentStorageVersionModifier and TypeMethodDescriptionAttachmentDataFileSystem.getStructureVersion()
Version of the attachment storage structure.ContentDirectoryStructureAttachmentDataFileSystemAdapter.getStructureVersion()
ContentDirectoryStructureAttachmentDataFileSystemV003.getStructureVersion()
Deprecated.ContentDirectoryStructureAttachmentDataFileSystemV004.getStructureVersion()
-
Uses of AttachmentStorageVersion in com.atlassian.confluence.impl.pages.attachments.objectstorage
Methods in com.atlassian.confluence.impl.pages.attachments.objectstorage that return AttachmentStorageVersion -
Uses of AttachmentStorageVersion in com.atlassian.confluence.status.service.systeminfo
Methods in com.atlassian.confluence.status.service.systeminfo that return AttachmentStorageVersionModifier and TypeMethodDescriptionAttachmentStorageInfo.getStorageVersion()
static AttachmentStorageVersion
Returns the enum constant of this class with the specified name.static AttachmentStorageVersion[]
AttachmentStorageVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.confluence.status.service.systeminfo with parameters of type AttachmentStorageVersionModifierConstructorDescriptionAttachmentStorageInfo
(AttachmentStorageType attachmentStorageType, AttachmentStorageVersion attachmentStorageVersion)