Uses of Interface
com.atlassian.confluence.impl.pages.attachments.filesystem.model.AttachmentRef.Space
-
-
Uses of AttachmentRef.Space in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type AttachmentRef.Space Modifier and Type Method Description void
AttachmentDataFileSystem. moveAttachments(AttachmentRef.Container contentEntity, AttachmentRef.Space oldSpace, AttachmentRef.Space newSpace)
Deprecated.since 8.1.0void
ContentDirectoryStructureAttachmentDataFileSystemAdapter. moveAttachments(AttachmentRef.Container contentEntity, AttachmentRef.Space oldSpace, AttachmentRef.Space newSpace)
Deprecated.since 8.1.0.void
ContentDirectoryStructureAttachmentDataFileSystemV003. moveAttachments(AttachmentRef.Container contentEntity, AttachmentRef.Space oldSpace, AttachmentRef.Space newSpace)
Deprecated.void
ContentDirectoryStructureAttachmentDataFileSystemV004. moveAttachments(AttachmentRef.Container contentEntity, AttachmentRef.Space oldSpace, AttachmentRef.Space newSpace)
Deprecated.since 8.1.0, not needed in v004 storage because we do not move files in v004 storage -
Uses of AttachmentRef.Space in com.atlassian.confluence.impl.pages.attachments.filesystem.model
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem.model that return AttachmentRef.Space Modifier and Type Method Description static AttachmentRef.Space
Refs. ref(Space space)
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem.model that return types with arguments of type AttachmentRef.Space Modifier and Type Method Description Optional<AttachmentRef.Space>
AttachmentRef.Container. getSpace()
-
Uses of AttachmentRef.Space in com.atlassian.confluence.impl.pages.attachments.objectstorage
Methods in com.atlassian.confluence.impl.pages.attachments.objectstorage with parameters of type AttachmentRef.Space Modifier and Type Method Description void
ObjectStorageAttachmentDataFileSystem. moveAttachments(AttachmentRef.Container contentEntity, AttachmentRef.Space oldSpace, AttachmentRef.Space newSpace)
Deprecated.since 8.1.0, not needed in v004 storage because we do not move files in v004 storage
-