Uses of Class
org.rhq.core.domain.search.SearchSubsystem

Packages that use SearchSubsystem
org.rhq.core.domain.criteria   
org.rhq.core.domain.search   
 

Uses of SearchSubsystem in org.rhq.core.domain.criteria
 

Methods in org.rhq.core.domain.criteria with parameters of type SearchSubsystem
 void SavedSearchCriteria.addFilterSearchSubsystem(SearchSubsystem filterSearchSubsystem)
           
 

Uses of SearchSubsystem in org.rhq.core.domain.search
 

Methods in org.rhq.core.domain.search that return SearchSubsystem
static SearchSubsystem SearchSubsystem.get(Class<?> entityClass)
           
 SearchSubsystem SavedSearch.getSearchSubsystem()
           
static SearchSubsystem SearchSubsystem.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchSubsystem[] SearchSubsystem.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.rhq.core.domain.search with parameters of type SearchSubsystem
SavedSearch(SearchSubsystem context, String name, String pattern, Subject subject)
           
 



Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.