Uses of Interface
com.atlassian.confluence.search.v2.SearchResult
-
-
Uses of SearchResult in com.atlassian.confluence.content.render.xhtml.migration.macro
Methods in com.atlassian.confluence.content.render.xhtml.migration.macro that return types with arguments of type SearchResult Modifier and Type Method Description Iterator<SearchResult>
ContentRemigrationAction. getSearchResults()
Constructor parameters in com.atlassian.confluence.content.render.xhtml.migration.macro with type arguments of type SearchResult Constructor Description SearchResultsBatchWorkSource(SearchManager searchManager, List<SearchResult> searchResults, int batchSize, com.google.common.base.Function<Searchable,T> transformer)
-
Uses of SearchResult in com.atlassian.confluence.content.ui
Methods in com.atlassian.confluence.content.ui with parameters of type SearchResult Modifier and Type Method Description String
ApiContentUiSupport. getContentTypeI18NKey(SearchResult result)
Get the I18N key for the content that is being referred to by this search resultString
AttachmentApiContentUiSupport. getContentTypeI18NKey(SearchResult result)
String
AttachmentUiSupport. getContentTypeI18NKey(SearchResult result)
String
ContentUiSupport. getContentTypeI18NKey(SearchResult result)
Get the I18N key for the content that is being referred to by this search resultString
DefaultApiContentUiSupport. getContentTypeI18NKey(SearchResult result)
String
DefaultContentUiSupport. getContentTypeI18NKey(SearchResult result)
String
PageUiSupport. getContentTypeI18NKey(SearchResult result)
String
SimpleApiContentUiSupport. getContentTypeI18NKey(SearchResult result)
String
SimpleUiSupport. getContentTypeI18NKey(SearchResult result)
String
ApiContentUiSupport. getIconCssClass(SearchResult result)
Get the CSS class that can be applied to add an icon to some inline element describing the given result.String
AttachmentApiContentUiSupport. getIconCssClass(SearchResult result)
String
AttachmentUiSupport. getIconCssClass(SearchResult result)
String
ContentUiSupport. getIconCssClass(SearchResult result)
Get the CSS class that can be applied to add an icon to some inline element describing the given result.String
DefaultApiContentUiSupport. getIconCssClass(SearchResult result)
String
DefaultContentUiSupport. getIconCssClass(SearchResult result)
String
PageUiSupport. getIconCssClass(SearchResult result)
String
SimpleApiContentUiSupport. getIconCssClass(SearchResult result)
String
SimpleUiSupport. getIconCssClass(SearchResult result)
-
Uses of SearchResult in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions that return types with arguments of type SearchResult Modifier and Type Method Description List<SearchResult>
SearchSiteAction. getResults()
Deprecated.Methods in com.atlassian.confluence.impl.search.actions with parameters of type SearchResult Modifier and Type Method Description Summary
SearchSiteAction. getLabelsSummaryForResult(SearchResult result)
Deprecated.String
SearchSiteAction. getSummaryForResult(SearchResult result)
Deprecated.String
SearchSiteAction. getTitleForResult(SearchResult result)
Deprecated.WebInterfaceContext
SearchSiteAction. getWebInterfaceContext(SearchResult result)
Deprecated.String
SearchSiteAction. newSearchResult(SearchResult searchResult, String showExcerpts, String queryString)
Deprecated. -
Uses of SearchResult in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type SearchResult Modifier and Type Method Description static String
ExportUtils. getTitleAsFilename(SearchResult searchResult)
Utility method to return a version of the search result's title that's suitable to be used as a filename in an export.static String
ExportUtils. getTitleAsHref(SearchResult searchResult)
For a URL encoded filename to be used in a link it will need to be double encoded (since the browser will decode the single encoding when resolving the link, and we have files with encoded names on the filesystem). -
Uses of SearchResult in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type SearchResult Modifier and Type Method Description boolean
DefaultSearchResultResultRenderer. canRender(SearchResult searchResult)
String
DefaultSearchResultResultRenderer. render(SearchResult searchResult, SearchResultRenderContext renderContext)
String
DelegatedSearchResultRenderer. render(SearchResult searchResult, SearchResultRenderContext renderContext)
Render the given search result. -
Uses of SearchResult in com.atlassian.confluence.internal.search.v2.lucene
Classes in com.atlassian.confluence.internal.search.v2.lucene that implement SearchResult Modifier and Type Class Description class
LuceneSearchResult
Methods in com.atlassian.confluence.internal.search.v2.lucene that return SearchResult Modifier and Type Method Description SearchResult
LuceneSearchResultFactory. createSearchResult(org.apache.lucene.document.Document document, Optional<HitHighlighter> maybeHighlighter, Optional<String> maybeExplanation)
Constructor parameters in com.atlassian.confluence.internal.search.v2.lucene with type arguments of type SearchResult Constructor Description LuceneSearchResults(List<? extends SearchResult> results, int unfilteredResultsCount)
Deprecated.LuceneSearchResults(List<? extends SearchResult> results, int unfilteredResultsCount, SearchWithToken nextPageSearch, List<String> searchWords)
Deprecated. -
Uses of SearchResult in com.atlassian.confluence.json.jsonator
Methods in com.atlassian.confluence.json.jsonator with parameters of type SearchResult Modifier and Type Method Description Json
SearchResultJsonator. convert(SearchResult result)
-
Uses of SearchResult in com.atlassian.confluence.plugin
Methods in com.atlassian.confluence.plugin with parameters of type SearchResult Modifier and Type Method Description boolean
SearchResultRenderer. canRender(SearchResult searchResult)
Indicates if this paricular plugin can (and want) to render the given search result.String
SearchResultRenderer. render(SearchResult searchResult, SearchResultRenderContext renderContext)
Render the given search result. -
Uses of SearchResult in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Methods in com.atlassian.confluence.plugins.macros.dashboard.recentupdates that return SearchResult Modifier and Type Method Description SearchResult
RecentUpdate. getEntity()
Constructors in com.atlassian.confluence.plugins.macros.dashboard.recentupdates with parameters of type SearchResult Constructor Description RecentUpdate(SearchResult result, FriendlyDateFormatter dateFormatter, String contextPath, ContentUiSupport contentUiSupport, I18NBeanFactory i18NBeanFactory)
-
Uses of SearchResult in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers
Methods in com.atlassian.confluence.plugins.macros.dashboard.recentupdates.rest.serialisers with parameters of type SearchResult Modifier and Type Method Description void
SearchResultSerialiser. serialize(SearchResult searchResult, org.codehaus.jackson.JsonGenerator jgen, org.codehaus.jackson.map.SerializerProvider provider)
-
Uses of SearchResult in com.atlassian.confluence.plugins.opensearch
Classes in com.atlassian.confluence.plugins.opensearch that implement SearchResult Modifier and Type Class Description class
OpenSearchSearchResult
An individual search result from OpenSearch hit -
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 Modifier and Type Method Description SearchResultEntity
AttachmentEntityBuilder. build(SearchResult result)
SearchResultEntity
CustomContentEntityBuilder. build(SearchResult result)
SearchResultEntity
DefaultContentEntityBuilder. build(SearchResult result)
SearchResultEntity
PersonalInformationContentEntityBuilder. build(SearchResult result)
SearchResultEntity
SearchEntityBuilder. build(SearchResult result)
Builds a REST ContentEntity for the given search resultSearchResultEntity
SpaceEntityBuilder. build(SearchResult result)
-
Uses of SearchResult in com.atlassian.confluence.plugins.spacedirectory.rest
Methods in com.atlassian.confluence.plugins.spacedirectory.rest with parameters of type SearchResult Modifier and Type Method Description SpaceDirectoryEntity
DefaultSpaceDirectoryEntityBuilder. build(SearchResult searchResult)
SpaceDirectoryEntity
SpaceDirectoryEntityBuilder. build(SearchResult searchResult)
Build the entity of space directory -
Uses of SearchResult in com.atlassian.confluence.rpc.soap.beans
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type SearchResult Constructor Description RemoteSearchResult(SearchResult searchResult)
RemoteSearchResult(SearchResult searchResult, String query)
Construct a new RemoteSearchResult from a SearchResult and the original query -
Uses of SearchResult in com.atlassian.confluence.search.v2
Classes in com.atlassian.confluence.search.v2 that implement SearchResult Modifier and Type Class Description class
AbstractSearchResult
Abstract base implementation of SearchResult taken from LuceneSearchResult after removing dependency from Lucene classesclass
ProjectedSearchResult
Methods in com.atlassian.confluence.search.v2 that return types with arguments of type SearchResult Modifier and Type Method Description List<SearchResult>
DefaultSearchResults. getAll()
List<SearchResult>
SearchResults. getAll()
Creates a new list containing all returned search results.Iterator<SearchResult>
DefaultSearchResults. iterator()
Iterator<SearchResult>
SearchResults. iterator()
Gets an iterator to run through the returned search results.Method parameters in com.atlassian.confluence.search.v2 with type arguments of type SearchResult Modifier and Type Method Description List<Searchable>
ISearchResultConverter. convertToEntities(Iterable<SearchResult> searchResults, SearchManager.EntityVersionPolicy versionPolicy)
List<Searchable>
SearchResultConverter. convertToEntities(Iterable<SearchResult> searchResults, SearchManager.EntityVersionPolicy versionPolicy)
Constructors in com.atlassian.confluence.search.v2 with parameters of type SearchResult Constructor Description ProjectedSearchResult(SearchResult delegate, Collection<String> requestedFields)
Constructor parameters in com.atlassian.confluence.search.v2 with type arguments of type SearchResult Constructor Description DefaultSearchResults(List<? extends SearchResult> results, int unfilteredResultsCount)
DefaultSearchResults(List<? extends SearchResult> results, int unfilteredResultsCount, SearchWithToken nextPageSearch, List<String> searchWords)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.7.0DefaultSearchResults(List<? extends SearchResult> results, int unfilteredResultsCount, SearchWithToken nextPageSearch, List<String> searchWords, String searchQuery)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.7.0DefaultSearchResults(List<? extends SearchResult> results, int unfilteredResultsCount, String searchQuery)
DefaultSearchResults(List<? extends SearchResult> results, int unfilteredResultsCount, List<String> searchAfter)
-
Uses of SearchResult in com.atlassian.confluence.util.actions
Methods in com.atlassian.confluence.util.actions with parameters of type SearchResult Modifier and Type Method Description String
ContentTypesDisplayMapper. getClassName(SearchResult result)
Get the CSS class name for the supplied SearchResult.String
DisplayMapper. getClassName(SearchResult result)
Get the CSS class name for the supplied SearchResult.
-