Uses of Class
com.atlassian.confluence.search.v2.SearchResultType

Packages that use SearchResultType
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
static SearchResultType SearchResultType.valueOf(java.lang.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
 SearchResultType SearchResultTypeSearchFilter.getResultType()
           
 

Methods in com.atlassian.confluence.search.v2.searchfilter with parameters of type SearchResultType
static SearchResultTypeSearchFilter SearchResultTypeSearchFilter.getInstance(SearchResultType searchResultType)
          Returns a SearchResultTypeSearchFilter of the specified type.
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.