Package | Description |
---|---|
com.atlassian.confluence.api.model.search | |
com.atlassian.confluence.api.service.search | |
com.atlassian.confluence.rest.client |
Modifier and Type | Field and Description |
---|---|
static SearchContext |
SearchContext.EMPTY |
Modifier and Type | Method and Description |
---|---|
SearchContext |
SearchContext.Builder.build() |
static SearchContext |
SearchContext.deserialize(String searchContextJson,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
SearchContext |
SearchOptions.getSearchContext() |
Modifier and Type | Method and Description |
---|---|
SearchOptions.Builder |
SearchOptions.Builder.searchContext(SearchContext searchContext) |
Modifier and Type | Method and Description |
---|---|
int |
CQLSearchService.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.
|
Modifier and Type | Method and Description |
---|---|
int |
RemoteCQLSearchService.countContent(String cql,
SearchContext searchContext) |
int |
RemoteCQLSearchServiceImpl.countContent(String cql,
SearchContext searchContext) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchService.searchContent(String cqlInput,
SearchContext searchContext,
PageRequest pageRequest,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<PageResponse<Content>> |
RemoteCQLSearchServiceImpl.searchContent(String cqlInput,
SearchContext searchContext,
PageRequest request,
Expansion... expansions) |
Copyright © 2003–2018 Atlassian. All rights reserved.