Uses of Interface
com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentIdentifier
Package
Description
-
Uses of AttachmentIdentifier in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
Modifier and TypeInterfaceDescriptioninterface
This will represent a collection of attachmentModifier and TypeMethodDescriptionContainerAttachmentIdentifier.getAttachmentIdentifiedList()
return list of AttachmentIdentifier belonging to current containerDefaultBulkAttachmentDelete.BulkAttachmentDeleteAction.process
(BulkAttachmentDeleteContext context, AttachmentIdentifier attachmentIdentifier) Modifier and TypeMethodDescriptionDefaultBulkAttachmentDelete.BulkAttachmentDeleteAction.process
(BulkAttachmentDeleteContext context, AttachmentIdentifier attachmentIdentifier) -
Uses of AttachmentIdentifier in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers
Modifier and TypeClassDescriptionclass
Get all latest attachment of a container This will load attachment in a batch (default is 100)class
Get Attachment using specific version.class
Simple wrapper of an attachmentclass
This will allow to get attachment by ids.class
Similar toAllLatestVersionAttachmentIdentifier
but allow to filter by attachment file name and mine typeModifier and TypeMethodDescriptionprotected AttachmentIdentifier
AllLatestVersionAttachmentIdentifier.getNextBatch
(int previousOutputSize) protected AttachmentIdentifier
LatestVersionWithNameMineTypeAttachmentIdentifier.getNextBatch
(int previousOutputSize) Modifier and TypeMethodDescriptionAllLatestVersionAttachmentIdentifier.getAttachmentIdentifiedList()
AttachmentRefIdentifier.getAttachmentIdentifiedList()
IdListAttachmentIdentifier.getAttachmentIdentifiedList()
protected List<AttachmentIdentifier>
AllLatestVersionAttachmentIdentifier.getAttachmentIdentifiers
(AbstractPage abstractPage)