Uses of Interface
com.atlassian.confluence.impl.pages.attachments.filesystem.model.AttachmentRef.Container
Packages that use AttachmentRef.Container
Package
Description
-
Uses of AttachmentRef.Container in com.atlassian.confluence.impl.pages.attachments.filesystem
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type AttachmentRef.ContainerModifier and TypeMethodDescriptionvoidAttachmentDataFileSystem.deleteAllAttachmentVersions(AttachmentRef attachment, AttachmentRef.Container contentEntity) Delete all data corresponding to all versions of the given attachmentvoidContentDirectoryStructureAttachmentDataFileSystemAdapter.deleteAllAttachmentVersions(AttachmentRef attachment, AttachmentRef.Container originalContent) Delete all data corresponding to all versions of the given attachmentvoidContentDirectoryStructureAttachmentDataFileSystemV003.deleteAllAttachmentVersions(AttachmentRef attachment, AttachmentRef.Container originalContent) Deprecated.Delete all data corresponding to all versions of the given attachmentvoidContentDirectoryStructureAttachmentDataFileSystemV004.deleteAllAttachmentVersions(AttachmentRef attachment, AttachmentRef.Container originalContent) Delete all data corresponding to all versions of the given attachmentvoidAttachmentDataFileSystem.deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container contentEntity) Delete the data corresponding to a single attachment versionvoidAttachmentDataFileSystem.deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container contentEntity, AttachmentDataStreamType dataStreamType) Delete the data of the specified stream type corresponding to a single attachment versionvoidContentDirectoryStructureAttachmentDataFileSystemAdapter.deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container originalContent) Delete the data corresponding to a single attachment versionvoidContentDirectoryStructureAttachmentDataFileSystemAdapter.deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container originalContent, AttachmentDataStreamType dataStreamType) voidContentDirectoryStructureAttachmentDataFileSystemV003.deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container originalContent) Deprecated.Delete the data corresponding to a single attachment versionvoidContentDirectoryStructureAttachmentDataFileSystemV003.deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container originalContent, AttachmentDataStreamType dataStreamType) Deprecated.voidContentDirectoryStructureAttachmentDataFileSystemV004.deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container originalContent) Delete the data corresponding to a single attachment versionvoidContentDirectoryStructureAttachmentDataFileSystemV004.deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container originalContent, AttachmentDataStreamType dataStreamType) voidAttachmentDataFileSystem.moveAttachment(AttachmentRef oldAttachment, AttachmentRef newAttachment, AttachmentRef.Container newContentEntity) Deprecated.since 8.1.0voidContentDirectoryStructureAttachmentDataFileSystemAdapter.moveAttachment(AttachmentRef oldAttachment, AttachmentRef newAttachment, AttachmentRef.Container newContent) Deprecated.since 8.1.0voidContentDirectoryStructureAttachmentDataFileSystemV003.moveAttachment(AttachmentRef oldAttachment, AttachmentRef newAttachment, AttachmentRef.Container newContent) Deprecated.voidContentDirectoryStructureAttachmentDataFileSystemV004.moveAttachment(AttachmentRef oldAttachment, AttachmentRef newAttachment, AttachmentRef.Container newContent) Deprecated.since 8.1.0, not needed in v004 storagevoidAttachmentDataFileSystem.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.Container in com.atlassian.confluence.impl.pages.attachments.filesystem.model
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem.model that return AttachmentRef.ContainerModifier and TypeMethodDescriptionAttachmentRef.getContainer()static AttachmentRef.ContainerRefs.ref(ContentEntityObject attachmentContainer) -
Uses of AttachmentRef.Container in com.atlassian.confluence.impl.pages.attachments.objectstorage
Methods in com.atlassian.confluence.impl.pages.attachments.objectstorage with parameters of type AttachmentRef.ContainerModifier and TypeMethodDescriptionvoidObjectStorageAttachmentDataFileSystem.deleteAllAttachmentVersions(AttachmentRef attachment, AttachmentRef.Container contentEntity) Delete all versions for a particular attachmentvoidObjectStorageAttachmentDataFileSystem.deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container contentEntity) voidObjectStorageAttachmentDataFileSystem.deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container contentEntity, AttachmentDataStreamType dataStreamType) Delete an attachment version for a particular attachmentvoidObjectStorageAttachmentDataFileSystem.moveAttachment(AttachmentRef oldAttachment, AttachmentRef newAttachment, AttachmentRef.Container newContent) Deprecated.since 8.1.0, not needed in v004 storagevoidObjectStorageAttachmentDataFileSystem.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.Container in com.atlassian.confluence.impl.schedule.jobs.filedeletion
Method parameters in com.atlassian.confluence.impl.schedule.jobs.filedeletion with type arguments of type AttachmentRef.ContainerModifier and TypeMethodDescriptionvoidDeferredFileDeletionQueue.offer(io.atlassian.fugue.Either<AttachmentRef, AttachmentRef.Container> container, File file) -
Uses of AttachmentRef.Container in com.atlassian.confluence.util.io
Method parameters in com.atlassian.confluence.util.io with type arguments of type AttachmentRef.ContainerModifier and TypeMethodDescriptionstatic voidConfluenceFileUtils.moveDirWithCopyFallback(io.atlassian.fugue.Either<AttachmentRef, AttachmentRef.Container> container, File srcDir, File destDir, DeferredFileDeletionQueue deferredFileDeletionQueue) CallsConfluenceFileUtils.moveDir(java.io.File, java.io.File)to move the directory.