Package com.atlassian.confluence.internal.index.attachment
-
Interface Summary Interface Description AttachmentStatusManager Attachment status manager. -
Class Summary Class Description AttachmentExtractedTextHelper AttachmentTextExtractionFunction A function that enables transaction demarcation around attachment text extraction.DefaultAttachmentExtractedTextManager Note that as extracted text is stored in the filesystem in compression format, changingDataCompressor
will require the migration of extracted text into new compression format.DefaultAttachmentStatusManager DefaultAttachmentTextExtraction DelegatingAttachmentTextExtractor The entry point for all attachment text extractors.LocalAttachmentTextExtractionService Service that processes attachment text extraction requests such that the requests on the same attachment will be processed sequentially.PluginAttachmentTextExtractorsProvider Provides a list of available attachment text extractors which are classes implementingAttachmentTextExtractor
and registered according toAttachmentTextExtractorModuleDescriptor
.RemoteAttachmentTextExtractionService ShouldCompressAttachmentTextExtraction ShouldExtractAttachmentTextPredicate -
Enum Summary Enum Description AttachmentStatus Attachment status reflects the result of attachment content extraction operation, which is a part of content indexing operation.