Uses of Class
com.atlassian.confluence.api.model.search.SearchContext
-
Packages that use SearchContext Package Description com.atlassian.confluence.api.model.search com.atlassian.confluence.api.service.search com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API. -
-
Uses of SearchContext in com.atlassian.confluence.api.model.search
Fields in com.atlassian.confluence.api.model.search declared as SearchContext Modifier and Type Field Description static SearchContextSearchContext. EMPTYMethods in com.atlassian.confluence.api.model.search that return SearchContext Modifier and Type Method Description SearchContextSearchContext.Builder. build()static SearchContextSearchContext. deserialize(String searchContextJson, org.codehaus.jackson.map.ObjectMapper objectMapper)SearchContextSearchOptions. getSearchContext()Methods in com.atlassian.confluence.api.model.search with parameters of type SearchContext Modifier and Type Method Description SearchOptions.BuilderSearchOptions.Builder. searchContext(SearchContext searchContext) -
Uses of SearchContext in com.atlassian.confluence.api.service.search
Methods in com.atlassian.confluence.api.service.search with parameters of type SearchContext Modifier and Type Method Description intCQLSearchService. countContent(String cqlInput, SearchContext searchContext)Execute a CQL search query and fetch the number of results found.PageResponse<Content>CQLSearchService. searchContent(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions)Execute a CQL search query and fetch a page results. -
Uses of SearchContext in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client with parameters of type SearchContext Modifier and Type Method Description intRemoteCQLSearchService. countContent(String cql, SearchContext searchContext)Deprecated.since 7.0.1.intRemoteCQLSearchServiceImpl. countContent(String cql, SearchContext searchContext)CompletionStage<Integer>RemoteCQLSearchService. countContentCompletionStage(String cql, SearchContext searchContext)CompletionStage<Integer>RemoteCQLSearchServiceImpl. countContentCompletionStage(String cql, SearchContext searchContext)com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteCQLSearchService. searchContent(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<PageResponse<Content>>RemoteCQLSearchServiceImpl. searchContent(String cqlInput, SearchContext searchContext, PageRequest request, Expansion... expansions)Deprecated.since 7.0.1.CompletionStage<SearchPageResponse<Content>>RemoteCQLSearchService. searchContentCompletionStage(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions)CompletionStage<SearchPageResponse<Content>>RemoteCQLSearchServiceImpl. searchContentCompletionStage(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions)
-