| Constructor and Description |
|---|
AttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager,
AttachmentStatusManager attachmentStatusManager,
ApplicationStatusService applicationStatusService,
AttachmentTextExtractionService remoteAttachmentTextExtractionService,
PluginAttachmentTextExtractorsProvider pluginAttachmentTextExtractorsProvider,
ShouldExtractAttachmentTextPredicate shouldExtractAttachmentTextPredicate) |
| 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)
Deprecated.
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)
Deprecated.
|
Copyright © 2003–2022 Atlassian. All rights reserved.