Uses of Interface
com.atlassian.confluence.index.attachment.AttachmentTextExtractionService
-
-
Uses of AttachmentTextExtractionService in com.atlassian.confluence.impl.search.v2.extractor
Constructors in com.atlassian.confluence.impl.search.v2.extractor with parameters of type AttachmentTextExtractionService Constructor Description AttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager, AttachmentStatusManager attachmentStatusManager, ApplicationStatusService applicationStatusService, AttachmentTextExtractionService remoteAttachmentTextExtractionService, PluginAttachmentTextExtractorsProvider pluginAttachmentTextExtractorsProvider, ShouldExtractAttachmentTextPredicate shouldExtractAttachmentTextPredicate) -
Uses of AttachmentTextExtractionService in com.atlassian.confluence.internal.index.attachment
Classes in com.atlassian.confluence.internal.index.attachment that implement AttachmentTextExtractionService Modifier and Type Class Description classLocalAttachmentTextExtractionServiceService that processes attachment text extraction requests such that the requests on the same attachment will be processed sequentially.classRemoteAttachmentTextExtractionService -
Uses of AttachmentTextExtractionService in com.atlassian.confluence.search.lucene.extractor
Methods in com.atlassian.confluence.search.lucene.extractor with parameters of type AttachmentTextExtractionService Modifier and Type Method Description voidAttachmentExtractedTextExtractor. setRemoteAttachmentTextExtractionService(AttachmentTextExtractionService remoteAttachmentTextExtractionService)Deprecated.Is called by plugin system that injects attachment text extraction service into this objectConstructors in com.atlassian.confluence.search.lucene.extractor with parameters of type AttachmentTextExtractionService Constructor Description AttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager, AttachmentStatusManager attachmentStatusManager, ApplicationStatusService applicationStatusService, AttachmentTextExtractionService remoteAttachmentTextExtractionService, Function<Attachment,Boolean> shouldExtractChecker)Deprecated.
-