Uses of Class
com.atlassian.confluence.core.SearchContext
Packages that use SearchContext
Package
Description
Provides an extensible, flexible search API.
-
Uses of SearchContext in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return SearchContextModifier and TypeMethodDescriptionstatic SearchContext
SearchContext.getDefaultSearchContext()
static SearchContext
SearchContext.getSearchContext
(boolean shouldPermissionExempt) -
Uses of SearchContext in com.atlassian.confluence.impl.search.v2
Methods in com.atlassian.confluence.impl.search.v2 that return SearchContextMethods in com.atlassian.confluence.impl.search.v2 with parameters of type SearchContextModifier and TypeMethodDescriptionDefaultSiteSearchPermissionsQueryFactory.create
(SearchContext searchContext) SiteSearchPermissionsFilteredQueryFactory.create
(SearchContext searchContext) Constructors in com.atlassian.confluence.impl.search.v2 with parameters of type SearchContext -
Uses of SearchContext in com.atlassian.confluence.search.contentnames
Methods in com.atlassian.confluence.search.contentnames that return SearchContextMethods in com.atlassian.confluence.search.contentnames with parameters of type SearchContextModifier and TypeMethodDescriptiondefault Map<Category,
List<SearchResult>> ContentNameSearcher.search
(SearchContext searchContext, List<QueryToken> queryTokens, ResultTemplate grouping, String... spaceKeys) Search returning results in the specified space andResultTemplate
ContentNameSearcher.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 andResultTemplate
include pagination and search parent name support.ContentNameSearchContext.setSearchContext
(SearchContext searchContext) -
Uses of SearchContext in com.atlassian.confluence.search.service
Methods in com.atlassian.confluence.search.service that return SearchContextMethods in com.atlassian.confluence.search.service with parameters of type SearchContextModifier and TypeMethodDescriptionvoid
SearchQueryParameters.setSearchContext
(SearchContext searchContext) -
Uses of SearchContext in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 with parameters of type SearchContextModifier and TypeMethodDescriptionSiteSearchPermissionsQueryFactory.create
(SearchContext searchContext)