Uses of Class
ca.uhn.fhir.rest.client.impl.BaseHttpClientInvocation
-
Uses of BaseHttpClientInvocation in ca.uhn.fhir.rest.client.impl
Modifier and TypeMethodDescriptionprotected <T> T
BaseClient.invokeClient
(ca.uhn.fhir.context.FhirContext theContext, IClientResponseHandler<T> binding, BaseHttpClientInvocation clientInvocation) protected <T> T
BaseClient.invokeClient
(ca.uhn.fhir.context.FhirContext theContext, IClientResponseHandler<T> binding, BaseHttpClientInvocation clientInvocation, boolean theLogRequestAndResponse) protected <T> T
BaseClient.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
Modifier and TypeClassDescriptionclass
class
class
class
class
class
Modifier and TypeMethodDescriptionprotected BaseHttpClientInvocation
CreateMethodBinding.createClientInvocation
(Object[] theArgs, org.hl7.fhir.instance.model.api.IBaseResource theResource) protected BaseHttpClientInvocation
DeleteMethodBinding.createClientInvocation
(Object[] theArgs, org.hl7.fhir.instance.model.api.IBaseResource theResource) protected BaseHttpClientInvocation
PatchMethodBinding.createClientInvocation
(Object[] theArgs, org.hl7.fhir.instance.model.api.IBaseResource theResource) protected BaseHttpClientInvocation
UpdateMethodBinding.createClientInvocation
(Object[] theArgs, org.hl7.fhir.instance.model.api.IBaseResource theResource) static BaseHttpClientInvocation
OperationMethodBinding.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 BaseHttpClientInvocation
OperationMethodBinding.createProcessMsgInvocation
(ca.uhn.fhir.context.FhirContext theContext, String theOperationName, org.hl7.fhir.instance.model.api.IBaseBundle theInput, Map<String, List<String>> urlParams) static BaseHttpClientInvocation
SearchMethodBinding.createSearchInvocation
(ca.uhn.fhir.context.FhirContext theContext, String theSearchUrl, ca.uhn.fhir.rest.client.api.UrlSourceEnum theUrlSource, Map<String, List<String>> theParams) static BaseHttpClientInvocation
SearchMethodBinding.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 BaseHttpClientInvocation
TransactionMethodBinding.createTransactionInvocation
(String theRawBundle, ca.uhn.fhir.context.FhirContext theContext) static BaseHttpClientInvocation
TransactionMethodBinding.createTransactionInvocation
(List<? extends org.hl7.fhir.instance.model.api.IBaseResource> theResources, ca.uhn.fhir.context.FhirContext theContext) static BaseHttpClientInvocation
TransactionMethodBinding.createTransactionInvocation
(org.hl7.fhir.instance.model.api.IBaseBundle theBundle, ca.uhn.fhir.context.FhirContext theContext) static BaseHttpClientInvocation
ValidateMethodBindingDstu2Plus.createValidateInvocation
(ca.uhn.fhir.context.FhirContext theContext, org.hl7.fhir.instance.model.api.IBaseResource theResource) abstract BaseHttpClientInvocation
BaseMethodBinding.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)