Uses of Interface
com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentIdentifier
-
-
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.delete Modifier and Type Interface Description interface
ContainerAttachmentIdentifier
This will represent a collection of attachmentMethods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete that return types with arguments of type AttachmentIdentifier Modifier and Type Method Description List<AttachmentIdentifier>
ContainerAttachmentIdentifier. getAttachmentIdentifiedList()
return list of AttachmentIdentifier belonging to current container@NonNull BulkAction.Result<BulkAttachmentDeleteContext,AttachmentIdentifier>
DefaultBulkAttachmentDelete.BulkAttachmentDeleteAction. process(BulkAttachmentDeleteContext context, AttachmentIdentifier attachmentIdentifier)
Methods in com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete with parameters of type AttachmentIdentifier Modifier and Type Method Description @NonNull BulkAction.Result<BulkAttachmentDeleteContext,AttachmentIdentifier>
DefaultBulkAttachmentDelete.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 AttachmentIdentifier Modifier and Type Class Description class
AllLatestVersionAttachmentIdentifier
Get all latest attachment of a container This will load attachment in a batch (default is 100)class
AttachmentRefIdentifier
Get Attachment using specific version.class
DefaultAttachmentIdentifier
Simple wrapper of an attachmentclass
IdListAttachmentIdentifier
This will allow to get attachment by ids.class
LatestVersionWithNameMineTypeAttachmentIdentifier
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 AttachmentIdentifier Modifier and Type Method Description protected 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 AttachmentIdentifier Modifier and Type Method Description List<AttachmentIdentifier>
AllLatestVersionAttachmentIdentifier. getAttachmentIdentifiedList()
List<AttachmentIdentifier>
AttachmentRefIdentifier. getAttachmentIdentifiedList()
List<AttachmentIdentifier>
IdListAttachmentIdentifier. getAttachmentIdentifiedList()
protected List<AttachmentIdentifier>
AllLatestVersionAttachmentIdentifier. getAttachmentIdentifiers(AbstractPage abstractPage)
-