Uses of Class
com.atlassian.confluence.search.contentnames.ContentNameSearchContext
Packages that use ContentNameSearchContext
Package
Description
-
Uses of ContentNameSearchContext in com.atlassian.confluence.impl.search.contentnames
Methods in com.atlassian.confluence.impl.search.contentnames with parameters of type ContentNameSearchContextModifier and TypeMethodDescriptionDefaultContentNameSearchSectionsProvider.getSections
(List<QueryToken> queryTokens, ContentNameSearchContext context) DefaultContentNameSearchService.search
(String query, ContentNameSearchContext context) -
Uses of ContentNameSearchContext in com.atlassian.confluence.search.contentnames
Methods in com.atlassian.confluence.search.contentnames that return ContentNameSearchContextModifier and TypeMethodDescriptionContentNameSearchContext.setSearchContext
(SearchContext searchContext) Methods in com.atlassian.confluence.search.contentnames with parameters of type ContentNameSearchContextModifier and TypeMethodDescription@Nullable Collection<ContentNameSearchSection>
ContentNameSearchSectionsProvider.getSections
(List<QueryToken> queryTokens, ContentNameSearchContext context) For the given query tokens the method should return a collection ofContentNameSearchSection
s that in some way match the query.ContentNameSearchService.search
(String query, ContentNameSearchContext context) This performs a content name search in Confluence and returns the results.