public interface ContentNameSearchSectionsProvider
getSections(java.util.List, ContentNameSearchContext)
is being called and the results are used populate the quick nav.Modifier and Type | Method and Description |
---|---|
Collection<ContentNameSearchSection> |
getSections(List<QueryToken> queryTokens,
ContentNameSearchContext context)
For the given query tokens the method should return a collection of
ContentNameSearchSection s that in
some way match the query. |
Collection<ContentNameSearchSection> getSections(List<QueryToken> queryTokens, ContentNameSearchContext context)
ContentNameSearchSection
s that in
some way match the query.queryTokens
- the query as tokenized by Confluencecontext
- ContentNameSearchSection
s to be included in the quick nav result or null if nothing should be
includedCopyright © 2003–2015 Atlassian. All rights reserved.