|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchResult | |
|---|---|
| com.atlassian.confluence.json.jsonator | |
| com.atlassian.confluence.plugin | |
| com.atlassian.confluence.plugins.rest.entities.builders | |
| com.atlassian.confluence.rpc.soap.beans | |
| com.atlassian.confluence.search | |
| com.atlassian.confluence.search.actions | |
| com.atlassian.confluence.search.v2 | Provides an extensible, flexible search API. |
| com.atlassian.confluence.search.v2.lucene | Provides a Lucene-backed implementation of the SearchManager. |
| com.atlassian.confluence.search.v2.lucene.compatibility | Backwards compatibility wrappers to bridge between the old and new search APIs |
| com.atlassian.confluence.util.actions | |
| Uses of SearchResult in com.atlassian.confluence.json.jsonator |
|---|
| Methods in com.atlassian.confluence.json.jsonator with parameters of type SearchResult | |
|---|---|
Json |
SearchResultJsonator.convert(SearchResult result)
|
| Uses of SearchResult in com.atlassian.confluence.plugin |
|---|
| Methods in com.atlassian.confluence.plugin with parameters of type SearchResult | |
|---|---|
boolean |
SearchResultRenderer.canRender(SearchResult searchResult)
Indicates if this paricular plugin can (and want) to render the given search result. |
java.lang.String |
SearchResultRenderer.render(SearchResult searchResult,
SearchResultRenderContext renderContext)
Render the given search result. |
| Uses of SearchResult in com.atlassian.confluence.plugins.rest.entities.builders |
|---|
| Methods in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type SearchResult | |
|---|---|
SearchResultEntity |
SpaceEntityBuilder.build(SearchResult result)
|
SearchResultEntity |
SearchEntityBuilder.build(SearchResult result)
|
SearchResultEntity |
PersonalInformationContentEntityBuilder.build(SearchResult result)
|
SearchResultEntity |
ContentEntityBuilder.build(SearchResult result)
|
SearchResultEntity |
AttachmentEntityBuilder.build(SearchResult result)
|
| Uses of SearchResult in com.atlassian.confluence.rpc.soap.beans |
|---|
| Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type SearchResult | |
|---|---|
RemoteSearchResult(SearchResult searchResult)
|
|
RemoteSearchResult(SearchResult searchResult,
java.lang.String query)
Construct a new RemoteSearchResult from a SearchResult and the original query |
|
| Uses of SearchResult in com.atlassian.confluence.search |
|---|
| Methods in com.atlassian.confluence.search with parameters of type SearchResult | |
|---|---|
boolean |
DefaultSearchResultResultRenderer.canRender(SearchResult searchResult)
|
java.lang.String |
DelegatedSearchResultRenderer.render(SearchResult searchResult,
SearchResultRenderContext renderContext)
Render the given search result. |
java.lang.String |
DefaultSearchResultResultRenderer.render(SearchResult searchResult,
SearchResultRenderContext renderContext)
|
| Uses of SearchResult in com.atlassian.confluence.search.actions |
|---|
| Methods in com.atlassian.confluence.search.actions that return types with arguments of type SearchResult | |
|---|---|
java.util.List<SearchResult> |
SearchSiteAction.getResults()
|
| Methods in com.atlassian.confluence.search.actions with parameters of type SearchResult | |
|---|---|
com.atlassian.bonnie.search.summary.Summary |
SearchSiteAction.getLabelsSummaryForResult(SearchResult result)
|
java.lang.String |
SearchSiteAction.getSummaryForResult(SearchResult result)
|
java.lang.String |
SearchSiteAction.getTitleForResult(SearchResult result)
|
WebInterfaceContext |
SearchSiteAction.getWebInterfaceContext(SearchResult result)
|
java.lang.String |
SearchSiteAction.newSearchResult(SearchResult searchResult,
java.lang.String showExcerpts,
java.lang.String queryString)
|
| Uses of SearchResult in com.atlassian.confluence.search.v2 |
|---|
| Methods in com.atlassian.confluence.search.v2 that return types with arguments of type SearchResult | |
|---|---|
java.util.List<SearchResult> |
SearchResults.getAll()
Creates a new list containing all returned search results. |
java.util.Iterator<SearchResult> |
SearchResults.iterator()
Gets an iterator to run through the returned search results. |
| Uses of SearchResult in com.atlassian.confluence.search.v2.lucene |
|---|
| Classes in com.atlassian.confluence.search.v2.lucene that implement SearchResult | |
|---|---|
class |
LuceneSearchResult
|
| Methods in com.atlassian.confluence.search.v2.lucene that return types with arguments of type SearchResult | |
|---|---|
java.util.List<SearchResult> |
LuceneSearchResults.getAll()
|
| Uses of SearchResult in com.atlassian.confluence.search.v2.lucene.compatibility |
|---|
| Methods in com.atlassian.confluence.search.v2.lucene.compatibility with parameters of type SearchResult | |
|---|---|
static SearchResultWithExcerpt |
SearchResultToSearchResultWithExcerptConverter.convertToSearchResultWithExcerpt(SearchResult result)
|
| Uses of SearchResult in com.atlassian.confluence.util.actions |
|---|
| Methods in com.atlassian.confluence.util.actions with parameters of type SearchResult | |
|---|---|
java.lang.String |
ContentTypesDisplayMapper.getClassName(SearchResult result)
Get the CSS class name for the supplied SearchResult. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||