Uses of Interface
ca.uhn.fhir.rest.client.api.IRestfulClient
Packages that use IRestfulClient
Package
Description
-
Uses of IRestfulClient in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context with type parameters of type IRestfulClientModifier and TypeMethodDescription<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 IRestfulClientModifier and TypeMethodDescriptionBaseResourceReferenceDt.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.apiModifier and TypeInterfaceDescriptioninterfaceBase interface for a client supporting the mandatory operations as defined by the FHIR specification.interfaceMethods in ca.uhn.fhir.rest.client.api with type parameters of type IRestfulClientMethods in ca.uhn.fhir.rest.client.api with parameters of type IRestfulClientModifier and TypeMethodDescriptionvoidIRestfulClientFactory.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.