Uses of Class
com.atlassian.confluence.search.contentnames.ContentNameSearchSection
-
Packages that use ContentNameSearchSection Package Description com.atlassian.confluence.impl.search.contentnames com.atlassian.confluence.plugins.quicknav.admin com.atlassian.confluence.search.contentnames -
-
Uses of ContentNameSearchSection in com.atlassian.confluence.impl.search.contentnames
Methods in com.atlassian.confluence.impl.search.contentnames that return types with arguments of type ContentNameSearchSection Modifier and Type Method Description Collection<ContentNameSearchSection>
DefaultContentNameSearchSectionsProvider. getSections(List<QueryToken> queryTokens, ContentNameSearchContext context)
-
Uses of ContentNameSearchSection in com.atlassian.confluence.plugins.quicknav.admin
Methods in com.atlassian.confluence.plugins.quicknav.admin that return types with arguments of type ContentNameSearchSection Modifier and Type Method Description Collection<ContentNameSearchSection>
AdminItemSearchSectionProvider. getSections(List<QueryToken> queryTokens, ContentNameSearchContext context)
-
Uses of ContentNameSearchSection in com.atlassian.confluence.search.contentnames
Fields in com.atlassian.confluence.search.contentnames with type parameters of type ContentNameSearchSection Modifier and Type Field Description static Comparator<ContentNameSearchSection>
ContentNameSearchSection. COMPARATOR
Methods in com.atlassian.confluence.search.contentnames that return types with arguments of type ContentNameSearchSection Modifier and Type Method Description @Nullable Collection<ContentNameSearchSection>
ContentNameSearchSectionsProvider. getSections(List<QueryToken> queryTokens, ContentNameSearchContext context)
For the given query tokens the method should return a collection ofContentNameSearchSection
s that in some way match the query.
-