Uses of Class
com.atlassian.confluence.search.actions.json.ContentNameMatch
-
Packages that use ContentNameMatch Package Description com.atlassian.confluence.internal.search.contentnames.v2 com.atlassian.confluence.search.actions.json com.atlassian.confluence.search.contentnames -
-
Uses of ContentNameMatch in com.atlassian.confluence.internal.search.contentnames.v2
Methods in com.atlassian.confluence.internal.search.contentnames.v2 that return ContentNameMatch Modifier and Type Method Description ContentNameMatchDefaultSearchResultTransformer. apply(SearchResult searchResult)Constructor parameters in com.atlassian.confluence.internal.search.contentnames.v2 with type arguments of type ContentNameMatch Constructor Description CoreContentNameSearchSectionSpecsProvider(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 ContentNameMatch Modifier and Type Method Description List<List<ContentNameMatch>>ContentNameSearchResult. 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 ContentNameMatch Modifier and Type Method Description voidContentNameSearchResult. 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 ContentNameMatch Modifier and Type Method Description List<ContentNameMatch>ContentNameSearchSection. getResults()Function<SearchResult,ContentNameMatch>ContentNameSearchSectionSpec. getSearchResultTransformer()Returns a function that transforms aSearchResultintoContentNameMatch.Constructor parameters in com.atlassian.confluence.search.contentnames with type arguments of type ContentNameMatch Constructor Description ContentNameSearchSection(@NonNull Integer weight, @NonNull List<ContentNameMatch> results)
-