Package | Description |
---|---|
com.atlassian.confluence.plugins.quicknav.admin | |
com.atlassian.confluence.search.actions.json | |
com.atlassian.confluence.search.contentnames |
Modifier and Type | Method and Description |
---|---|
List<ContentNameMatch> |
AdminItemSearchSectionProvider.searchAdminItems(List<QueryToken> queryTokens)
Finds all admin web items that match the given query and returns them in as a list of
ContentNameMatch s
to be consumed by ContentNameSearchAction . |
Modifier and Type | Method and Description |
---|---|
List<List<ContentNameMatch>> |
ContentNameSearchResult.getContentNameMatches()
Each sub-list within the returned list will have results of the same 'category'.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentNameSearchResult.addMatchGroup(List<ContentNameMatch> matchGroup)
Add a grouped list of matches.
|
Modifier and Type | Method and Description |
---|---|
List<ContentNameMatch> |
ContentNameSearchSection.getResults() |
Constructor and Description |
---|
ContentNameSearchSection(Integer weight,
List<ContentNameMatch> results) |
Copyright © 2003–2017 Atlassian. All rights reserved.