Uses of Class
com.atlassian.confluence.search.contentnames.QueryToken
-
-
Uses of QueryToken in com.atlassian.confluence.impl.search.contentnames
Method parameters in com.atlassian.confluence.impl.search.contentnames with type arguments of type QueryToken Modifier and Type Method Description Collection<ContentNameSearchSection>
DefaultContentNameSearchSectionsProvider. 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 Modifier and Type Method Description List<QueryToken>
LuceneQueryTokenizer. tokenize(String query)
-
Uses of QueryToken in com.atlassian.confluence.plugins.quicknav.admin
Method parameters in com.atlassian.confluence.plugins.quicknav.admin with type arguments of type QueryToken Modifier and Type Method Description Collection<ContentNameSearchSection>
AdminItemSearchSectionProvider. getSections(List<QueryToken> queryTokens, ContentNameSearchContext context)
-
Uses of QueryToken in com.atlassian.confluence.search.actions.json
Method parameters in com.atlassian.confluence.search.actions.json with type arguments of type QueryToken Modifier and Type Method Description void
ContentNameSearchResult. 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 QueryToken Modifier and Type Method Description List<QueryToken>
QueryTokenizer. tokenize(String query)
Produces query tokens from the specified query.Method parameters in com.atlassian.confluence.search.contentnames with type arguments of type QueryToken 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.default 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 andResultTemplate
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 andResultTemplate
include 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 andResultTemplate
List<SearchResult>
ContentNameSearcher. 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 andResultTemplate
include pagination and search parent name support.
-