Uses of Interface
com.atlassian.confluence.search.v2.SearchableAttachment
-
Packages that use SearchableAttachment Package Description com.atlassian.confluence.impl.search.v2.extractor com.atlassian.confluence.pages com.atlassian.confluence.search.v2.extractor -
-
Uses of SearchableAttachment in com.atlassian.confluence.impl.search.v2.extractor
Methods in com.atlassian.confluence.impl.search.v2.extractor with parameters of type SearchableAttachment Modifier and Type Method Description protected String
LimitedTextContentExtractor. extractText(InputStream is, SearchableAttachment attachment)
-
Uses of SearchableAttachment in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement SearchableAttachment Modifier and Type Class Description class
Attachment
-
Uses of SearchableAttachment in com.atlassian.confluence.search.v2.extractor
Methods in com.atlassian.confluence.search.v2.extractor with parameters of type SearchableAttachment Modifier and Type Method Description protected Optional<CharSequence>
BaseAttachmentContentExtractor. extractText(SearchableAttachment attachment)
protected abstract String
BaseAttachmentContentExtractor. extractText(InputStream is, SearchableAttachment attachment)
-