Uses of Class
com.atlassian.confluence.internal.index.attachment.PluginAttachmentTextExtractorsProvider
Packages that use PluginAttachmentTextExtractorsProvider
Package
Description
-
Uses of PluginAttachmentTextExtractorsProvider in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type PluginAttachmentTextExtractorsProviderModifierConstructorDescriptionAttachmentExtractedTextServiceImpl(AttachmentManagerInternal attachmentManager, ContentEntityManager contentEntityManager, PermissionManager permissionManager, AttachmentExtractedTextManager attachmentExtractedTextManager, PluginAttachmentTextExtractorsProvider pluginAttachmentTextExtractorsProvider, ShouldExtractAttachmentTextPredicate shouldExtractAttachmentTextPredicate, ScopesRequestCacheDelegate scopesRequestCacheDelegate) -
Uses of PluginAttachmentTextExtractorsProvider in com.atlassian.confluence.impl.search.v2.extractor
Constructors in com.atlassian.confluence.impl.search.v2.extractor with parameters of type PluginAttachmentTextExtractorsProviderModifierConstructorDescriptionAttachmentExtractedTextExtractor(AttachmentExtractedTextManager attachmentExtractedTextManager, AttachmentStatusManager attachmentStatusManager, ApplicationStatusService applicationStatusService, AttachmentTextExtractionService remoteAttachmentTextExtractionService, PluginAttachmentTextExtractorsProvider pluginAttachmentTextExtractorsProvider, ShouldExtractAttachmentTextPredicate shouldExtractAttachmentTextPredicate, com.atlassian.event.api.EventPublisher eventPublisher)