Uses of Class
com.atlassian.confluence.search.actions.json.ContentNameMatch
Packages that use ContentNameMatch
Package
Description
-
Uses of ContentNameMatch in com.atlassian.confluence.internal.search.contentnames.v2
Methods in com.atlassian.confluence.internal.search.contentnames.v2 that return ContentNameMatchModifier and TypeMethodDescriptionDefaultSearchResultTransformer.apply
(SearchResult searchResult) Constructor parameters in com.atlassian.confluence.internal.search.contentnames.v2 with type arguments of type ContentNameMatchModifierConstructorDescriptionCoreContentNameSearchSectionSpecsProvider
(Function<SearchResult, ContentNameMatch> defaultSearchResultTransformer) -
Uses of ContentNameMatch in com.atlassian.confluence.search.actions.json
Methods in com.atlassian.confluence.search.actions.json that return types with arguments of type ContentNameMatchModifier and TypeMethodDescriptionContentNameSearchResult.getContentNameMatches()
Each sub-list within the returned list will have results of the same 'category'.Method parameters in com.atlassian.confluence.search.actions.json with type arguments of type ContentNameMatchModifier and TypeMethodDescriptionvoid
ContentNameSearchResult.addMatchGroup
(List<ContentNameMatch> matchGroup) Add a grouped list of matches. -
Uses of ContentNameMatch in com.atlassian.confluence.search.contentnames
Methods in com.atlassian.confluence.search.contentnames that return types with arguments of type ContentNameMatchModifier and TypeMethodDescriptionContentNameSearchSection.getResults()
ContentNameSearchSectionSpec.getSearchResultTransformer()
Returns a function that transforms aSearchResult
intoContentNameMatch
.Constructor parameters in com.atlassian.confluence.search.contentnames with type arguments of type ContentNameMatchModifierConstructorDescriptionContentNameSearchSection
(@NonNull Integer weight, @NonNull List<ContentNameMatch> results)