Uses of Class
com.atlassian.confluence.search.actions.json.ContentNameMatch

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
 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 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
 List<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(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
 List<ContentNameMatch> ContentNameSearchSection.getResults()
           
 

Constructor parameters in com.atlassian.confluence.search.contentnames with type arguments of type ContentNameMatch
ContentNameSearchSection(Integer weight, List<ContentNameMatch> results)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.