Uses of Interface
com.atlassian.confluence.impl.pages.attachments.filesystem.model.AttachmentRef.Space
-
Packages that use AttachmentRef.Space Package Description com.atlassian.confluence.impl.pages.attachments.filesystem com.atlassian.confluence.impl.pages.attachments.filesystem.model -
-
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 storagevoidObjectStorageAttachmentDataFileSystem. moveAttachments(AttachmentRef.Container contentEntity, AttachmentRef.Space oldSpace, AttachmentRef.Space newSpace) -
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()
-