Package ubic.gemma.core.search
Interface SearchService.SearchResultMap
- Enclosing interface:
SearchService
public static interface SearchService.SearchResultMap
-
Method Summary
Modifier and TypeMethodDescription<T extends Identifiable>
List<SearchResult<T>> getByResultObjectType(Class<T> clazz) Obtain results where the result object is of a given type, regardless of the result type.List<SearchResult<?>> getByResultType(Class<? extends Identifiable> searchResultType) Set<Class<? extends Identifiable>> booleanisEmpty()List<SearchResult<?>> toList()
-
Method Details
-
getByResultType
-
getByResultObjectType
Obtain results where the result object is of a given type, regardless of the result type. -
isEmpty
boolean isEmpty() -
getResultTypes
Set<Class<? extends Identifiable>> getResultTypes() -
toList
List<SearchResult<?>> toList()
-