Uses of Class
com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentRef
-
-
Uses of AttachmentDeleteOptions.AttachmentRef in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
Methods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete that return types with arguments of type AttachmentDeleteOptions.AttachmentRef Modifier and Type Method Description Set<AttachmentDeleteOptions.AttachmentRef>
AttachmentDeleteOptions. getAttachmentRefs()
-
Uses of AttachmentDeleteOptions.AttachmentRef in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers
Constructor parameters in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers with type arguments of type AttachmentDeleteOptions.AttachmentRef Constructor Description AttachmentRefIdentifier(long containerId, PageManager pageManager, AttachmentManager attachmentManager, List<AttachmentDeleteOptions.AttachmentRef> attachmentRefs)
LatestVersionWithNameMineTypeAttachmentIdentifier(PageManager pageManager, AttachmentManager attachmentManager, long containerId, List<AttachmentDeleteOptions.AttachmentRef> attachmentRefs)
-