| Package | Description |
|---|---|
| com.atlassian.confluence.impl.pages.attachments.filesystem | |
| com.atlassian.confluence.impl.pages.attachments.filesystem.model |
| 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) |
Copyright © 2003–2021 Atlassian. All rights reserved.