Uses of Interface
com.atlassian.confluence.search.v2.SearchableAttachment
Packages that use SearchableAttachment
Package
Description
-
Uses of SearchableAttachment in com.atlassian.confluence.impl.search.v2.extractor
Methods in com.atlassian.confluence.impl.search.v2.extractor with parameters of type SearchableAttachmentModifier and TypeMethodDescriptionprotected String
LimitedTextContentExtractor.extractText
(InputStream is, SearchableAttachment attachment) -
Uses of SearchableAttachment in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement SearchableAttachmentModifier and TypeClassDescriptionclass
final record
A wrapper around anAttachment
that implements theSearchableAttachment
interface.class
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchableAttachment in com.atlassian.confluence.search.v2.extractor
Methods in com.atlassian.confluence.search.v2.extractor with parameters of type SearchableAttachmentModifier and TypeMethodDescriptionprotected @NonNull Optional<CharSequence>
BaseAttachmentContentExtractor.extractText
(SearchableAttachment attachment) protected abstract String
BaseAttachmentContentExtractor.extractText
(InputStream is, SearchableAttachment attachment)
Attachment
directly.