Uses of Interface
com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentIdentifier
Packages that use AttachmentIdentifier
Package
Description
-
Uses of AttachmentIdentifier in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete
Subinterfaces of AttachmentIdentifier in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.deleteModifier and TypeInterfaceDescriptioninterface
This will represent a collection of attachmentMethods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete that return types with arguments of type AttachmentIdentifierModifier and TypeMethodDescriptionContainerAttachmentIdentifier.getAttachmentIdentifiedList()
return list of AttachmentIdentifier belonging to current containerDefaultBulkAttachmentDelete.BulkAttachmentDeleteAction.process
(BulkAttachmentDeleteContext context, AttachmentIdentifier attachmentIdentifier) Methods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete with parameters of type AttachmentIdentifierModifier and TypeMethodDescriptionDefaultBulkAttachmentDelete.BulkAttachmentDeleteAction.process
(BulkAttachmentDeleteContext context, AttachmentIdentifier attachmentIdentifier) -
Uses of AttachmentIdentifier in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers
Classes in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers that implement AttachmentIdentifierModifier 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 typeMethods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers that return AttachmentIdentifierModifier and TypeMethodDescriptionprotected AttachmentIdentifier
AllLatestVersionAttachmentIdentifier.getNextBatch
(int previousOutputSize) protected AttachmentIdentifier
LatestVersionWithNameMineTypeAttachmentIdentifier.getNextBatch
(int previousOutputSize) Methods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.identifiers that return types with arguments of type AttachmentIdentifierModifier and TypeMethodDescriptionAllLatestVersionAttachmentIdentifier.getAttachmentIdentifiedList()
AttachmentRefIdentifier.getAttachmentIdentifiedList()
IdListAttachmentIdentifier.getAttachmentIdentifiedList()
protected List<AttachmentIdentifier>
AllLatestVersionAttachmentIdentifier.getAttachmentIdentifiers
(AbstractPage abstractPage)