Uses of Interface
com.atlassian.confluence.impl.pages.attachments.filesystem.model.AttachmentRef.Container
-
-
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.Container Modifier and Type Method Description voidAttachmentDataFileSystem. deleteAllAttachmentVersions(AttachmentRef attachment, AttachmentRef.Container contentEntity)Delete all data corresponding to all versions of the given attachmentvoidContentDirectoryStructureAttachmentDataFileSystem. 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 versionvoidContentDirectoryStructureAttachmentDataFileSystem. deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container originalContent)Delete the data corresponding to a single attachment versionvoidContentDirectoryStructureAttachmentDataFileSystem. deleteSingleAttachmentVersion(AttachmentRef attachment, AttachmentRef.Container originalContent, AttachmentDataStreamType dataStreamType)voidAttachmentDataFileSystem. 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.voidContentDirectoryStructureAttachmentDataFileSystem. moveAttachment(AttachmentRef oldAttachment, AttachmentRef newAttachment, AttachmentRef.Container newContent)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.Container in com.atlassian.confluence.impl.pages.attachments.filesystem.model
Methods in com.atlassian.confluence.impl.pages.attachments.filesystem.model that return AttachmentRef.Container Modifier and Type Method Description AttachmentRef.ContainerAttachmentRef. getContainer()static AttachmentRef.ContainerRefs. ref(ContentEntityObject attachmentContainer) -
Uses of AttachmentRef.Container in com.atlassian.confluence.schedule.jobs.filedeletion
Method parameters in com.atlassian.confluence.schedule.jobs.filedeletion with type arguments of type AttachmentRef.Container Modifier and Type Method Description voidDeferredFileDeletionQueue. 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.Container Modifier and Type Method Description static 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.
-