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 StringApiContentUiSupport. getContentTypeI18NKey(SearchResult result)Get the I18N key for the content that is being referred to by this search resultStringAttachmentApiContentUiSupport. getContentTypeI18NKey(SearchResult result)StringAttachmentUiSupport. getContentTypeI18NKey(SearchResult result)StringContentUiSupport. getContentTypeI18NKey(SearchResult result)Get the I18N key for the content that is being referred to by this search resultStringDefaultApiContentUiSupport. getContentTypeI18NKey(SearchResult result)StringDefaultContentUiSupport. getContentTypeI18NKey(SearchResult result)StringPageUiSupport. getContentTypeI18NKey(SearchResult result)StringSimpleApiContentUiSupport. getContentTypeI18NKey(SearchResult result)StringSimpleUiSupport. getContentTypeI18NKey(SearchResult result)StringApiContentUiSupport. getIconCssClass(SearchResult result)Get the CSS class that can be applied to add an icon to some inline element describing the given result.StringAttachmentApiContentUiSupport. getIconCssClass(SearchResult result)StringAttachmentUiSupport. getIconCssClass(SearchResult result)StringContentUiSupport. getIconCssClass(SearchResult result)Get the CSS class that can be applied to add an icon to some inline element describing the given result.StringDefaultApiContentUiSupport. getIconCssClass(SearchResult result)StringDefaultContentUiSupport. getIconCssClass(SearchResult result)StringPageUiSupport. getIconCssClass(SearchResult result)StringSimpleApiContentUiSupport. getIconCssClass(SearchResult result)StringSimpleUiSupport. 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 SummarySearchSiteAction. getLabelsSummaryForResult(SearchResult result)Deprecated.StringSearchSiteAction. getSummaryForResult(SearchResult result)Deprecated.StringSearchSiteAction. getTitleForResult(SearchResult result)Deprecated.WebInterfaceContextSearchSiteAction. getWebInterfaceContext(SearchResult result)Deprecated.StringSearchSiteAction. 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 StringExportUtils. 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 StringExportUtils. 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 booleanDefaultSearchResultResultRenderer. canRender(SearchResult searchResult)StringDefaultSearchResultResultRenderer. render(SearchResult searchResult, SearchResultRenderContext renderContext)StringDelegatedSearchResultRenderer. 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 classLuceneSearchResultMethods in com.atlassian.confluence.internal.search.v2.lucene that return SearchResult Modifier and Type Method Description SearchResultLuceneSearchResultFactory. 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 JsonSearchResultJsonator. 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 booleanSearchResultRenderer. canRender(SearchResult searchResult)Indicates if this paricular plugin can (and want) to render the given search result.StringSearchResultRenderer. 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 SearchResultRecentUpdate. 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 voidSearchResultSerialiser. serialize(SearchResult searchResult, org.codehaus.jackson.JsonGenerator jgen, org.codehaus.jackson.map.SerializerProvider provider) -
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 SearchResultEntityAttachmentEntityBuilder. build(SearchResult result)SearchResultEntityCustomContentEntityBuilder. build(SearchResult result)SearchResultEntityDefaultContentEntityBuilder. build(SearchResult result)SearchResultEntityPersonalInformationContentEntityBuilder. build(SearchResult result)SearchResultEntitySearchEntityBuilder. build(SearchResult result)Builds a REST ContentEntity for the given search resultSearchResultEntitySpaceEntityBuilder. build(SearchResult result) -
Uses of SearchResult in com.atlassian.confluence.plugins.retentionrules.rest.model
Constructors in com.atlassian.confluence.plugins.retentionrules.rest.model with parameters of type SearchResult Constructor Description SpaceDescriptor(SearchResult searchResult) -
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 SpaceDirectoryEntityDefaultSpaceDirectoryEntityBuilder. build(SearchResult searchResult)SpaceDirectoryEntitySpaceDirectoryEntityBuilder. 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 classAbstractSearchResultAbstract base implementation of SearchResult taken from LuceneSearchResult after removing dependency from Lucene classesclassProjectedSearchResultMethods 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>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)DefaultSearchResults(List<? extends SearchResult> results, int unfilteredResultsCount, SearchWithToken nextPageSearch, List<String> searchWords, String searchQuery)DefaultSearchResults(List<? extends SearchResult> results, int unfilteredResultsCount, String searchQuery) -
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 StringContentTypesDisplayMapper. getClassName(SearchResult result)Get the CSS class name for the supplied SearchResult.StringDisplayMapper. getClassName(SearchResult result)Get the CSS class name for the supplied SearchResult.
-