Uses of Class
com.atlassian.confluence.search.contentnames.ContentNameSearchSection
Packages that use ContentNameSearchSection
Package
Description
-
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 ContentNameSearchSectionModifier and TypeMethodDescriptionDefaultContentNameSearchSectionsProvider.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 ContentNameSearchSectionModifier and TypeFieldDescriptionstatic final Comparator<ContentNameSearchSection>
ContentNameSearchSection.COMPARATOR
Methods in com.atlassian.confluence.search.contentnames that return types with arguments of type ContentNameSearchSectionModifier and TypeMethodDescription@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.