Uses of Interface
ca.uhn.fhir.rest.client.api.IRestfulClient
-
Packages that use IRestfulClient Package Description ca.uhn.fhir.context ca.uhn.fhir.model.base.composite ca.uhn.fhir.rest.client.api -
-
Uses of IRestfulClient in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context with type parameters of type IRestfulClient Modifier and Type Method Description <T extends IRestfulClient>
TFhirContext. newRestfulClient(Class<T> theClientType, String theServerBase)Instantiates a new client instance. -
Uses of IRestfulClient in ca.uhn.fhir.model.base.composite
Methods in ca.uhn.fhir.model.base.composite with parameters of type IRestfulClient Modifier and Type Method Description IBaseResourceBaseResourceReferenceDt. loadResource(IRestfulClient theClient)Returns the referenced resource, fetching it if it has not already been loaded. -
Uses of IRestfulClient in ca.uhn.fhir.rest.client.api
Subinterfaces of IRestfulClient in ca.uhn.fhir.rest.client.api Modifier and Type Interface Description interfaceIBasicClientBase interface for a client supporting the mandatory operations as defined by the FHIR specification.interfaceIGenericClientMethods in ca.uhn.fhir.rest.client.api with type parameters of type IRestfulClient Modifier and Type Method Description <T extends IRestfulClient>
TIRestfulClientFactory. newClient(Class<T> theClientType, String theServerBase)Instantiates a new client instanceMethods in ca.uhn.fhir.rest.client.api with parameters of type IRestfulClient Modifier and Type Method Description voidIRestfulClientFactory. validateServerBase(String theServerBase, IHttpClient theHttpClient, IRestfulClient theClient)voidIRestfulClientFactory. validateServerBaseIfConfiguredToDoSo(String theServerBase, IHttpClient theHttpClient, IRestfulClient theClient)This method is internal to HAPI - It may change in future versions, use with caution.
-