Uses of Class
com.atlassian.confluence.status.service.systeminfo.AttachmentStorageVersion
-
-
Uses of AttachmentStorageVersion in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem that return AttachmentStorageVersion Modifier and Type Method Description AttachmentStorageVersion
AttachmentDataFileSystem. getStructureVersion()
Version of the attachment storage structure.AttachmentStorageVersion
ContentDirectoryStructureAttachmentDataFileSystemAdapter. getStructureVersion()
AttachmentStorageVersion
ContentDirectoryStructureAttachmentDataFileSystemV003. getStructureVersion()
Deprecated.AttachmentStorageVersion
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 Modifier and Type Method Description AttachmentStorageVersion
ObjectStorageAttachmentDataFileSystem. getStructureVersion()
-
Uses of AttachmentStorageVersion in com.atlassian.confluence.status.service.systeminfo
Methods in com.atlassian.confluence.status.service.systeminfo that return AttachmentStorageVersion Modifier and Type Method Description AttachmentStorageVersion
AttachmentStorageInfo. getStorageVersion()
static AttachmentStorageVersion
AttachmentStorageVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttachmentStorageVersion[]
AttachmentStorageVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.status.service.systeminfo with parameters of type AttachmentStorageVersion Constructor Description AttachmentStorageInfo(AttachmentStorageType attachmentStorageType, AttachmentStorageVersion attachmentStorageVersion)
-