Uses of Class
com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions
Packages that use AttachmentDeleteOptions
Package
Description
-
Uses of AttachmentDeleteOptions in com.atlassian.confluence.impl.pages.attachments
Methods in com.atlassian.confluence.impl.pages.attachments with parameters of type AttachmentDeleteOptionsModifier and TypeMethodDescriptionvoid
ReadThroughCachingAttachmentManager.deepAttachmentDelete
(AttachmentDeleteOptions attachmentDeleteOptions) -
Uses of AttachmentDeleteOptions in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages with parameters of type AttachmentDeleteOptionsModifier and TypeMethodDescriptionvoid
AttachmentManager.deepAttachmentDelete
(AttachmentDeleteOptions attachmentDeleteOptions) Support delete multiple attachments in batchvoid
DefaultAttachmentManager.deepAttachmentDelete
(AttachmentDeleteOptions attachmentDeleteOptions) void
DelegatorAttachmentManager.deepAttachmentDelete
(AttachmentDeleteOptions attachmentDeleteOptions) void
ReadOnlyAttachmentManager.deepAttachmentDelete
(AttachmentDeleteOptions attachmentDeleteOptions) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AttachmentDeleteOptions in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
Subclasses of AttachmentDeleteOptions in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.deleteMethods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete that return AttachmentDeleteOptionsMethods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete with parameters of type AttachmentDeleteOptionsModifier and TypeMethodDescriptionvoid
BulkAttachmentDelete.deepDelete
(AttachmentDeleteOptions attachmentDeleteOptions) void
DefaultBulkAttachmentDelete.deepDelete
(AttachmentDeleteOptions attachmentDeleteOptions)