Modifier and Type | Method and Description |
---|---|
SearchPageResponse<T> |
SearchPageResponse.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 start,
int limit,
boolean includeArchivedSpaces,
javax.ws.rs.core.UriInfo uriInfo)
Search for entities in Confluence using the Confluence Query Language (CQL)
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<SearchPageResponse<SearchResult>> |
RemoteCQLSearchServiceImpl.search(String cql,
SearchOptions searchOptions,
PageRequest pageRequest,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<SearchPageResponse<SearchResult>> |
RemoteCQLSearchService.search(String cql,
SearchOptions searchOptions,
PageRequest pageRequest,
Expansion... expansions) |
Copyright © 2003–2016 Atlassian. All rights reserved.