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 interfaceContainerAttachmentIdentifierThis 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 classAllLatestVersionAttachmentIdentifierGet all latest attachment of a container This will load attachment in a batch (default is 100)classAttachmentRefIdentifierGet Attachment using specific version.classDefaultAttachmentIdentifierSimple wrapper of an attachmentclassIdListAttachmentIdentifierThis will allow to get attachment by ids.classLatestVersionWithNameMineTypeAttachmentIdentifierSimilar toAllLatestVersionAttachmentIdentifierbut 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 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 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)
-