Constructor and Description |
---|
AttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager,
AttachmentStatusManager attachmentStatusManager,
ApplicationStatusService applicationStatusService,
AttachmentTextExtractionService remoteAttachmentTextExtractionService,
PluginAttachmentTextExtractorsProvider pluginAttachmentTextExtractorsProvider,
ShouldExtractAttachmentTextPredicate shouldExtractAttachmentTextPredicate) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAttachmentExtractedTextManager
Note that as extracted text is stored in the filesystem in compression format, changing
DataCompressor
will require the migration of extracted text into new compression format. |
Constructor and Description |
---|
AttachmentTextExtractionFunction(AttachmentDao attachmentDao,
AttachmentExtractedTextManager attachmentExtractedTextManager,
DelegatingAttachmentTextExtractor delegatingAttachmentTextExtractor,
Supplier<Boolean> shouldCompressTextExtraction) |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentExtractedTextExtractor.setAttachmentExtractedTextManager(AttachmentExtractedTextManager attachmentExtractedTextManager)
Deprecated.
Is called by plugin system that injects attachment extracted text manager into this object.
|
Constructor and Description |
---|
AttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager,
AttachmentStatusManager attachmentStatusManager,
ApplicationStatusService applicationStatusService,
AttachmentTextExtractionService remoteAttachmentTextExtractionService,
Function<Attachment,Boolean> shouldExtractChecker)
Deprecated.
|
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences