Uses of Class
com.atlassian.confluence.api.model.search.SearchContext
Packages that use SearchContext
Package
Description
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 SearchContextMethods in com.atlassian.confluence.api.model.search that return SearchContextModifier and TypeMethodDescriptionSearchContext.Builder.build()
static SearchContext
SearchContext.deserialize
(String searchContextJson, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static SearchContext
SearchContext.deserializeJackson2
(String searchContextJson, com.fasterxml.jackson.databind.ObjectMapper objectMapper) SearchOptions.getSearchContext()
Methods in com.atlassian.confluence.api.model.search with parameters of type SearchContextModifier and TypeMethodDescriptionSearchOptions.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 SearchContextModifier and TypeMethodDescriptionint
CQLSearchService.countContent
(String cqlInput, SearchContext searchContext) Execute a CQL search query and fetch the number of results found.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 SearchContextModifier and TypeMethodDescriptionint
RemoteCQLSearchService.countContent
(String cql, SearchContext searchContext) Deprecated.since 9.0.int
RemoteCQLSearchServiceImpl.countContent
(String cql, SearchContext searchContext) RemoteCQLSearchService.countContentCompletionStage
(String cql, SearchContext searchContext) RemoteCQLSearchServiceImpl.countContentCompletionStage
(String cql, SearchContext searchContext) RemoteCQLSearchService.searchContentCompletionStage
(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions) RemoteCQLSearchServiceImpl.searchContentCompletionStage
(String cqlInput, SearchContext searchContext, PageRequest pageRequest, Expansion... expansions) -
Uses of SearchContext in com.atlassian.confluence.rest.serialization.jackson2
Methods in com.atlassian.confluence.rest.serialization.jackson2 that return SearchContextModifier and TypeMethodDescriptionstatic SearchContext
SearchContextSerialization.deserializeSearchContext
(@Nullable String searchContextJson, com.fasterxml.jackson.databind.ObjectMapper objectMapper) We explicitly serialize the JSON blob here as more elegant parsing requires the ParamConverterProvider available in JAX-RS 2.0