Uses of Class
com.atlassian.confluence.search.contentnames.ContentNameSearchContext

Packages that use ContentNameSearchContext
com.atlassian.confluence.plugins.quicknav.admin   
com.atlassian.confluence.search.contentnames   
 

Uses of ContentNameSearchContext in com.atlassian.confluence.plugins.quicknav.admin
 

Methods in com.atlassian.confluence.plugins.quicknav.admin with parameters of type ContentNameSearchContext
 java.util.Collection<ContentNameSearchSection> AdminItemSearchSectionProvider.getSections(java.util.List<QueryToken> queryTokens, ContentNameSearchContext context)
           
 

Uses of ContentNameSearchContext in com.atlassian.confluence.search.contentnames
 

Methods in com.atlassian.confluence.search.contentnames with parameters of type ContentNameSearchContext
 java.util.Collection<ContentNameSearchSection> DefaultContentNameSearchSectionsProvider.getSections(java.util.List<QueryToken> queryTokens, ContentNameSearchContext context)
           
 java.util.Collection<ContentNameSearchSection> ContentNameSearchSectionsProvider.getSections(java.util.List<QueryToken> queryTokens, ContentNameSearchContext context)
          For the given query tokens the method should return a collection of ContentNameSearchSections that in some way match the query.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.