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 voidReadThroughCachingAttachmentManager. 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 voidAttachmentManager. deepAttachmentDelete(AttachmentDeleteOptions attachmentDeleteOptions)Support delete multiple attachments in batchvoidDefaultAttachmentManager. deepAttachmentDelete(AttachmentDeleteOptions attachmentDeleteOptions)voidDelegatorAttachmentManager. 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 classIdListAttachmentDeleteOptionsMethods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete that return AttachmentDeleteOptions Modifier and Type Method Description AttachmentDeleteOptionsAttachmentDeleteOptions.AttachmentDeleteOptionsBuilder. build()Methods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete with parameters of type AttachmentDeleteOptions Modifier and Type Method Description voidBulkAttachmentDelete. deepDelete(AttachmentDeleteOptions attachmentDeleteOptions)voidDefaultBulkAttachmentDelete. deepDelete(AttachmentDeleteOptions attachmentDeleteOptions)
-