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 TypeMethodDescriptionvoid
AttachmentDataFileSystem.deleteAllAttachmentVersions
(AttachmentRef attachment, AttachmentRef.Container contentEntity) Delete all data corresponding to all versions of the given attachmentvoid
ContentDirectoryStructureAttachmentDataFileSystemAdapter.deleteAllAttachmentVersions
(AttachmentRef attachment, AttachmentRef.Container originalContent) Delete all data corresponding to all versions of the given attachmentvoid
ContentDirectoryStructureAttachmentDataFileSystemV003.deleteAllAttachmentVersions
(AttachmentRef attachment, AttachmentRef.Container originalContent) Deprecated.Delete all data corresponding to all versions of the given attachmentvoid
ContentDirectoryStructureAttachmentDataFileSystemV004.deleteAllAttachmentVersions
(AttachmentRef attachment, AttachmentRef.Container originalContent) Delete all data corresponding to all versions of the given attachmentvoid
AttachmentDataFileSystem.deleteSingleAttachmentVersion
(AttachmentRef attachment, AttachmentRef.Container contentEntity) Delete the data corresponding to a single attachment versionvoid
AttachmentDataFileSystem.deleteSingleAttachmentVersion
(AttachmentRef attachment, AttachmentRef.Container contentEntity, AttachmentDataStreamType dataStreamType) Delete the data of the specified stream type corresponding to a single attachment versionvoid
ContentDirectoryStructureAttachmentDataFileSystemAdapter.deleteSingleAttachmentVersion
(AttachmentRef attachment, AttachmentRef.Container originalContent) Delete the data corresponding to a single attachment versionvoid
ContentDirectoryStructureAttachmentDataFileSystemAdapter.deleteSingleAttachmentVersion
(AttachmentRef attachment, AttachmentRef.Container originalContent, AttachmentDataStreamType dataStreamType) void
ContentDirectoryStructureAttachmentDataFileSystemV003.deleteSingleAttachmentVersion
(AttachmentRef attachment, AttachmentRef.Container originalContent) Deprecated.Delete the data corresponding to a single attachment versionvoid
ContentDirectoryStructureAttachmentDataFileSystemV003.deleteSingleAttachmentVersion
(AttachmentRef attachment, AttachmentRef.Container originalContent, AttachmentDataStreamType dataStreamType) Deprecated.void
ContentDirectoryStructureAttachmentDataFileSystemV004.deleteSingleAttachmentVersion
(AttachmentRef attachment, AttachmentRef.Container originalContent) Delete the data corresponding to a single attachment versionvoid
ContentDirectoryStructureAttachmentDataFileSystemV004.deleteSingleAttachmentVersion
(AttachmentRef attachment, AttachmentRef.Container originalContent, AttachmentDataStreamType dataStreamType) void
AttachmentDataFileSystem.moveAttachment
(AttachmentRef oldAttachment, AttachmentRef newAttachment, AttachmentRef.Container newContentEntity) Deprecated.since 8.1.0void
ContentDirectoryStructureAttachmentDataFileSystemAdapter.moveAttachment
(AttachmentRef oldAttachment, AttachmentRef newAttachment, AttachmentRef.Container newContent) Deprecated.since 8.1.0void
ContentDirectoryStructureAttachmentDataFileSystemV003.moveAttachment
(AttachmentRef oldAttachment, AttachmentRef newAttachment, AttachmentRef.Container newContent) Deprecated.void
ContentDirectoryStructureAttachmentDataFileSystemV004.moveAttachment
(AttachmentRef oldAttachment, AttachmentRef newAttachment, AttachmentRef.Container newContent) Deprecated.since 8.1.0, not needed in v004 storagevoid
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.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.Container
Refs.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 TypeMethodDescriptionvoid
ObjectStorageAttachmentDataFileSystem.deleteAllAttachmentVersions
(AttachmentRef attachment, AttachmentRef.Container contentEntity) Delete all versions for a particular attachmentvoid
ObjectStorageAttachmentDataFileSystem.deleteSingleAttachmentVersion
(AttachmentRef attachment, AttachmentRef.Container contentEntity) void
ObjectStorageAttachmentDataFileSystem.deleteSingleAttachmentVersion
(AttachmentRef attachment, AttachmentRef.Container contentEntity, AttachmentDataStreamType dataStreamType) Delete an attachment version for a particular attachmentvoid
ObjectStorageAttachmentDataFileSystem.moveAttachment
(AttachmentRef oldAttachment, AttachmentRef newAttachment, AttachmentRef.Container newContent) Deprecated.since 8.1.0, not needed in v004 storagevoid
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 -
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 TypeMethodDescriptionvoid
DeferredFileDeletionQueue.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 void
ConfluenceFileUtils.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.