Uses of Interface
com.atlassian.confluence.index.attachment.AttachmentTextExtractionService
-
Packages that use AttachmentTextExtractionService Package Description com.atlassian.confluence.impl.search.v2.extractor com.atlassian.confluence.internal.index.attachment -
-
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 class
LocalAttachmentTextExtractionService
Service that processes attachment text extraction requests such that the requests on the same attachment will be processed sequentially.class
RemoteAttachmentTextExtractionService
-