| Package | Description |
|---|---|
| com.atlassian.confluence.plugins.quicknav.admin | |
| com.atlassian.confluence.search.contentnames |
| Modifier and Type | Method and Description |
|---|---|
Collection<ContentNameSearchSection> |
AdminItemSearchSectionProvider.getSections(List<QueryToken> queryTokens,
ContentNameSearchContext context) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ContentNameSearchSection> |
DefaultContentNameSearchSectionsProvider.getSections(List<QueryToken> queryTokens,
ContentNameSearchContext context) |
@Nullable Collection<ContentNameSearchSection> |
ContentNameSearchSectionsProvider.getSections(List<QueryToken> queryTokens,
ContentNameSearchContext context)
For the given query tokens the method should return a collection of
ContentNameSearchSections that in
some way match the query. |
default ContentNameSearchResult |
ContentNameSearchService.search(String query,
ContentNameSearchContext context)
This performs a content name search in Confluence and returns the results.
|
ContentNameSearchResult |
DefaultContentNameSearchService.search(String query,
ContentNameSearchContext context) |
Copyright © 2003–2020 Atlassian. All rights reserved.