Uses of Interface
com.atlassian.confluence.index.attachment.AttachmentTextExtraction
Packages that use AttachmentTextExtraction
Package
Description
-
Uses of AttachmentTextExtraction in com.atlassian.confluence.index.attachment
Methods in com.atlassian.confluence.index.attachment that return types with arguments of type AttachmentTextExtractionModifier and TypeMethodDescriptionAttachmentTextExtractionService.submit
(long attachmentId, int version) Submit a text extraction task for an attachment of the provided id and version. -
Uses of AttachmentTextExtraction in com.atlassian.confluence.internal.index.attachment
Classes in com.atlassian.confluence.internal.index.attachment that implement AttachmentTextExtractionMethods in com.atlassian.confluence.internal.index.attachment that return AttachmentTextExtractionModifier and TypeMethodDescriptionReturns emptyAttachmentTextExtraction
if an attachment has been removed or has been updated into a new version.static AttachmentTextExtraction
DefaultAttachmentTextExtraction.empty()
static AttachmentTextExtraction
DefaultAttachmentTextExtraction.of
(byte[] bytes, boolean compressed) static AttachmentTextExtraction
DefaultAttachmentTextExtraction.of
(InputStreamSource source, boolean compressed) static AttachmentTextExtraction
Methods in com.atlassian.confluence.internal.index.attachment that return types with arguments of type AttachmentTextExtractionModifier and TypeMethodDescriptionLocalAttachmentTextExtractionService.submit
(long attachmentId, int version) RemoteAttachmentTextExtractionService.submit
(long attachmentId, int version) Constructor parameters in com.atlassian.confluence.internal.index.attachment with type arguments of type AttachmentTextExtractionModifierConstructorDescriptionLocalAttachmentTextExtractionService
(BiFunction<Long, Integer, AttachmentTextExtraction> textExtractionFunction)