Package ubic.gemma.rest
Class SearchWebService.SearchResultValueObject<T extends ubic.gemma.model.common.IdentifiableValueObject<?>>
java.lang.Object
ubic.gemma.rest.SearchWebService.SearchResultValueObject<T>
- Enclosing class:
SearchWebService
public static final class SearchWebService.SearchResultValueObject<T extends ubic.gemma.model.common.IdentifiableValueObject<?>>
extends Object
Representation of
SearchResult for the RESTful API.-
Constructor Summary
ConstructorsConstructorDescriptionSearchResultValueObject(ubic.gemma.model.common.search.SearchResult<T> searchResult, String resultObjectUrl, boolean resultObjectUrlExternal) -
Method Summary
-
Constructor Details
-
SearchResultValueObject
-
-
Method Details
-
getResultId
-
getResultType
-
getScore
public double getScore() -
getHighlights
-
getSource
-
getResultObject
-
getResultObjectUrl
-
isResultObjectUrlExternal
public boolean isResultObjectUrlExternal()Indicate that the result object URL is external and not under Gemma's control. -
equals
-
hashCode
public int hashCode() -
toString
-