Uses of Class
com.atlassian.confluence.search.v2.SearchResultType
-
Packages that use SearchResultType Package Description com.atlassian.confluence.search.v2 Provides an extensible, flexible search API.com.atlassian.confluence.search.v2.searchfilter -
-
Uses of SearchResultType in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return SearchResultType Modifier and Type Method Description static SearchResultTypeSearchResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchResultType[]SearchResultType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchResultType in com.atlassian.confluence.search.v2.searchfilter
Methods in com.atlassian.confluence.search.v2.searchfilter that return SearchResultType Modifier and Type Method Description SearchResultTypeSearchResultTypeSearchFilter. getResultType()Deprecated.Methods in com.atlassian.confluence.search.v2.searchfilter with parameters of type SearchResultType Modifier and Type Method Description static SearchResultTypeSearchFilterSearchResultTypeSearchFilter. getInstance(SearchResultType searchResultType)Deprecated.Returns a SearchResultTypeSearchFilter of the specified type.
-