Package | Description |
---|---|
com.atlassian.confluence.internal.index.attachment | |
com.atlassian.confluence.search.lucene.extractor |
Modifier and Type | Class and Description |
---|---|
class |
LocalAttachmentTextExtractionService
Service that processes attachment text extraction requests such that the requests on the same attachment will be
processed sequentially.
|
class |
RemoteAttachmentTextExtractionService |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentExtractedTextExtractor.setRemoteAttachmentTextExtractionService(AttachmentTextExtractionService remoteAttachmentTextExtractionService)
Is called by plugin system that injects attachment text extraction service into this object
|
Constructor and Description |
---|
AttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager,
AttachmentStatusManager attachmentStatusManager,
ApplicationStatusService applicationStatusService,
AttachmentTextExtractionService remoteAttachmentTextExtractionService,
Function<Attachment,Boolean> shouldExtractChecker) |
Copyright © 2003–2020 Atlassian. All rights reserved.