Uses of Interface
ubic.gemma.core.util.GemmaRestApiClient
-
Packages that use GemmaRestApiClient Package Description ubic.gemma.core.config This package contains classes that are used to manage Gemma's Spring context.ubic.gemma.core.util -
-
Uses of GemmaRestApiClient in ubic.gemma.core.config
Methods in ubic.gemma.core.config that return GemmaRestApiClient Modifier and Type Method Description GemmaRestApiClient
GemmaRestApiClientConfig. gemmaRestApiClient(String hostUrl)
-
Uses of GemmaRestApiClient in ubic.gemma.core.util
Classes in ubic.gemma.core.util that implement GemmaRestApiClient Modifier and Type Class Description class
GemmaRestApiClientImpl
Methods in ubic.gemma.core.util that return GemmaRestApiClient Modifier and Type Method Description protected GemmaRestApiClient
AbstractAuthenticatedCLI. getGemmaRestApiClient()
Obtain a REST API client for Gemma.
-