Package | Description |
---|---|
com.atlassian.confluence.api.model.search | |
com.atlassian.confluence.api.service.search | |
com.atlassian.confluence.plugins.restapi.experimental.resources | |
com.atlassian.confluence.plugins.restapi.resources | |
com.atlassian.confluence.rest.client |
This package contains the code which communicates with Confluence via REST API.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentSearchResult |
class |
SpaceSearchResult |
class |
UserSearchResult |
Modifier and Type | Method and Description |
---|---|
SearchResult<T> |
SearchResult.Builder.build() |
Modifier and Type | Method and Description |
---|---|
SearchPageResponse<SearchResult> |
CQLSearchService.search(String cqlInput,
SearchOptions searchOptions,
PageRequest pageRequest,
Expansion... expansions)
Execute a CQL search query and fetch a page of results.
|
Modifier and Type | Method and Description |
---|---|
SearchPageResponse<SearchResult> |
ExperimentalSearchResource.search(String cql,
String cqlcontext,
String excerpt,
String expand,
int start,
int limit,
boolean includeArchivedSpaces,
javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
SearchPageResponse<SearchResult> |
SearchResource.search(String cql,
String cqlcontext,
String excerpt,
String expand,
int offset,
String afterOffset,
int limit,
boolean includeArchivedSpaces,
javax.ws.rs.core.UriInfo uriInfo)
Search for entities in Confluence using the Confluence Query Language (CQL)
|
Copyright © 2003–2021 Atlassian. All rights reserved.