Uses of Class
com.atlassian.confluence.search.contentnames.ContentNameSearchSection
-
Packages that use ContentNameSearchSection Package Description com.atlassian.confluence.plugins.quicknav.admin com.atlassian.confluence.search.contentnames -
-
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. COMPARATORMethods 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 ofContentNameSearchSections that in some way match the query.Collection<ContentNameSearchSection>DefaultContentNameSearchSectionsProvider. getSections(List<QueryToken> queryTokens, ContentNameSearchContext context)
-