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 TypeInterfaceDescriptioninterfaceThis 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 TypeClassDescriptionclassGet all latest attachment of a container This will load attachment in a batch (default is 100)classGet Attachment using specific version.classSimple wrapper of an attachmentclassThis will allow to get attachment by ids.classSimilar toAllLatestVersionAttachmentIdentifierbut 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 AttachmentIdentifierAllLatestVersionAttachmentIdentifier.getNextBatch(int previousOutputSize) protected AttachmentIdentifierLatestVersionWithNameMineTypeAttachmentIdentifier.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)