Uses of Class
com.atlassian.confluence.search.actions.json.ContentNameSearchResult
-
Packages that use ContentNameSearchResult Package Description com.atlassian.confluence.impl.search.actions com.atlassian.confluence.impl.search.contentnames com.atlassian.confluence.search.contentnames -
-
Uses of ContentNameSearchResult in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions that return ContentNameSearchResult Modifier and Type Method Description ContentNameSearchResultContentNameSearchAction. getResult()Deprecated. -
Uses of ContentNameSearchResult in com.atlassian.confluence.impl.search.contentnames
Methods in com.atlassian.confluence.impl.search.contentnames that return ContentNameSearchResult Modifier and Type Method Description ContentNameSearchResultDefaultContentNameSearchService. search(String query, ContentNameSearchContext context)ContentNameSearchResultDefaultContentNameSearchService. search(String query, Iterable<String> types, String spaceKey, int maxPerCategory, javax.servlet.http.HttpServletRequest httpServletRequest) -
Uses of ContentNameSearchResult in com.atlassian.confluence.search.contentnames
Methods in com.atlassian.confluence.search.contentnames that return ContentNameSearchResult Modifier and Type Method Description default ContentNameSearchResultContentNameSearchService. search(String query, ContentNameSearchContext context)This performs a content name search in Confluence and returns the results.ContentNameSearchResultContentNameSearchService. search(String query, Iterable<String> types, String spaceKey, int maxPerCategory, javax.servlet.http.HttpServletRequest httpServletRequest)Deprecated.since 6.13.0, useContentNameSearchService.search(String, ContentNameSearchContext)
-