Uses of Class
com.atlassian.confluence.search.contentnames.SearchResult
-
-
Uses of SearchResult in com.atlassian.confluence.internal.search.contentnames.v2
Methods in com.atlassian.confluence.internal.search.contentnames.v2 with parameters of type SearchResult Modifier and Type Method Description ContentNameMatchDefaultSearchResultTransformer. apply(SearchResult searchResult)Constructor parameters in com.atlassian.confluence.internal.search.contentnames.v2 with type arguments of type SearchResult Constructor Description CoreContentNameSearchSectionSpecsProvider(Function<SearchResult,ContentNameMatch> defaultSearchResultTransformer) -
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)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.search.contentnames
Methods in com.atlassian.confluence.search.contentnames that return types with arguments of type SearchResult Modifier and Type Method Description Function<List<Map<String,String>>,List<SearchResult>>ContentNameSearchSectionSpec. getFieldValuesTransformer()Returns a function that transforms a list of field value map into the one ofSearchResult.Function<SearchResult,ContentNameMatch>ContentNameSearchSectionSpec. getSearchResultTransformer()Returns a function that transforms aSearchResultintoContentNameMatch.default Map<Category,List<SearchResult>>ContentNameSearcher. search(List<QueryToken> queryTokens)Search and expect results using the Confluence defaultResultTemplate.default Map<Category,List<SearchResult>>ContentNameSearcher. search(List<QueryToken> queryTokens, ResultTemplate grouping)Search returning results meeting the specifiedResultTemplate.default Map<Category,List<SearchResult>>ContentNameSearcher. search(List<QueryToken> queryTokens, ResultTemplate grouping, String... spaceKeys)Search returning results in the specified space andResultTemplateMap<Category,List<SearchResult>>ContentNameSearcher. search(List<QueryToken> queryTokens, ResultTemplate grouping, Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, Integer pageSize, Map<String,Object> params, String... spaceKeys)Search returning results in the specified space andResultTemplateinclude pagination and search parent name support.default Map<Category,List<SearchResult>>ContentNameSearcher. search(List<QueryToken> queryTokens, ResultTemplate resultTemplate, Set<Attachment.Type> attachmentTypes, String... spaceKeys)Search returning results in the specified space andResultTemplateList<SearchResult>ContentNameSearcher. searchNoCategorisation(List<QueryToken> queryTokens, ResultTemplate results, Set<Attachment.Type> attachmentTypes, boolean searchParentName, int startIndex, Integer pageSize, Map<String,Object> params, String... spaceKeys)Search returning results in the specified space andResultTemplateinclude pagination and search parent name support. -
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.
-