Uses of Class
com.atlassian.confluence.search.contentnames.ContentNameSearchContext
-
Packages that use ContentNameSearchContext Package Description com.atlassian.confluence.plugins.quicknav.admin com.atlassian.confluence.search.contentnames -
-
Uses of ContentNameSearchContext in com.atlassian.confluence.plugins.quicknav.admin
Methods in com.atlassian.confluence.plugins.quicknav.admin with parameters of type ContentNameSearchContext Modifier and Type Method Description Collection<ContentNameSearchSection>AdminItemSearchSectionProvider. getSections(List<QueryToken> queryTokens, ContentNameSearchContext context) -
Uses of ContentNameSearchContext in com.atlassian.confluence.search.contentnames
Methods in com.atlassian.confluence.search.contentnames with parameters of type ContentNameSearchContext Modifier and Type Method Description @Nullable Collection<ContentNameSearchSection>ContentNameSearchSectionsProvider. getSections(List<QueryToken> queryTokens, ContentNameSearchContext context)For the given query tokens the method should return a collection ofContentNameSearchSections that in some way match the query.Collection<ContentNameSearchSection>DefaultContentNameSearchSectionsProvider. getSections(List<QueryToken> queryTokens, ContentNameSearchContext context)default ContentNameSearchResultContentNameSearchService. search(String query, ContentNameSearchContext context)This performs a content name search in Confluence and returns the results.ContentNameSearchResultDefaultContentNameSearchService. search(String query, ContentNameSearchContext context)
-