Uses of Interface
com.atlassian.confluence.index.attachment.AttachmentTextExtractor
Packages that use AttachmentTextExtractor
Package
Description
-
Uses of AttachmentTextExtractor in com.atlassian.confluence.internal.index.attachment
Methods in com.atlassian.confluence.internal.index.attachment that return types with arguments of type AttachmentTextExtractorMethods in com.atlassian.confluence.internal.index.attachment with parameters of type AttachmentTextExtractorModifier and TypeMethodDescriptionbooleanShouldExtractAttachmentTextPredicate.test(AttachmentTextExtractor textExtractor, Attachment attachment) Constructor parameters in com.atlassian.confluence.internal.index.attachment with type arguments of type AttachmentTextExtractorModifierConstructorDescriptionDelegatingAttachmentTextExtractor(Supplier<Stream<AttachmentTextExtractor>> pluginAttachmentTextExtractorsProvider, BiPredicate<AttachmentTextExtractor, Attachment> shouldExtractPredicate) DelegatingAttachmentTextExtractor(Supplier<Stream<AttachmentTextExtractor>> pluginAttachmentTextExtractorsProvider, BiPredicate<AttachmentTextExtractor, Attachment> shouldExtractPredicate) -
Uses of AttachmentTextExtractor in com.atlassian.confluence.internal.search.extractor2
Classes in com.atlassian.confluence.internal.search.extractor2 that implement AttachmentTextExtractor -
Uses of AttachmentTextExtractor in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return AttachmentTextExtractorModifier and TypeMethodDescriptionAttachmentTextExtractorModuleDescriptor.createModule()AttachmentTextExtractorModuleDescriptor.getModule()