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 ContentNameSearchResult
ContentNameSearchAction. 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 ContentNameSearchResult
DefaultContentNameSearchService. search(String query, ContentNameSearchContext context)
-
Uses of ContentNameSearchResult in com.atlassian.confluence.search.contentnames
Methods in com.atlassian.confluence.search.contentnames that return ContentNameSearchResult Modifier and Type Method Description ContentNameSearchResult
ContentNameSearchService. search(String query, ContentNameSearchContext context)
This performs a content name search in Confluence and returns the results.
-