|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentNameMatch | |
|---|---|
| com.atlassian.confluence.plugins.quicknav.admin | |
| com.atlassian.confluence.search.actions.json | |
| com.atlassian.confluence.search.contentnames | |
| Uses of ContentNameMatch in com.atlassian.confluence.plugins.quicknav.admin |
|---|
| Methods in com.atlassian.confluence.plugins.quicknav.admin that return types with arguments of type ContentNameMatch | |
|---|---|
java.util.List<ContentNameMatch> |
AdminItemSearchSectionProvider.searchAdminItems(java.util.List<QueryToken> queryTokens)
Finds all admin web items that match the given query and returns them in as a list of ContentNameMatchs
to be consumed by ContentNameSearchAction. |
| Uses of ContentNameMatch in com.atlassian.confluence.search.actions.json |
|---|
| Methods in com.atlassian.confluence.search.actions.json that return types with arguments of type ContentNameMatch | |
|---|---|
java.util.List<java.util.List<ContentNameMatch>> |
ContentNameSearchResult.getContentNameMatches()
Each sub-list within the returned list will have results of the same 'category'. |
| Method parameters in com.atlassian.confluence.search.actions.json with type arguments of type ContentNameMatch | |
|---|---|
void |
ContentNameSearchResult.addMatchGroup(java.util.List<ContentNameMatch> matchGroup)
Add a grouped list of matches. |
| Uses of ContentNameMatch in com.atlassian.confluence.search.contentnames |
|---|
| Methods in com.atlassian.confluence.search.contentnames that return types with arguments of type ContentNameMatch | |
|---|---|
java.util.List<ContentNameMatch> |
ContentNameSearchSection.getResults()
|
| Constructor parameters in com.atlassian.confluence.search.contentnames with type arguments of type ContentNameMatch | |
|---|---|
ContentNameSearchSection(java.lang.Integer weight,
java.util.List<ContentNameMatch> results)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||