Uses of Class
com.atlassian.confluence.search.contentnames.QueryToken
Packages that use QueryToken
Package
Description
-
Uses of QueryToken in com.atlassian.confluence.impl.search.contentnames
Method parameters in com.atlassian.confluence.impl.search.contentnames with type arguments of type QueryTokenModifier and TypeMethodDescriptionDefaultContentNameSearchSectionsProvider.getSections(List<QueryToken> queryTokens, ContentNameSearchContext context) -
Uses of QueryToken in com.atlassian.confluence.impl.search.contentnames.lucene
Methods in com.atlassian.confluence.impl.search.contentnames.lucene that return types with arguments of type QueryToken -
Uses of QueryToken in com.atlassian.confluence.search.actions.json
Method parameters in com.atlassian.confluence.search.actions.json with type arguments of type QueryTokenModifier and TypeMethodDescriptionvoidContentNameSearchResult.setQueryTokens(List<QueryToken> queryTokens) -
Uses of QueryToken in com.atlassian.confluence.search.contentnames
Methods in com.atlassian.confluence.search.contentnames that return types with arguments of type QueryTokenModifier and TypeMethodDescriptionProduces query tokens from the specified query.Method parameters in com.atlassian.confluence.search.contentnames with type arguments of type QueryTokenModifier and TypeMethodDescription@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.default Map<Category, List<SearchResult>> ContentNameSearcher.search(SearchContext searchContext, List<QueryToken> queryTokens, ResultTemplate grouping, String... spaceKeys) Search returning results in the specified space andResultTemplatedefault Map<Category, List<SearchResult>> ContentNameSearcher.search(List<QueryToken> queryTokens) Search and expect results using the Confluence defaultResultTemplate.default Map<Category, List<SearchResult>> ContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate grouping) Search returning results meeting the specifiedResultTemplate.default Map<Category, List<SearchResult>> ContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate grouping, String... spaceKeys) Search returning results in the specified space andResultTemplateContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate grouping, Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, Integer pageSize, Map<String, Object> params, SearchContext searchContext, String... spaceKeys) Search returning results in the specified space andResultTemplateinclude pagination and search parent name support.default Map<Category, List<SearchResult>> ContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate grouping, Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, Integer pageSize, Map<String, Object> params, String... spaceKeys) Search returning results in the specified space andResultTemplateinclude pagination and search parent name support.default Map<Category, List<SearchResult>> ContentNameSearcher.search(List<QueryToken> queryTokens, ResultTemplate resultTemplate, Set<Attachment.Type> attachmentTypes, String... spaceKeys) Search returning results in the specified space andResultTemplateContentNameSearcher.searchNoCategorisation(List<QueryToken> queryTokens, ResultTemplate results, Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, Integer pageSize, Map<String, Object> params, String... spaceKeys) Search returning results in the specified space andResultTemplateinclude pagination and search parent name support.