Uses of Class
com.atlassian.confluence.api.model.search.SearchResult
-
Packages that use SearchResult 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. -
-
Uses of SearchResult in com.atlassian.confluence.api.model.search
Subclasses of SearchResult in com.atlassian.confluence.api.model.search Modifier and Type Class Description class
ContentSearchResult
class
SpaceSearchResult
class
UserSearchResult
Methods in com.atlassian.confluence.api.model.search that return SearchResult Modifier and Type Method Description SearchResult<T>
SearchResult.Builder. build()
-
Uses of SearchResult in com.atlassian.confluence.api.service.search
Methods in com.atlassian.confluence.api.service.search that return types with arguments of type SearchResult Modifier and Type Method Description SearchPageResponse<SearchResult>
CQLSearchService. search(String cqlInput, SearchOptions searchOptions, PageRequest pageRequest, Expansion... expansions)
Execute a CQL search query and fetch a page of results. -
Uses of SearchResult in com.atlassian.confluence.plugins.restapi.experimental.resources
Methods in com.atlassian.confluence.plugins.restapi.experimental.resources that return types with arguments of type SearchResult Modifier and Type Method 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)
-
Uses of SearchResult in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return types with arguments of type SearchResult Modifier and Type Method 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) -
Uses of SearchResult in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type SearchResult Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<SearchPageResponse<SearchResult>>
RemoteCQLSearchService. search(String cql, SearchOptions searchOptions, PageRequest pageRequest, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<SearchPageResponse<SearchResult>>
RemoteCQLSearchService. searchCompletionStage(String cql, SearchOptions searchOptions, PageRequest pageRequest, Expansion... expansions)
CompletionStage<SearchPageResponse<SearchResult>>
RemoteCQLSearchServiceImpl. searchCompletionStage(String cql, SearchOptions searchOptions, PageRequest pageRequest, Expansion... expansions)
-