Uses of Class
com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions
-
-
Uses of AttachmentDeleteOptions in com.atlassian.confluence.impl.pages.attachments
Methods in com.atlassian.confluence.impl.pages.attachments with parameters of type AttachmentDeleteOptions Modifier and Type Method Description void
ReadThroughCachingAttachmentManager. deepAttachmentDelete(AttachmentDeleteOptions attachmentDeleteOptions)
-
Uses of AttachmentDeleteOptions in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages with parameters of type AttachmentDeleteOptions Modifier and Type Method Description void
AttachmentManager. deepAttachmentDelete(AttachmentDeleteOptions attachmentDeleteOptions)
Support delete multiple attachments in batchvoid
DefaultAttachmentManager. deepAttachmentDelete(AttachmentDeleteOptions attachmentDeleteOptions)
void
DelegatorAttachmentManager. deepAttachmentDelete(AttachmentDeleteOptions attachmentDeleteOptions)
-
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.delete Modifier and Type Class Description class
IdListAttachmentDeleteOptions
Methods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete that return AttachmentDeleteOptions Modifier and Type Method Description AttachmentDeleteOptions
AttachmentDeleteOptions.AttachmentDeleteOptionsBuilder. build()
Methods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete with parameters of type AttachmentDeleteOptions Modifier and Type Method Description void
BulkAttachmentDelete. deepDelete(AttachmentDeleteOptions attachmentDeleteOptions)
void
DefaultBulkAttachmentDelete. deepDelete(AttachmentDeleteOptions attachmentDeleteOptions)
-