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)Move all data for all versions of all attachments corresponding to the given content entity in the given space, to the same entity in a different space.voidContentDirectoryStructureAttachmentDataFileSystem. 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()
-