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

Packages that use ContentNameMatch
com.atlassian.confluence.search.actions.json   
com.atlassian.confluence.search.contentnames   
 

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)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.