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 voidAttachmentDataFileSystem. moveAttachments(AttachmentRef.Container contentEntity, AttachmentRef.Space oldSpace, AttachmentRef.Space newSpace)Deprecated.since 8.1.0voidContentDirectoryStructureAttachmentDataFileSystemAdapter. moveAttachments(AttachmentRef.Container contentEntity, AttachmentRef.Space oldSpace, AttachmentRef.Space newSpace)Deprecated.since 8.1.0.voidContentDirectoryStructureAttachmentDataFileSystemV003. moveAttachments(AttachmentRef.Container contentEntity, AttachmentRef.Space oldSpace, AttachmentRef.Space newSpace)Deprecated.voidContentDirectoryStructureAttachmentDataFileSystemV004. 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.SpaceRefs. 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 voidObjectStorageAttachmentDataFileSystem. 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
-