Modifier and Type | Method and Description |
---|---|
void |
AttachmentDataFileSystem.deleteAllAttachmentVersions(AttachmentRef attachment,
AttachmentRef.Container contentEntity)
Delete all data corresponding to all versions of the given attachment
|
void |
ContentDirectoryStructureAttachmentDataFileSystem.deleteAllAttachmentVersions(AttachmentRef attachment,
AttachmentRef.Container originalContent)
Delete all data corresponding to all versions of the given attachment
|
void |
AttachmentDataFileSystem.deleteSingleAttachmentVersion(AttachmentRef attachment,
AttachmentRef.Container contentEntity)
Delete the data corresponding to a single attachment version
|
void |
ContentDirectoryStructureAttachmentDataFileSystem.deleteSingleAttachmentVersion(AttachmentRef attachment,
AttachmentRef.Container originalContent)
Delete the data corresponding to a single attachment version
|
void |
AttachmentDataFileSystem.deleteSingleAttachmentVersion(AttachmentRef attachment,
AttachmentRef.Container contentEntity,
AttachmentDataStreamType dataStreamType)
Delete the data of the specified stream type corresponding to a single attachment version
|
void |
ContentDirectoryStructureAttachmentDataFileSystem.deleteSingleAttachmentVersion(AttachmentRef attachment,
AttachmentRef.Container originalContent,
AttachmentDataStreamType dataStreamType) |
void |
AttachmentDataFileSystem.moveAttachment(AttachmentRef oldAttachment,
AttachmentRef newAttachment,
AttachmentRef.Container newContentEntity)
Move all data relating to one attachment to a new directory corresponding to the given new attachment and
content entity.
|
void |
ContentDirectoryStructureAttachmentDataFileSystem.moveAttachment(AttachmentRef oldAttachment,
AttachmentRef newAttachment,
AttachmentRef.Container newContent) |
void |
AttachmentDataFileSystem.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.
|
void |
ContentDirectoryStructureAttachmentDataFileSystem.moveAttachments(AttachmentRef.Container contentEntity,
AttachmentRef.Space oldSpace,
AttachmentRef.Space newSpace) |
Modifier and Type | Method and Description |
---|---|
AttachmentRef.Container |
AttachmentRef.getContainer() |
static AttachmentRef.Container |
Refs.ref(ContentEntityObject attachmentContainer) |
Modifier and Type | Method and Description |
---|---|
void |
DeferredFileDeletionQueue.offer(io.atlassian.fugue.Either<AttachmentRef,AttachmentRef.Container> container,
File file) |
Modifier and Type | Method and Description |
---|---|
static void |
ConfluenceFileUtils.moveDirWithCopyFallback(io.atlassian.fugue.Either<AttachmentRef,AttachmentRef.Container> container,
File srcDir,
File destDir,
DeferredFileDeletionQueue deferredFileDeletionQueue)
Calls
ConfluenceFileUtils.moveDir(java.io.File, java.io.File) to move the directory. |
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences