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