Uses of Class
ubic.gemma.rest.AnnotationsWebService.AnnotationSearchResultValueObject
-
Packages that use AnnotationsWebService.AnnotationSearchResultValueObject Package Description ubic.gemma.rest -
-
Uses of AnnotationsWebService.AnnotationSearchResultValueObject in ubic.gemma.rest
Methods in ubic.gemma.rest that return types with arguments of type AnnotationsWebService.AnnotationSearchResultValueObject Modifier and Type Method Description List<AnnotationsWebService.AnnotationSearchResultValueObject>
AnnotationsWebService. getAnnotationsChildren(String termUri, boolean direct)
Obtain the children of a given annotation.List<AnnotationsWebService.AnnotationSearchResultValueObject>
AnnotationsWebService. getAnnotationsParents(String termUri, boolean direct)
ResponseDataObject<List<AnnotationsWebService.AnnotationSearchResultValueObject>>
AnnotationsWebService. searchAnnotations(StringArrayArg query)
Does a search for annotation tags based on the given string.ResponseDataObject<List<AnnotationsWebService.AnnotationSearchResultValueObject>>
AnnotationsWebService. searchAnnotationsByPathQuery(StringArrayArg query)
-