Uses of Class
com.atlassian.confluence.api.model.search.SearchResult
Packages that use SearchResult
Package
Description
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.searchModifier and TypeClassDescriptionfinal class
final class
final class
Methods in com.atlassian.confluence.api.model.search that return SearchResult -
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 SearchResultModifier and TypeMethodDescriptionCQLSearchService.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 -
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 -
Uses of SearchResult in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type SearchResultModifier and TypeMethodDescriptionRemoteCQLSearchService.searchCompletionStage
(String cql, SearchOptions searchOptions, PageRequest pageRequest, Expansion... expansions) RemoteCQLSearchServiceImpl.searchCompletionStage
(String cql, SearchOptions searchOptions, PageRequest pageRequest, Expansion... expansions)