Uses of Interface
com.atlassian.confluence.index.attachment.AttachmentExtractedTextManager
Packages that use AttachmentExtractedTextManager
Package
Description
-
Uses of AttachmentExtractedTextManager in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type AttachmentExtractedTextManagerModifierConstructorDescriptionAttachmentExtractedTextServiceImpl
(AttachmentManagerInternal attachmentManager, ContentEntityManager contentEntityManager, PermissionManager permissionManager, AttachmentExtractedTextManager attachmentExtractedTextManager, PluginAttachmentTextExtractorsProvider pluginAttachmentTextExtractorsProvider, ShouldExtractAttachmentTextPredicate shouldExtractAttachmentTextPredicate, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of AttachmentExtractedTextManager in com.atlassian.confluence.impl.search.v2.extractor
Constructors in com.atlassian.confluence.impl.search.v2.extractor with parameters of type AttachmentExtractedTextManagerModifierConstructorDescriptionAttachmentExtractedTextExtractor
(AttachmentExtractedTextManager attachmentExtractedTextManager, AttachmentStatusManager attachmentStatusManager, ApplicationStatusService applicationStatusService, AttachmentTextExtractionService remoteAttachmentTextExtractionService, PluginAttachmentTextExtractorsProvider pluginAttachmentTextExtractorsProvider, ShouldExtractAttachmentTextPredicate shouldExtractAttachmentTextPredicate, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of AttachmentExtractedTextManager in com.atlassian.confluence.internal.index.attachment
Classes in com.atlassian.confluence.internal.index.attachment that implement AttachmentExtractedTextManagerModifier and TypeClassDescriptionclass
Note that as extracted text is stored in the filesystem in compression format, changingDataCompressor
will require the migration of extracted text into new compression format.Constructors in com.atlassian.confluence.internal.index.attachment with parameters of type AttachmentExtractedTextManagerModifierConstructorDescriptionAttachmentTextExtractionFunction
(AttachmentDao attachmentDao, AttachmentExtractedTextManager attachmentExtractedTextManager, DelegatingAttachmentTextExtractor delegatingAttachmentTextExtractor, Supplier<Boolean> shouldCompressTextExtraction)