
Uses of Class
ca.uhn.fhir.rest.client.impl.BaseHttpClientInvocation
Packages that use BaseHttpClientInvocation
-
Uses of BaseHttpClientInvocation in ca.uhn.fhir.rest.client.impl
Methods in ca.uhn.fhir.rest.client.impl with parameters of type BaseHttpClientInvocationModifier and TypeMethodDescriptionprotected <T> TBaseClient.invokeClient(ca.uhn.fhir.context.FhirContext theContext, IClientResponseHandler<T> binding, BaseHttpClientInvocation clientInvocation) protected <T> TBaseClient.invokeClient(ca.uhn.fhir.context.FhirContext theContext, IClientResponseHandler<T> binding, BaseHttpClientInvocation clientInvocation, boolean theLogRequestAndResponse) protected <T> TBaseClient.invokeClient(ca.uhn.fhir.context.FhirContext theContext, IClientResponseHandler<T> binding, BaseHttpClientInvocation clientInvocation, ca.uhn.fhir.rest.api.EncodingEnum theEncoding, Boolean thePrettyPrint, boolean theLogRequestAndResponse, ca.uhn.fhir.rest.api.SummaryEnum theSummaryMode, Set<String> theSubsetElements, ca.uhn.fhir.rest.api.CacheControlDirective theCacheControlDirective, String theCustomAcceptHeader, Map<String, List<String>> theCustomHeaders) -
Uses of BaseHttpClientInvocation in ca.uhn.fhir.rest.client.method
Subclasses of BaseHttpClientInvocation in ca.uhn.fhir.rest.client.methodModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in ca.uhn.fhir.rest.client.method that return BaseHttpClientInvocationModifier and TypeMethodDescriptionprotected BaseHttpClientInvocationCreateMethodBinding.createClientInvocation(Object[] theArgs, org.hl7.fhir.instance.model.api.IBaseResource theResource) protected BaseHttpClientInvocationDeleteMethodBinding.createClientInvocation(Object[] theArgs, org.hl7.fhir.instance.model.api.IBaseResource theResource) protected BaseHttpClientInvocationPatchMethodBinding.createClientInvocation(Object[] theArgs, org.hl7.fhir.instance.model.api.IBaseResource theResource) protected BaseHttpClientInvocationUpdateMethodBinding.createClientInvocation(Object[] theArgs, org.hl7.fhir.instance.model.api.IBaseResource theResource) static BaseHttpClientInvocationOperationMethodBinding.createOperationInvocation(ca.uhn.fhir.context.FhirContext theContext, String theResourceName, String theId, String theVersion, String theOperationName, org.hl7.fhir.instance.model.api.IBaseParameters theInput, boolean theUseHttpGet) static BaseHttpClientInvocationOperationMethodBinding.createProcessMsgInvocation(ca.uhn.fhir.context.FhirContext theContext, String theOperationName, org.hl7.fhir.instance.model.api.IBaseBundle theInput, Map<String, List<String>> urlParams) static BaseHttpClientInvocationSearchMethodBinding.createSearchInvocation(ca.uhn.fhir.context.FhirContext theContext, String theSearchUrl, ca.uhn.fhir.rest.client.api.UrlSourceEnum theUrlSource, Map<String, List<String>> theParams) static BaseHttpClientInvocationSearchMethodBinding.createSearchInvocation(ca.uhn.fhir.context.FhirContext theContext, String theResourceName, Map<String, List<String>> theParameters, org.hl7.fhir.instance.model.api.IIdType theId, String theCompartmentName, ca.uhn.fhir.rest.api.SearchStyleEnum theSearchStyle) static BaseHttpClientInvocationTransactionMethodBinding.createTransactionInvocation(String theRawBundle, ca.uhn.fhir.context.FhirContext theContext) static BaseHttpClientInvocationTransactionMethodBinding.createTransactionInvocation(List<? extends org.hl7.fhir.instance.model.api.IBaseResource> theResources, ca.uhn.fhir.context.FhirContext theContext) static BaseHttpClientInvocationTransactionMethodBinding.createTransactionInvocation(org.hl7.fhir.instance.model.api.IBaseBundle theBundle, ca.uhn.fhir.context.FhirContext theContext) static BaseHttpClientInvocationValidateMethodBindingDstu2Plus.createValidateInvocation(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IBaseResource theResource) abstract BaseHttpClientInvocationBaseMethodBinding.invokeClient(Object[] theArgs) DeleteMethodBinding.invokeClient(Object[] theArgs) HistoryMethodBinding.invokeClient(Object[] theArgs) OperationMethodBinding.invokeClient(Object[] theArgs) PageMethodBinding.invokeClient(Object[] theArgs) PatchMethodBinding.invokeClient(Object[] theArgs) SearchMethodBinding.invokeClient(Object[] theArgs) TransactionMethodBinding.invokeClient(Object[] theArgs)