Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addAcceptHeaderToRequest(EncodingEnum, IHttpRequest, FhirContext) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- addAllHeaderValues(String, List<String>) - Method in class ca.uhn.fhir.rest.client.interceptor.AdditionalRequestHeadersInterceptor
-
Adds the list of header values for the given header.
- addBinding(Method, BaseMethodBinding<?>) - Method in class ca.uhn.fhir.rest.client.impl.ClientInvocationHandler
- addBinding(Method, BaseMethodBinding<?>) - Method in class ca.uhn.fhir.rest.client.impl.ClientInvocationHandlerFactory
- addHeader(String, String) - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpRequest
- addHeader(String, String) - Method in class ca.uhn.fhir.rest.client.impl.BaseHttpClientInvocation
- addHeadersToRequest(IHttpRequest, EncodingEnum, FhirContext) - Method in class ca.uhn.fhir.rest.client.apache.BaseHttpClient
- addHeaderValue(String, String) - Method in class ca.uhn.fhir.rest.client.interceptor.AdditionalRequestHeadersInterceptor
-
Adds the given header value.
- AdditionalRequestHeadersInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
-
This interceptor adds arbitrary header values to requests made by the client.
- AdditionalRequestHeadersInterceptor() - Constructor for class ca.uhn.fhir.rest.client.interceptor.AdditionalRequestHeadersInterceptor
-
Constructor
- AdditionalRequestHeadersInterceptor(Map<String, List<String>>) - Constructor for class ca.uhn.fhir.rest.client.interceptor.AdditionalRequestHeadersInterceptor
-
Constructor
- ALLOWED_PARAMS - Static variable in class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding
- allowVoidReturnType() - Method in class ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody
-
Subclasses may override to allow a void method return type, which is allowable for some methods (e.g.
- allowVoidReturnType() - Method in class ca.uhn.fhir.rest.client.method.CreateMethodBinding
-
Subclasses may override to allow a void method return type, which is allowable for some methods (e.g.
- allowVoidReturnType() - Method in class ca.uhn.fhir.rest.client.method.UpdateMethodBinding
-
Subclasses may override to allow a void method return type, which is allowable for some methods (e.g.
- allowVoidReturnType() - Method in class ca.uhn.fhir.rest.client.method.DeleteMethodBinding
- allowVoidReturnType() - Method in class ca.uhn.fhir.rest.client.method.PatchMethodBinding
- ApacheHttpClient - Class in ca.uhn.fhir.rest.client.apache
-
A Http Client based on Apache.
- ApacheHttpClient(HttpClient, StringBuilder, Map<String, List<String>>, String, RequestTypeEnum, List<Header>) - Constructor for class ca.uhn.fhir.rest.client.apache.ApacheHttpClient
- ApacheHttpRequest - Class in ca.uhn.fhir.rest.client.apache
-
A Http Request based on Apache.
- ApacheHttpRequest(HttpClient, HttpRequestBase) - Constructor for class ca.uhn.fhir.rest.client.apache.ApacheHttpRequest
- ApacheHttpResponse - Class in ca.uhn.fhir.rest.client.apache
-
A Http Response based on Apache.
- ApacheHttpResponse(HttpResponse, StopWatch) - Constructor for class ca.uhn.fhir.rest.client.apache.ApacheHttpResponse
- ApacheRestfulClientFactory - Class in ca.uhn.fhir.rest.client.apache
-
A Restful Factory to create clients, requests and responses based on the Apache httpclient library.
- ApacheRestfulClientFactory() - Constructor for class ca.uhn.fhir.rest.client.apache.ApacheRestfulClientFactory
-
Constructor
- ApacheRestfulClientFactory(FhirContext) - Constructor for class ca.uhn.fhir.rest.client.apache.ApacheRestfulClientFactory
-
Constructor
- appendExtraParamsWithQuestionMark(Map<String, List<String>>, StringBuilder, boolean) - Static method in class ca.uhn.fhir.rest.client.impl.BaseHttpClientInvocation
- asHttpRequest(String, Map<String, List<String>>, EncodingEnum, Boolean) - Method in class ca.uhn.fhir.rest.client.impl.BaseHttpClientInvocation
-
Create an HTTP request out of this client request
- asHttpRequest(String, Map<String, List<String>>, EncodingEnum, Boolean) - Method in class ca.uhn.fhir.rest.client.method.HttpPostClientInvocation
- asHttpRequest(String, Map<String, List<String>>, EncodingEnum, Boolean) - Method in class ca.uhn.fhir.rest.client.method.HttpPutClientInvocation
- asHttpRequest(String, Map<String, List<String>>, EncodingEnum, Boolean) - Method in class ca.uhn.fhir.rest.client.method.HttpDeleteClientInvocation
- asHttpRequest(String, Map<String, List<String>>, EncodingEnum, Boolean) - Method in class ca.uhn.fhir.rest.client.method.HttpGetClientInvocation
- asHttpRequest(String, Map<String, List<String>>, EncodingEnum, Boolean) - Method in class ca.uhn.fhir.rest.client.method.HttpPatchClientInvocation
- asHttpRequest(String, Map<String, List<String>>, EncodingEnum, Boolean) - Method in class ca.uhn.fhir.rest.client.method.HttpSimpleClientInvocation
B
- BaseClient - Class in ca.uhn.fhir.rest.client.impl
- BaseClient.ResourceOrBinaryResponseHandler - Class in ca.uhn.fhir.rest.client.impl
- BaseClient.ResourceResponseHandler<T> - Class in ca.uhn.fhir.rest.client.impl
- BaseHttpClient - Class in ca.uhn.fhir.rest.client.apache
- BaseHttpClient(StringBuilder, Map<String, List<String>>, String, RequestTypeEnum, List<Header>) - Constructor for class ca.uhn.fhir.rest.client.apache.BaseHttpClient
-
Constructor
- BaseHttpClientInvocation - Class in ca.uhn.fhir.rest.client.impl
- BaseHttpClientInvocation(FhirContext) - Constructor for class ca.uhn.fhir.rest.client.impl.BaseHttpClientInvocation
- BaseHttpResponse - Class in ca.uhn.fhir.rest.client.impl
- BaseHttpResponse(StopWatch) - Constructor for class ca.uhn.fhir.rest.client.impl.BaseHttpResponse
- BaseMethodBinding<T> - Class in ca.uhn.fhir.rest.client.method
- BaseMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.client.method.BaseMethodBinding
- BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody - Class in ca.uhn.fhir.rest.client.method
- BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody(Method, FhirContext, Object, Class<?>, Class<? extends IBaseResource>) - Constructor for class ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody
- BaseQueryParameter - Class in ca.uhn.fhir.rest.client.method
- BaseQueryParameter() - Constructor for class ca.uhn.fhir.rest.client.method.BaseQueryParameter
- BaseResourceReturningMethodBinding - Class in ca.uhn.fhir.rest.client.method
- BaseResourceReturningMethodBinding(Class<?>, Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding
- BaseResourceReturningMethodBinding.MethodReturnTypeEnum - Enum in ca.uhn.fhir.rest.client.method
- BaseResourceReturningMethodBinding.ResourceOrDstu1Bundle - Class in ca.uhn.fhir.rest.client.method
- BaseResourceReturningMethodBinding.ReturnTypeEnum - Enum in ca.uhn.fhir.rest.client.method
- BasicAuthInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
-
HTTP interceptor to be used for adding HTTP basic auth username/password tokens to requests
- BasicAuthInterceptor(String) - Constructor for class ca.uhn.fhir.rest.client.interceptor.BasicAuthInterceptor
- BasicAuthInterceptor(String, String) - Constructor for class ca.uhn.fhir.rest.client.interceptor.BasicAuthInterceptor
- BearerTokenAuthInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
-
HTTP interceptor to be used for adding HTTP Authorization using "bearer tokens" to requests.
- BearerTokenAuthInterceptor() - Constructor for class ca.uhn.fhir.rest.client.interceptor.BearerTokenAuthInterceptor
-
Constructor.
- BearerTokenAuthInterceptor(String) - Constructor for class ca.uhn.fhir.rest.client.interceptor.BearerTokenAuthInterceptor
-
Constructor
- bindMethod(Method, FhirContext, Object) - Static method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
- BODY - Enum constant in enum ca.uhn.fhir.rest.client.method.ResourceParameter.Mode
- BODY_BYTE_ARRAY - Enum constant in enum ca.uhn.fhir.rest.client.method.ResourceParameter.Mode
- bufferEntity() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpResponse
- bufferEntity() - Method in class ca.uhn.fhir.rest.client.apache.ModifiedStringApacheHttpResponse
- BUNDLE - Enum constant in enum ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding.ReturnTypeEnum
- BUNDLE_RESOURCE - Enum constant in enum ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding.MethodReturnTypeEnum
C
- ca.uhn.fhir.rest.client.apache - package ca.uhn.fhir.rest.client.apache
- ca.uhn.fhir.rest.client.impl - package ca.uhn.fhir.rest.client.impl
- ca.uhn.fhir.rest.client.interceptor - package ca.uhn.fhir.rest.client.interceptor
- ca.uhn.fhir.rest.client.method - package ca.uhn.fhir.rest.client.method
- ca.uhn.fhir.rest.client.tls - package ca.uhn.fhir.rest.client.tls
- capabilities() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- CAPTURING_INTERCEPTOR_REQUEST - Static variable in interface ca.uhn.fhir.rest.client.interceptor.InterceptorOrders
- CAPTURING_INTERCEPTOR_RESPONSE - Static variable in interface ca.uhn.fhir.rest.client.interceptor.InterceptorOrders
- CapturingInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
-
Client interceptor which simply captures request and response objects and stores them so that they can be inspected after a client call has returned
- CapturingInterceptor() - Constructor for class ca.uhn.fhir.rest.client.interceptor.CapturingInterceptor
- clear() - Method in class ca.uhn.fhir.rest.client.interceptor.CapturingInterceptor
-
Clear the last request and response values
- clearThreadLocals() - Method in class ca.uhn.fhir.rest.client.interceptor.ThreadLocalCapturingInterceptor
-
This method should be called at the end of any request process, in order to clear the last request and response from the current thread.
- ClientInvocationHandler - Class in ca.uhn.fhir.rest.client.impl
- ClientInvocationHandler(IHttpClient, FhirContext, String, Map<Method, Object>, Map<Method, BaseMethodBinding<?>>, Map<Method, ClientInvocationHandlerFactory.ILambda>, RestfulClientFactory) - Constructor for class ca.uhn.fhir.rest.client.impl.ClientInvocationHandler
- ClientInvocationHandlerFactory - Class in ca.uhn.fhir.rest.client.impl
- ClientInvocationHandlerFactory(IHttpClient, FhirContext, String, Class<? extends IRestfulClient>) - Constructor for class ca.uhn.fhir.rest.client.impl.ClientInvocationHandlerFactory
- ClientInvocationHandlerFactory.ILambda - Interface in ca.uhn.fhir.rest.client.impl
- close() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpResponse
- close() - Method in class ca.uhn.fhir.rest.client.apache.ModifiedStringApacheHttpResponse
- ConformanceMethodBinding - Class in ca.uhn.fhir.rest.client.method
- ConformanceMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.client.method.ConformanceMethodBinding
- CookieInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
-
HTTP interceptor to be used for adding Cookie to requests.
- CookieInterceptor(String) - Constructor for class ca.uhn.fhir.rest.client.interceptor.CookieInterceptor
- CountParameter - Class in ca.uhn.fhir.rest.client.method
- CountParameter() - Constructor for class ca.uhn.fhir.rest.client.method.CountParameter
- create() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- createAbsoluteReadInvocation(FhirContext, IIdType) - Static method in class ca.uhn.fhir.rest.client.method.ReadMethodBinding
- createAbsoluteVReadInvocation(FhirContext, IIdType) - Static method in class ca.uhn.fhir.rest.client.method.ReadMethodBinding
- createAppropriateParserForParsingResponse(String, InputStream, int, List<Class<? extends IBaseResource>>) - Method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
- createBinaryRequest(FhirContext, IBaseBinary) - Method in class ca.uhn.fhir.rest.client.apache.BaseHttpClient
- createByteRequest(FhirContext, String, String, EncodingEnum) - Method in class ca.uhn.fhir.rest.client.apache.BaseHttpClient
- createClientInvocation(Object[], IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody
- createClientInvocation(Object[], IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.CreateMethodBinding
- createClientInvocation(Object[], IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.DeleteMethodBinding
- createClientInvocation(Object[], IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.PatchMethodBinding
- createClientInvocation(Object[], IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.UpdateMethodBinding
- createConformanceInvocation(FhirContext) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- createCreateInvocation(IBaseResource, FhirContext) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- createCreateInvocation(IBaseResource, String, FhirContext) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- createCreateInvocation(IBaseResource, String, FhirContext, String) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- createCreateInvocation(IBaseResource, String, FhirContext, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- createDeleteInvocation(FhirContext, String, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.client.method.DeleteMethodBinding
- createDeleteInvocation(FhirContext, IIdType, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.client.method.DeleteMethodBinding
- createExtraParams(String) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- createGetRequest(FhirContext, EncodingEnum) - Method in class ca.uhn.fhir.rest.client.apache.BaseHttpClient
- createHistoryInvocation(FhirContext, String, String, IPrimitiveType<Date>, Integer, DateRangeParam) - Static method in class ca.uhn.fhir.rest.client.method.HistoryMethodBinding
- createHostnameVerifier(Optional<TrustStoreInfo>) - Static method in class ca.uhn.fhir.rest.client.tls.TlsAuthenticationSvc
- createHttpRequest() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpClient
- createHttpRequest() - Method in class ca.uhn.fhir.rest.client.apache.BaseHttpClient
- createHttpRequest(byte[]) - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpClient
- createHttpRequest(byte[]) - Method in class ca.uhn.fhir.rest.client.apache.BaseHttpClient
- createHttpRequest(String) - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpClient
- createHttpRequest(String) - Method in class ca.uhn.fhir.rest.client.apache.BaseHttpClient
- createHttpRequest(String, EncodingEnum, RequestTypeEnum) - Method in class ca.uhn.fhir.rest.client.impl.BaseHttpClientInvocation
-
Create an HTTP request for the given url, encoding and request-type
- createHttpRequest(String, EncodingEnum, RequestTypeEnum) - Method in class ca.uhn.fhir.rest.client.method.HttpPatchClientInvocation
- createHttpRequest(Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpClient
- createHttpRequest(Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.apache.BaseHttpClient
- createKeyStore(BaseStoreInfo) - Static method in class ca.uhn.fhir.rest.client.tls.TlsAuthenticationSvc
- CreateMethodBinding - Class in ca.uhn.fhir.rest.client.method
- CreateMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.client.method.CreateMethodBinding
- createOperationInvocation(FhirContext, String, String, String, String, IBaseParameters, boolean) - Static method in class ca.uhn.fhir.rest.client.method.OperationMethodBinding
- createParamRequest(FhirContext, Map<String, List<String>>, EncodingEnum) - Method in class ca.uhn.fhir.rest.client.apache.BaseHttpClient
- createPatchInvocation(FhirContext, PatchTypeEnum, String, String, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- createPatchInvocation(FhirContext, PatchTypeEnum, String, String, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.client.method.PatchMethodBinding
- createPatchInvocation(FhirContext, String, PatchTypeEnum, String) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- createPatchInvocation(FhirContext, String, PatchTypeEnum, String) - Static method in class ca.uhn.fhir.rest.client.method.PatchMethodBinding
- createPatchInvocation(FhirContext, IIdType, PatchTypeEnum, String) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- createPatchInvocation(FhirContext, IIdType, PatchTypeEnum, String) - Static method in class ca.uhn.fhir.rest.client.method.PatchMethodBinding
- createProcessMsgInvocation(FhirContext, String, IBaseBundle, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.client.method.OperationMethodBinding
- createReader() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpResponse
- createReader() - Method in class ca.uhn.fhir.rest.client.apache.ModifiedStringApacheHttpResponse
- createReadInvocation(FhirContext, IIdType, String) - Static method in class ca.uhn.fhir.rest.client.method.ReadMethodBinding
- createSearchInvocation(FhirContext, String, UrlSourceEnum, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.client.method.SearchMethodBinding
- createSearchInvocation(FhirContext, String, Map<String, List<String>>, IIdType, String, SearchStyleEnum) - Static method in class ca.uhn.fhir.rest.client.method.SearchMethodBinding
- createSortStringDstu3(SortSpec) - Static method in class ca.uhn.fhir.rest.client.method.SortParameter
- createSslContext(TlsAuthentication) - Static method in class ca.uhn.fhir.rest.client.tls.TlsAuthenticationSvc
- createTransactionInvocation(String, FhirContext) - Static method in class ca.uhn.fhir.rest.client.method.TransactionMethodBinding
- createTransactionInvocation(List<? extends IBaseResource>, FhirContext) - Static method in class ca.uhn.fhir.rest.client.method.TransactionMethodBinding
- createTransactionInvocation(IBaseBundle, FhirContext) - Static method in class ca.uhn.fhir.rest.client.method.TransactionMethodBinding
- createTrustManager(Optional<TrustStoreInfo>) - Static method in class ca.uhn.fhir.rest.client.tls.TlsAuthenticationSvc
- createUpdateHistoryRewriteInvocation(IBaseResource, String, IIdType, FhirContext) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- createUpdateInvocation(FhirContext, IBaseResource, String, String) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- createUpdateInvocation(FhirContext, IBaseResource, String, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- createUpdateInvocation(IBaseResource, String, IIdType, FhirContext) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- createUrl(String, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- createValidateInvocation(FhirContext, IBaseResource) - Static method in class ca.uhn.fhir.rest.client.method.ValidateMethodBindingDstu2Plus
- createVReadInvocation(FhirContext, IIdType, String) - Static method in class ca.uhn.fhir.rest.client.method.ReadMethodBinding
D
- delete() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- DeleteMethodBinding - Class in ca.uhn.fhir.rest.client.method
- DeleteMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.client.method.DeleteMethodBinding
E
- ElementsParameter - Class in ca.uhn.fhir.rest.client.method
- ElementsParameter() - Constructor for class ca.uhn.fhir.rest.client.method.ElementsParameter
- encode(FhirContext, Object) - Method in class ca.uhn.fhir.rest.client.method.BaseQueryParameter
- encode(FhirContext, Object) - Method in class ca.uhn.fhir.rest.client.method.SearchParameter
- ENCODING - Enum constant in enum ca.uhn.fhir.rest.client.method.ResourceParameter.Mode
- execute() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpRequest
F
- fetchConformance() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- fetchResourceFromUrl(Class<T>, String) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- forceConformanceCheck() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
G
- GenericClient - Class in ca.uhn.fhir.rest.client.impl
- GenericClient(FhirContext, IHttpClient, String, RestfulClientFactory) - Constructor for class ca.uhn.fhir.rest.client.impl.GenericClient
-
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
- getAllHeaders() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpRequest
- getAllHeaders() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpResponse
- getAllHeaders() - Method in class ca.uhn.fhir.rest.client.apache.ModifiedStringApacheHttpResponse
- getAllowableParamAnnotations() - Method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
- getAllowableParamAnnotations() - Method in class ca.uhn.fhir.rest.client.method.ReadMethodBinding
- getApacheRequest() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpRequest
-
Get the ApacheRequest
- getConnectionRequestTimeout() - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- getConnectionTimeToLive() - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- getConnectTimeout() - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- getContext() - Method in class ca.uhn.fhir.rest.client.impl.BaseHttpClientInvocation
-
Returns the FHIR context associated with this client
- getContext() - Method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
- getContext() - Method in class ca.uhn.fhir.rest.client.method.OperationParameter
- getDescription() - Method in class ca.uhn.fhir.rest.client.method.OperationMethodBinding
- getDescription() - Method in class ca.uhn.fhir.rest.client.method.SearchMethodBinding
- getEncoding() - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- getFhirContext() - Method in class ca.uhn.fhir.rest.client.impl.ClientInvocationHandler
- getFhirContext() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- getFhirContext() - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
-
Return the fhir context
- getHeaderName() - Method in class ca.uhn.fhir.rest.client.interceptor.SimpleRequestHeaderInterceptor
- getHeaders() - Method in class ca.uhn.fhir.rest.client.impl.BaseHttpClientInvocation
-
Returns the http headers to be sent with the request
- getHeaders(String) - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpResponse
- getHeaders(String) - Method in class ca.uhn.fhir.rest.client.apache.ModifiedStringApacheHttpResponse
- getHeaderValue() - Method in class ca.uhn.fhir.rest.client.interceptor.SimpleRequestHeaderInterceptor
- getHttpClient() - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- getHttpClient(String) - Method in class ca.uhn.fhir.rest.client.apache.ApacheRestfulClientFactory
- getHttpClient(String) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
-
Get the http client for the given server base
- getHttpClient(StringBuilder, Map<String, List<String>>, String, RequestTypeEnum, List<Header>) - Method in class ca.uhn.fhir.rest.client.apache.ApacheRestfulClientFactory
- getHttpClientBuilder() - Method in class ca.uhn.fhir.rest.client.apache.ApacheRestfulClientFactory
- getHttpVerbName() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpRequest
- getIdParameterIndex() - Method in class ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody
- getIncludes() - Method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
- getInterceptorService() - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- getLastRequest() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- getLastRequest() - Method in class ca.uhn.fhir.rest.client.interceptor.CapturingInterceptor
- getLastResponse() - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
-
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
- getLastResponse() - Method in class ca.uhn.fhir.rest.client.interceptor.CapturingInterceptor
- getLastResponseBody() - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
-
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
- getMatchingOperation() - Method in class ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody
-
For servers, this method will match only incoming requests that match the given operation, or which have no operation in the URL if this method returns null.
- getMatchingOperation() - Method in class ca.uhn.fhir.rest.client.method.CreateMethodBinding
- getMatchingOperation() - Method in class ca.uhn.fhir.rest.client.method.DeleteMethodBinding
- getMatchingOperation() - Method in class ca.uhn.fhir.rest.client.method.PatchMethodBinding
- getMatchingOperation() - Method in class ca.uhn.fhir.rest.client.method.UpdateMethodBinding
- getMethod() - Method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
- getMethodReturnType() - Method in class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding
- getMimeType() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpResponse
- getMimeType() - Method in class ca.uhn.fhir.rest.client.apache.ModifiedStringApacheHttpResponse
- getName() - Method in class ca.uhn.fhir.rest.client.method.BaseQueryParameter
- getName() - Method in class ca.uhn.fhir.rest.client.method.OperationMethodBinding
-
Returns the name of the operation, starting with "$"
- getName() - Method in class ca.uhn.fhir.rest.client.method.OperationParameter
- getName() - Method in class ca.uhn.fhir.rest.client.method.SearchParameter
- getNativeHttpClient() - Method in class ca.uhn.fhir.rest.client.apache.ApacheRestfulClientFactory
- getParameters() - Method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
- getParameters() - Method in class ca.uhn.fhir.rest.client.method.HttpGetClientInvocation
- getParamStyle() - Method in class ca.uhn.fhir.rest.client.method.TransactionParameter
- getParamType() - Method in class ca.uhn.fhir.rest.client.method.BaseQueryParameter
- getParamType() - Method in class ca.uhn.fhir.rest.client.method.OperationParameter
- getParamType() - Method in class ca.uhn.fhir.rest.client.method.SearchParameter
- getPoolMaxPerRoute() - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- getPoolMaxTotal() - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- getPreferredId(IBaseResource, String) - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- getProvider() - Method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
- getProxyPassword() - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
-
Return the proxy password to authenticate with the HTTP proxy
- getProxyUsername() - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
-
Return the proxy username to authenticate with the HTTP proxy
- getRequestBodyFromStream() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpRequest
- getRequestForCurrentThread() - Method in class ca.uhn.fhir.rest.client.interceptor.ThreadLocalCapturingInterceptor
- getRequestStopWatch() - Method in class ca.uhn.fhir.rest.client.apache.ModifiedStringApacheHttpResponse
- getRequestStopWatch() - Method in class ca.uhn.fhir.rest.client.impl.BaseHttpResponse
- getRequestType() - Method in class ca.uhn.fhir.rest.client.method.HttpPostClientInvocation
- getRequestType() - Method in class ca.uhn.fhir.rest.client.method.HttpPutClientInvocation
- getResource() - Method in class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding.ResourceOrDstu1Bundle
- getResourceName() - Method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
-
Returns the name of the resource this method handles, or
null
if this method is not resource specific - getResourceName() - Method in class ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody
- getResourceName() - Method in class ca.uhn.fhir.rest.client.method.CreateMethodBinding
- getResourceName() - Method in class ca.uhn.fhir.rest.client.method.UpdateMethodBinding
- getResourceName() - Method in class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding
- getResourceParameters(FhirContext, Method, Object, RestOperationTypeEnum) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- getResourceType() - Method in class ca.uhn.fhir.rest.client.method.ResourceParameter
- getResponse() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpResponse
- getResponse() - Method in class ca.uhn.fhir.rest.client.apache.ModifiedStringApacheHttpResponse
- getResponseBundleType() - Method in class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding
-
If the response is a bundle, this type will be placed in the root of the bundle (can be null)
- getResponseBundleType() - Method in class ca.uhn.fhir.rest.client.method.ConformanceMethodBinding
- getResponseBundleType() - Method in class ca.uhn.fhir.rest.client.method.HistoryMethodBinding
- getResponseBundleType() - Method in class ca.uhn.fhir.rest.client.method.OperationMethodBinding
- getResponseBundleType() - Method in class ca.uhn.fhir.rest.client.method.PageMethodBinding
- getResponseBundleType() - Method in class ca.uhn.fhir.rest.client.method.ReadMethodBinding
- getResponseBundleType() - Method in class ca.uhn.fhir.rest.client.method.SearchMethodBinding
- getResponseBundleType() - Method in class ca.uhn.fhir.rest.client.method.TransactionMethodBinding
- getResponseForCurrentThread() - Method in class ca.uhn.fhir.rest.client.interceptor.ThreadLocalCapturingInterceptor
- getRestfulClientFactory() - Method in class ca.uhn.fhir.rest.client.impl.BaseHttpClientInvocation
-
Get the restfull client factory
- getRestOperationType() - Method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
- getRestOperationType() - Method in class ca.uhn.fhir.rest.client.method.ConformanceMethodBinding
- getRestOperationType() - Method in class ca.uhn.fhir.rest.client.method.CreateMethodBinding
- getRestOperationType() - Method in class ca.uhn.fhir.rest.client.method.DeleteMethodBinding
- getRestOperationType() - Method in class ca.uhn.fhir.rest.client.method.HistoryMethodBinding
- getRestOperationType() - Method in class ca.uhn.fhir.rest.client.method.OperationMethodBinding
- getRestOperationType() - Method in class ca.uhn.fhir.rest.client.method.PageMethodBinding
- getRestOperationType() - Method in class ca.uhn.fhir.rest.client.method.PatchMethodBinding
- getRestOperationType() - Method in class ca.uhn.fhir.rest.client.method.ReadMethodBinding
- getRestOperationType() - Method in class ca.uhn.fhir.rest.client.method.SearchMethodBinding
- getRestOperationType() - Method in class ca.uhn.fhir.rest.client.method.TransactionMethodBinding
- getRestOperationType() - Method in class ca.uhn.fhir.rest.client.method.UpdateMethodBinding
- getReturnType() - Method in class ca.uhn.fhir.rest.client.impl.BaseClient.ResourceResponseHandler
- getReturnType() - Method in class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding
- getReturnType() - Method in class ca.uhn.fhir.rest.client.method.ConformanceMethodBinding
- getReturnType() - Method in class ca.uhn.fhir.rest.client.method.HistoryMethodBinding
- getReturnType() - Method in class ca.uhn.fhir.rest.client.method.OperationMethodBinding
- getReturnType() - Method in class ca.uhn.fhir.rest.client.method.PageMethodBinding
- getReturnType() - Method in class ca.uhn.fhir.rest.client.method.ReadMethodBinding
- getReturnType() - Method in class ca.uhn.fhir.rest.client.method.SearchMethodBinding
- getReturnType() - Method in class ca.uhn.fhir.rest.client.method.TransactionMethodBinding
- getSearchParamType() - Method in class ca.uhn.fhir.rest.client.method.OperationParameter
- getServerBase() - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- getServerValidationMode() - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- getServerValidationModeEnum() - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
-
Deprecated.
- getSocketTimeout() - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- getStatus() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpResponse
- getStatus() - Method in class ca.uhn.fhir.rest.client.apache.ModifiedStringApacheHttpResponse
- getStatusInfo() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpResponse
- getStatusInfo() - Method in class ca.uhn.fhir.rest.client.apache.ModifiedStringApacheHttpResponse
- getSummary() - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- getTenantId() - Method in class ca.uhn.fhir.rest.client.interceptor.UrlTenantSelectionInterceptor
-
Returns the tenant ID
- getToken() - Method in class ca.uhn.fhir.rest.client.interceptor.BearerTokenAuthInterceptor
-
Returns the bearer token to use
- getType() - Method in class ca.uhn.fhir.rest.client.method.SearchParameter
- getUri() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpRequest
- getUrlBase() - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- getUrlPath() - Method in class ca.uhn.fhir.rest.client.method.HttpGetClientInvocation
- GZipContentInterceptor - Class in ca.uhn.fhir.rest.client.apache
-
Client interceptor which GZip compresses outgoing (POST/PUT) contents being uploaded from the client to the server.
- GZipContentInterceptor() - Constructor for class ca.uhn.fhir.rest.client.apache.GZipContentInterceptor
H
- handle(ClientInvocationHandler, Object[]) - Method in interface ca.uhn.fhir.rest.client.impl.ClientInvocationHandlerFactory.ILambda
- HEADER_APPLICATION_NAME - Static variable in class ca.uhn.fhir.rest.client.interceptor.UserInfoInterceptor
- HEADER_USER_ID - Static variable in class ca.uhn.fhir.rest.client.interceptor.UserInfoInterceptor
- HEADER_USER_NAME - Static variable in class ca.uhn.fhir.rest.client.interceptor.UserInfoInterceptor
- history() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- HistoryMethodBinding - Class in ca.uhn.fhir.rest.client.method
- HistoryMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.client.method.HistoryMethodBinding
- HttpBasicAuthInterceptor - Class in ca.uhn.fhir.rest.client.impl
-
Apache HTTPClient interceptor which adds basic auth
- HttpBasicAuthInterceptor(String, String) - Constructor for class ca.uhn.fhir.rest.client.impl.HttpBasicAuthInterceptor
- HttpDeleteClientInvocation - Class in ca.uhn.fhir.rest.client.method
- HttpDeleteClientInvocation(FhirContext, String, Map<String, List<String>>) - Constructor for class ca.uhn.fhir.rest.client.method.HttpDeleteClientInvocation
- HttpDeleteClientInvocation(FhirContext, IIdType, Map<String, List<String>>) - Constructor for class ca.uhn.fhir.rest.client.method.HttpDeleteClientInvocation
- HttpGetClientInvocation - Class in ca.uhn.fhir.rest.client.method
- HttpGetClientInvocation(FhirContext, String) - Constructor for class ca.uhn.fhir.rest.client.method.HttpGetClientInvocation
- HttpGetClientInvocation(FhirContext, Map<String, List<String>>, UrlSourceEnum, String...) - Constructor for class ca.uhn.fhir.rest.client.method.HttpGetClientInvocation
- HttpGetClientInvocation(FhirContext, Map<String, List<String>>, String...) - Constructor for class ca.uhn.fhir.rest.client.method.HttpGetClientInvocation
- HttpPatchClientInvocation - Class in ca.uhn.fhir.rest.client.method
- HttpPatchClientInvocation(FhirContext, String, String, String) - Constructor for class ca.uhn.fhir.rest.client.method.HttpPatchClientInvocation
- HttpPatchClientInvocation(FhirContext, IIdType, String, String) - Constructor for class ca.uhn.fhir.rest.client.method.HttpPatchClientInvocation
- HttpPostClientInvocation - Class in ca.uhn.fhir.rest.client.method
- HttpPostClientInvocation(FhirContext, String, boolean, String) - Constructor for class ca.uhn.fhir.rest.client.method.HttpPostClientInvocation
- HttpPostClientInvocation(FhirContext, List<? extends IBaseResource>, BundleTypeEnum) - Constructor for class ca.uhn.fhir.rest.client.method.HttpPostClientInvocation
- HttpPostClientInvocation(FhirContext, Map<String, List<String>>, String...) - Constructor for class ca.uhn.fhir.rest.client.method.HttpPostClientInvocation
- HttpPostClientInvocation(FhirContext, IBaseResource) - Constructor for class ca.uhn.fhir.rest.client.method.HttpPostClientInvocation
- HttpPostClientInvocation(FhirContext, IBaseResource, String) - Constructor for class ca.uhn.fhir.rest.client.method.HttpPostClientInvocation
- HttpPutClientInvocation - Class in ca.uhn.fhir.rest.client.method
- HttpPutClientInvocation(FhirContext, String, boolean, String) - Constructor for class ca.uhn.fhir.rest.client.method.HttpPutClientInvocation
- HttpPutClientInvocation(FhirContext, IBaseResource, String) - Constructor for class ca.uhn.fhir.rest.client.method.HttpPutClientInvocation
- HttpSimpleClientInvocation - Class in ca.uhn.fhir.rest.client.method
- HttpSimpleClientInvocation(FhirContext, String, PagingHttpMethodEnum) - Constructor for class ca.uhn.fhir.rest.client.method.HttpSimpleClientInvocation
I
- IClientResponseHandler<T> - Interface in ca.uhn.fhir.rest.client.method
- IClientResponseHandlerHandlesBinary<T> - Interface in ca.uhn.fhir.rest.client.method
- initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.client.method.BaseQueryParameter
- initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.client.method.CountParameter
- initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.client.method.ElementsParameter
- initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in interface ca.uhn.fhir.rest.client.method.IParameter
- initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.client.method.OffsetParameter
- initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.client.method.OperationParameter
- initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.client.method.RawParamsParmeter
- initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.client.method.ResourceParameter
- initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.client.method.SortParameter
- initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.client.method.SummaryEnumParameter
- initializeTypes(Method, Class<? extends Collection<?>>, Class<? extends Collection<?>>, Class<?>) - Method in class ca.uhn.fhir.rest.client.method.TransactionParameter
- InterceptorOrders - Interface in ca.uhn.fhir.rest.client.interceptor
- interceptRequest(IHttpRequest) - Method in class ca.uhn.fhir.rest.client.apache.GZipContentInterceptor
- interceptRequest(IHttpRequest) - Method in class ca.uhn.fhir.rest.client.interceptor.AdditionalRequestHeadersInterceptor
-
Adds the additional header values to the HTTP request.
- interceptRequest(IHttpRequest) - Method in class ca.uhn.fhir.rest.client.interceptor.BasicAuthInterceptor
- interceptRequest(IHttpRequest) - Method in class ca.uhn.fhir.rest.client.interceptor.BearerTokenAuthInterceptor
- interceptRequest(IHttpRequest) - Method in class ca.uhn.fhir.rest.client.interceptor.CapturingInterceptor
- interceptRequest(IHttpRequest) - Method in class ca.uhn.fhir.rest.client.interceptor.CookieInterceptor
- interceptRequest(IHttpRequest) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
- interceptRequest(IHttpRequest) - Method in class ca.uhn.fhir.rest.client.interceptor.SimpleRequestHeaderInterceptor
- interceptRequest(IHttpRequest) - Method in class ca.uhn.fhir.rest.client.interceptor.ThreadLocalCapturingInterceptor
- interceptRequest(IHttpRequest) - Method in class ca.uhn.fhir.rest.client.interceptor.UserInfoInterceptor
- interceptResponse(IHttpResponse) - Method in class ca.uhn.fhir.rest.client.apache.GZipContentInterceptor
- interceptResponse(IHttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.BasicAuthInterceptor
- interceptResponse(IHttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.BearerTokenAuthInterceptor
- interceptResponse(IHttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.CapturingInterceptor
- interceptResponse(IHttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.CookieInterceptor
- interceptResponse(IHttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
- interceptResponse(IHttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.SimpleRequestHeaderInterceptor
- interceptResponse(IHttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.ThreadLocalCapturingInterceptor
- interceptResponse(IHttpResponse) - Method in class ca.uhn.fhir.rest.client.interceptor.UserInfoInterceptor
- invoke(Object, Method, Object[]) - Method in class ca.uhn.fhir.rest.client.impl.ClientInvocationHandler
- invokeClient(FhirContext, IClientResponseHandler<T>, BaseHttpClientInvocation) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- invokeClient(FhirContext, IClientResponseHandler<T>, BaseHttpClientInvocation, boolean) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- invokeClient(FhirContext, IClientResponseHandler<T>, BaseHttpClientInvocation, EncodingEnum, Boolean, boolean, SummaryEnum, Set<String>, CacheControlDirective, String, Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
- invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.client.method.CreateMethodBinding
- invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.client.method.UpdateMethodBinding
- invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.client.method.ConformanceMethodBinding
- invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.client.method.DeleteMethodBinding
- invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.client.method.HistoryMethodBinding
- invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.client.method.OperationMethodBinding
- invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.client.method.PageMethodBinding
- invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.client.method.PatchMethodBinding
- invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.client.method.ReadMethodBinding
- invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.client.method.SearchMethodBinding
- invokeClient(Object[]) - Method in class ca.uhn.fhir.rest.client.method.TransactionMethodBinding
- invokeClient(String, InputStream, int, Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient.ResourceOrBinaryResponseHandler
- invokeClient(String, InputStream, int, Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient.ResourceResponseHandler
- invokeClient(String, InputStream, int, Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody
- invokeClient(String, InputStream, int, Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.method.CreateMethodBinding
- invokeClient(String, InputStream, int, Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.method.DeleteMethodBinding
- invokeClient(String, InputStream, int, Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.method.PatchMethodBinding
- invokeClient(String, InputStream, int, Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.method.UpdateMethodBinding
- invokeClient(String, InputStream, int, Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding
- invokeClient(String, InputStream, int, Map<String, List<String>>) - Method in interface ca.uhn.fhir.rest.client.method.IClientResponseHandler
- invokeClientForBinary(String, InputStream, int, Map<String, List<String>>) - Method in interface ca.uhn.fhir.rest.client.method.IClientResponseHandlerHandlesBinary
- invokeClientForBinary(String, InputStream, int, Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.method.ReadMethodBinding
- IParameter - Interface in ca.uhn.fhir.rest.client.method
- IRestfulHeader - Interface in ca.uhn.fhir.rest.client.method
- isAddContentLocationHeader() - Method in class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding
-
Should the response include a Content-Location header.
- isAddContentLocationHeader() - Method in class ca.uhn.fhir.rest.client.method.SearchMethodBinding
- isBinary() - Method in interface ca.uhn.fhir.rest.client.method.IClientResponseHandlerHandlesBinary
-
If this method returns true,
IClientResponseHandler.invokeClient(String, InputStream, int, Map)
should be invoked instead ofinvalid reference
#invokeClient(String, Reader, int, Map)
- isBinary() - Method in class ca.uhn.fhir.rest.client.method.ReadMethodBinding
- isBufferResponse() - Method in class ca.uhn.fhir.rest.client.interceptor.ThreadLocalCapturingInterceptor
-
Should we buffer (capture) the response body? This defaults to
false
. - isIdempotent() - Method in class ca.uhn.fhir.rest.client.method.OperationMethodBinding
- isKeepResponses() - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
-
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
- isLogRequestAndResponse() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
-
Deprecated.
- isPrettyPrint() - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
-
Returns the pretty print flag, which is a request to the server for it to return "pretty printed" responses.
- isRequired() - Method in class ca.uhn.fhir.rest.client.method.BaseQueryParameter
- isRequired() - Method in class ca.uhn.fhir.rest.client.method.SearchParameter
- isResourceInterface(Class<?>) - Static method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
- isReturnVoid() - Method in class ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody
- isReturnVoid() - Method in class ca.uhn.fhir.rest.client.method.CreateMethodBinding
- isReturnVoid() - Method in class ca.uhn.fhir.rest.client.method.DeleteMethodBinding
- isReturnVoid() - Method in class ca.uhn.fhir.rest.client.method.PatchMethodBinding
- isReturnVoid() - Method in class ca.uhn.fhir.rest.client.method.UpdateMethodBinding
- isSupportsConditional() - Method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
-
Does this method have a parameter annotated with
ConditionalParamBinder
. - isSupportsConditionalMultiple() - Method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
-
Does this method support conditional operations over multiple objects (basically for conditional delete)
- isVread() - Method in class ca.uhn.fhir.rest.client.method.ReadMethodBinding
L
- LIST_OF_RESOURCES - Enum constant in enum ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding.MethodReturnTypeEnum
- loadPage() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- LOGGING_INTERCEPTOR_REQUEST - Static variable in interface ca.uhn.fhir.rest.client.interceptor.InterceptorOrders
- LOGGING_INTERCEPTOR_RESPONSE - Static variable in interface ca.uhn.fhir.rest.client.interceptor.InterceptorOrders
- LoggingInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
- LoggingInterceptor() - Constructor for class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
-
Constructor for client logging interceptor
- LoggingInterceptor(boolean) - Constructor for class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
-
Constructor for client logging interceptor
M
- meta() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- METHOD_OUTCOME - Enum constant in enum ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding.MethodReturnTypeEnum
- MethodUtil - Class in ca.uhn.fhir.rest.client.method
- ModifiedStringApacheHttpResponse - Class in ca.uhn.fhir.rest.client.apache
-
Process a modified copy of an existing
IHttpResponse
with a String containing new content. - ModifiedStringApacheHttpResponse(IHttpResponse, String, StopWatch) - Constructor for class ca.uhn.fhir.rest.client.apache.ModifiedStringApacheHttpResponse
- myRequestType - Variable in class ca.uhn.fhir.rest.client.apache.BaseHttpClient
- myUrl - Variable in class ca.uhn.fhir.rest.client.apache.BaseHttpClient
N
- newClient(Class<T>, String) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
-
Instantiates a new client instance
- newGenericClient(String) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
O
- OffsetParameter - Class in ca.uhn.fhir.rest.client.method
- OffsetParameter() - Constructor for class ca.uhn.fhir.rest.client.method.OffsetParameter
- operation() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- OperationMethodBinding - Class in ca.uhn.fhir.rest.client.method
- OperationMethodBinding(Class<?>, Class<? extends IBaseResource>, Method, FhirContext, Object, boolean, String, Class<? extends IBaseResource>, BundleTypeEnum) - Constructor for class ca.uhn.fhir.rest.client.method.OperationMethodBinding
- OperationMethodBinding(Class<?>, Class<? extends IBaseResource>, Method, FhirContext, Object, Operation) - Constructor for class ca.uhn.fhir.rest.client.method.OperationMethodBinding
- OperationParameter - Class in ca.uhn.fhir.rest.client.method
- OperationParameter(FhirContext, String, OperationParam) - Constructor for class ca.uhn.fhir.rest.client.method.OperationParameter
P
- PageMethodBinding - Class in ca.uhn.fhir.rest.client.method
- PageMethodBinding(FhirContext, Method) - Constructor for class ca.uhn.fhir.rest.client.method.PageMethodBinding
- parseClientRequestResourceHeaders(IIdType, Map<String, List<String>>, IBaseResource) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- parseContentLocation(FhirContext, MethodOutcome, String) - Static method in class ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody
- parseContentLocation(FhirContext, MethodOutcome, String) - Static method in class ca.uhn.fhir.rest.client.method.CreateMethodBinding
- parseContentLocation(FhirContext, MethodOutcome, String) - Static method in class ca.uhn.fhir.rest.client.method.DeleteMethodBinding
- parseContentLocation(FhirContext, MethodOutcome, String) - Static method in class ca.uhn.fhir.rest.client.method.PatchMethodBinding
- parseContentLocation(FhirContext, MethodOutcome, String) - Static method in class ca.uhn.fhir.rest.client.method.UpdateMethodBinding
- patch() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- PatchMethodBinding - Class in ca.uhn.fhir.rest.client.method
-
Base class for an operation that has a resource type but not a resource body in the request body
- PatchMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.client.method.PatchMethodBinding
- process(HttpRequest, HttpContext) - Method in class ca.uhn.fhir.rest.client.impl.HttpBasicAuthInterceptor
- process2xxResponse(FhirContext, int, String, InputStream, Map<String, List<String>>) - Static method in class ca.uhn.fhir.rest.client.method.MethodUtil
- processNon2xxResponseAndReturnExceptionToThrow(int, String, InputStream) - Method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
- provideAllowableRequestTypes() - Method in class ca.uhn.fhir.rest.client.method.BaseOutcomeReturningMethodBindingWithResourceIdButNoResourceBody
- provideAllowableRequestTypes() - Method in class ca.uhn.fhir.rest.client.method.CreateMethodBinding
- provideAllowableRequestTypes() - Method in class ca.uhn.fhir.rest.client.method.DeleteMethodBinding
- provideAllowableRequestTypes() - Method in class ca.uhn.fhir.rest.client.method.PatchMethodBinding
- provideAllowableRequestTypes() - Method in class ca.uhn.fhir.rest.client.method.UpdateMethodBinding
- provider() - Method in class ca.uhn.fhir.rest.client.method.PageMethodBinding
R
- RawParamsParmeter - Class in ca.uhn.fhir.rest.client.method
- RawParamsParmeter() - Constructor for class ca.uhn.fhir.rest.client.method.RawParamsParmeter
- read() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- read(UriDt) - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- read(Class<T>, UriDt) - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- read(Class<T>, String) - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- readEntity() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpResponse
- readEntity() - Method in class ca.uhn.fhir.rest.client.apache.ModifiedStringApacheHttpResponse
- ReadMethodBinding - Class in ca.uhn.fhir.rest.client.method
- ReadMethodBinding(Class<? extends IBaseResource>, Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.client.method.ReadMethodBinding
- registerInterceptor(Object) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- removeHeaders(String) - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpRequest
- request(IRestfulClient, IHttpRequest) - Method in class ca.uhn.fhir.rest.client.interceptor.UrlTenantSelectionInterceptor
- resetHttpClient() - Method in class ca.uhn.fhir.rest.client.apache.ApacheRestfulClientFactory
- resetHttpClient() - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
-
Reset the http client.
- RESOURCE - Enum constant in enum ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding.MethodReturnTypeEnum
- RESOURCE - Enum constant in enum ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding.ReturnTypeEnum
- RESOURCE - Enum constant in enum ca.uhn.fhir.rest.client.method.ResourceParameter.Mode
- RESOURCE_BUNDLE - Enum constant in enum ca.uhn.fhir.rest.client.method.TransactionParameter.ParamStyle
-
New style bundle (defined in hapi-fhir-structures-* as a resource definition itself
- RESOURCE_LIST - Enum constant in enum ca.uhn.fhir.rest.client.method.TransactionParameter.ParamStyle
-
List of resources
- ResourceEntity - Class in ca.uhn.fhir.rest.client.apache
-
Apache HttpClient request content entity where the body is a FHIR resource, that will be encoded as JSON by default
- ResourceEntity(FhirContext, IBaseResource) - Constructor for class ca.uhn.fhir.rest.client.apache.ResourceEntity
- ResourceOrBinaryResponseHandler() - Constructor for class ca.uhn.fhir.rest.client.impl.BaseClient.ResourceOrBinaryResponseHandler
- ResourceOrDstu1Bundle(IBaseResource) - Constructor for class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding.ResourceOrDstu1Bundle
- ResourceParameter - Class in ca.uhn.fhir.rest.client.method
- ResourceParameter(Class<?>) - Constructor for class ca.uhn.fhir.rest.client.method.ResourceParameter
-
Constructor
- ResourceParameter.Mode - Enum in ca.uhn.fhir.rest.client.method
- ResourceResponseHandler() - Constructor for class ca.uhn.fhir.rest.client.impl.BaseClient.ResourceResponseHandler
- ResourceResponseHandler(Class<T>) - Constructor for class ca.uhn.fhir.rest.client.impl.BaseClient.ResourceResponseHandler
- ResourceResponseHandler(Class<T>, Class<? extends IBaseResource>, IIdType) - Constructor for class ca.uhn.fhir.rest.client.impl.BaseClient.ResourceResponseHandler
- ResourceResponseHandler(Class<T>, Class<? extends IBaseResource>, IIdType, boolean) - Constructor for class ca.uhn.fhir.rest.client.impl.BaseClient.ResourceResponseHandler
- ResourceResponseHandler(Class<T>, List<Class<? extends IBaseResource>>) - Constructor for class ca.uhn.fhir.rest.client.impl.BaseClient.ResourceResponseHandler
- ResourceResponseHandler(Class<T>, List<Class<? extends IBaseResource>>, IIdType, boolean) - Constructor for class ca.uhn.fhir.rest.client.impl.BaseClient.ResourceResponseHandler
- RestfulClientFactory - Class in ca.uhn.fhir.rest.client.impl
-
Base class for a REST client factory implementation
- RestfulClientFactory() - Constructor for class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
-
Constructor
- RestfulClientFactory(FhirContext) - Constructor for class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
-
Constructor
S
- search() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- SearchMethodBinding - Class in ca.uhn.fhir.rest.client.method
- SearchMethodBinding(Class<? extends IBaseResource>, Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.client.method.SearchMethodBinding
- SearchParameter - Class in ca.uhn.fhir.rest.client.method
- SearchParameter() - Constructor for class ca.uhn.fhir.rest.client.method.SearchParameter
- SearchParameter(String, boolean) - Constructor for class ca.uhn.fhir.rest.client.method.SearchParameter
- setBufferResponse(boolean) - Method in class ca.uhn.fhir.rest.client.interceptor.ThreadLocalCapturingInterceptor
-
Should we buffer (capture) the response body? This defaults to
false
. - setChainlists(String[]) - Method in class ca.uhn.fhir.rest.client.method.SearchParameter
- setCompositeTypes(Class<? extends IQueryParameterType>[]) - Method in class ca.uhn.fhir.rest.client.method.SearchParameter
- setConnectionRequestTimeout(int) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- setConnectionTimeToLive(int) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- setConnectTimeout(int) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- setConverter(OperationParameter.IOperationParamConverter) - Method in class ca.uhn.fhir.rest.client.method.OperationParameter
- setDeclaredTypes(Class<? extends IBaseResource>[]) - Method in class ca.uhn.fhir.rest.client.method.SearchParameter
- setDescription(String) - Method in class ca.uhn.fhir.rest.client.method.OperationMethodBinding
- setDontValidateConformance(boolean) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
-
This method is an internal part of the HAPI API and may change, use with caution.
- setEncoding(EncodingEnum) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
-
Sets the encoding that will be used on requests.
- setFhirContext(FhirContext) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
-
Sets the context associated with this client factory.
- setForceResourceId(IIdType) - Method in class ca.uhn.fhir.rest.client.method.HttpPostClientInvocation
- setForceResourceId(IIdType) - Method in class ca.uhn.fhir.rest.client.method.HttpPutClientInvocation
- setFormatParamStyle(RequestFormatParamStyleEnum) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- setHeaderName(String) - Method in class ca.uhn.fhir.rest.client.interceptor.SimpleRequestHeaderInterceptor
- setHeaderValue(String) - Method in class ca.uhn.fhir.rest.client.interceptor.SimpleRequestHeaderInterceptor
- setHttpClient(Object) - Method in class ca.uhn.fhir.rest.client.apache.ApacheRestfulClientFactory
-
Only allows to set an instance of type org.apache.http.client.HttpClient
- setIfNoneExistParams(Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.method.HttpPostClientInvocation
- setIfNoneExistParams(Map<String, List<String>>) - Method in class ca.uhn.fhir.rest.client.method.HttpPutClientInvocation
- setIfNoneExistString(String) - Method in class ca.uhn.fhir.rest.client.method.HttpPostClientInvocation
- setIfNoneExistString(String) - Method in class ca.uhn.fhir.rest.client.method.HttpPutClientInvocation
- setInterceptorService(IInterceptorService) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- setKeepResponses(boolean) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
-
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
- setLastRequest(IHttpRequest) - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
-
For now, this is a part of the internal API of HAPI - Use with caution as this method may change!
- setLogger(Logger) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
-
Sets a logger to use to log messages (default is a logger with this class' name).
- setLogRequestAndResponse(boolean) - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
-
Deprecated.
- setLogRequestBody(boolean) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
-
Should a summary (one line) for each request be logged, containing the URL and other information
- setLogRequestHeaders(boolean) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
-
Should headers for each request be logged, containing the URL and other information
- setLogRequestSummary(boolean) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
-
Should a summary (one line) for each request be logged, containing the URL and other information
- setLogResponseBody(boolean) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
-
Should a summary (one line) for each request be logged, containing the URL and other information
- setLogResponseHeaders(boolean) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
-
Should headers for each request be logged, containing the URL and other information
- setLogResponseSummary(boolean) - Method in class ca.uhn.fhir.rest.client.interceptor.LoggingInterceptor
-
Should a summary (one line) for each request be logged, containing the URL and other information
- setName(String) - Method in class ca.uhn.fhir.rest.client.method.SearchParameter
- setOmitResourceId(boolean) - Method in class ca.uhn.fhir.rest.client.method.HttpPostClientInvocation
- setOmitResourceId(boolean) - Method in class ca.uhn.fhir.rest.client.method.HttpPutClientInvocation
- setParameters(List<IParameter>) - Method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
-
For unit tests only
- setPoolMaxPerRoute(int) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- setPoolMaxTotal(int) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- setPreferResponseTypes(List<Class<? extends IBaseResource>>) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient.ResourceResponseHandler
- setPrettyPrint(Boolean) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
-
Sets the pretty print flag, which is a request to the server for it to return "pretty printed" responses.
- setProxy(String, Integer) - Method in class ca.uhn.fhir.rest.client.apache.ApacheRestfulClientFactory
- setProxyCredentials(String, String) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- setRequired(boolean) - Method in class ca.uhn.fhir.rest.client.method.SearchParameter
- setResourceName(String) - Method in class ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding
- setServerValidationMode(ServerValidationModeEnum) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- setServerValidationModeEnum(ServerValidationModeEnum) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
-
Deprecated.
- setSocketTimeout(int) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- setSummary(SummaryEnum) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- setTenantId(String) - Method in class ca.uhn.fhir.rest.client.interceptor.UrlTenantSelectionInterceptor
-
Sets the tenant ID
- setToken(String) - Method in class ca.uhn.fhir.rest.client.interceptor.BearerTokenAuthInterceptor
-
Sets the bearer token to use
- setType(FhirContext, Class<?>, Class<? extends Collection<?>>, Class<? extends Collection<?>>) - Method in class ca.uhn.fhir.rest.client.method.SearchParameter
- setUri(String) - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpRequest
- setUrlSource(UrlSourceEnum) - Method in class ca.uhn.fhir.rest.client.method.HttpSimpleClientInvocation
- SimpleRequestHeaderInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
-
This interceptor adds an arbitrary header to requests made by this client.
- SimpleRequestHeaderInterceptor() - Constructor for class ca.uhn.fhir.rest.client.interceptor.SimpleRequestHeaderInterceptor
-
Constructor
- SimpleRequestHeaderInterceptor(String) - Constructor for class ca.uhn.fhir.rest.client.interceptor.SimpleRequestHeaderInterceptor
-
Constructor which takes a complete header including name and value
- SimpleRequestHeaderInterceptor(String, String) - Constructor for class ca.uhn.fhir.rest.client.interceptor.SimpleRequestHeaderInterceptor
-
Constructor
- SortParameter - Class in ca.uhn.fhir.rest.client.method
- SortParameter(FhirContext) - Constructor for class ca.uhn.fhir.rest.client.method.SortParameter
- SummaryEnumParameter - Class in ca.uhn.fhir.rest.client.method
- SummaryEnumParameter() - Constructor for class ca.uhn.fhir.rest.client.method.SummaryEnumParameter
T
- ThreadLocalCapturingInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
-
This is a client interceptor that captures the current request and response in a ThreadLocal variable, meaning that it can work in multithreaded environments without mixing up requests.
- ThreadLocalCapturingInterceptor() - Constructor for class ca.uhn.fhir.rest.client.interceptor.ThreadLocalCapturingInterceptor
- throwInvalidMode(String) - Static method in class ca.uhn.fhir.rest.client.method.OperationParameter
- TlsAuthenticationException(String) - Constructor for exception class ca.uhn.fhir.rest.client.tls.TlsAuthenticationSvc.TlsAuthenticationException
- TlsAuthenticationException(String, Throwable) - Constructor for exception class ca.uhn.fhir.rest.client.tls.TlsAuthenticationSvc.TlsAuthenticationException
- TlsAuthenticationSvc - Class in ca.uhn.fhir.rest.client.tls
- TlsAuthenticationSvc.TlsAuthenticationException - Exception Class in ca.uhn.fhir.rest.client.tls
- toString() - Method in class ca.uhn.fhir.rest.client.apache.ApacheHttpRequest
- toString() - Method in class ca.uhn.fhir.rest.client.method.SearchMethodBinding
- toString() - Method in class ca.uhn.fhir.rest.client.method.SearchParameter
- transaction() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- TransactionMethodBinding - Class in ca.uhn.fhir.rest.client.method
- TransactionMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.client.method.TransactionMethodBinding
- TransactionParameter - Class in ca.uhn.fhir.rest.client.method
- TransactionParameter(FhirContext) - Constructor for class ca.uhn.fhir.rest.client.method.TransactionParameter
- TransactionParameter.ParamStyle - Enum in ca.uhn.fhir.rest.client.method
- translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.BaseQueryParameter
- translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.CountParameter
- translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.ElementsParameter
- translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in interface ca.uhn.fhir.rest.client.method.IParameter
- translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.OffsetParameter
- translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.OperationParameter
- translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.RawParamsParmeter
- translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.ResourceParameter
- translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.SortParameter
- translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.SummaryEnumParameter
- translateClientArgumentIntoQueryArgument(FhirContext, Object, Map<String, List<String>>, IBaseResource) - Method in class ca.uhn.fhir.rest.client.method.TransactionParameter
U
- unregisterInterceptor(Object) - Method in class ca.uhn.fhir.rest.client.impl.BaseClient
- update() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- update(IdDt, IBaseResource) - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- update(String, IBaseResource) - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- UpdateMethodBinding - Class in ca.uhn.fhir.rest.client.method
- UpdateMethodBinding(Method, FhirContext, Object) - Constructor for class ca.uhn.fhir.rest.client.method.UpdateMethodBinding
- URL_TENANT_SELECTION_INTERCEPTOR_REQUEST - Static variable in interface ca.uhn.fhir.rest.client.interceptor.InterceptorOrders
- UrlTenantSelectionInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
-
This interceptor adds a path element representing the tenant ID to each client request.
- UrlTenantSelectionInterceptor() - Constructor for class ca.uhn.fhir.rest.client.interceptor.UrlTenantSelectionInterceptor
-
Constructor
- UrlTenantSelectionInterceptor(String) - Constructor for class ca.uhn.fhir.rest.client.interceptor.UrlTenantSelectionInterceptor
-
Constructor
- UserInfoInterceptor - Class in ca.uhn.fhir.rest.client.interceptor
-
HTTP interceptor to be used for adding HTTP headers containing user identifying info for auditing purposes to the request
- UserInfoInterceptor(String, String, String) - Constructor for class ca.uhn.fhir.rest.client.interceptor.UserInfoInterceptor
V
- validate() - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- validate(IBaseResource) - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- validateConfigured() - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
-
Called automatically before the first use of this factory to ensure that the configuration is sane.
- validateKeyStoreExists(InputStream) - Static method in class ca.uhn.fhir.rest.client.tls.TlsAuthenticationSvc
- ValidateMethodBindingDstu2Plus - Class in ca.uhn.fhir.rest.client.method
- ValidateMethodBindingDstu2Plus(Class<?>, Class<? extends IBaseResource>, Method, FhirContext, Object, Validate) - Constructor for class ca.uhn.fhir.rest.client.method.ValidateMethodBindingDstu2Plus
- validateResourceIdAndUrlIdForNonConditionalOperation(IBaseResource, String, String, String) - Method in class ca.uhn.fhir.rest.client.method.CreateMethodBinding
- validateResourceIdAndUrlIdForNonConditionalOperation(IBaseResource, String, String, String) - Method in class ca.uhn.fhir.rest.client.method.UpdateMethodBinding
- validateServerBase(String, IHttpClient, IRestfulClient) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- validateServerBaseIfConfiguredToDoSo(String, IHttpClient, IRestfulClient) - Method in class ca.uhn.fhir.rest.client.impl.RestfulClientFactory
- valueOf(String) - Static method in enum ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding.MethodReturnTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding.ReturnTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ca.uhn.fhir.rest.client.method.ResourceParameter.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ca.uhn.fhir.rest.client.method.TransactionParameter.ParamStyle
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding.MethodReturnTypeEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ca.uhn.fhir.rest.client.method.BaseResourceReturningMethodBinding.ReturnTypeEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ca.uhn.fhir.rest.client.method.ResourceParameter.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ca.uhn.fhir.rest.client.method.TransactionParameter.ParamStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verifyMethodHasZeroOrOneOperationAnnotation(Method, Object...) - Static method in class ca.uhn.fhir.rest.client.method.BaseMethodBinding
- vread(Class<T>, IdDt) - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
- vread(Class<T>, String, String) - Method in class ca.uhn.fhir.rest.client.impl.GenericClient
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
LoggingInterceptor
as a client interceptor registered to your client instead, as this provides much more fine-grained control over what is logged. This method will be removed at some point (deprecated in HAPI 1.6 - 2016-06-16)