public class HttpDeleteClientInvocation extends BaseHttpClientInvocation
| Constructor and Description |
|---|
HttpDeleteClientInvocation(FhirContext theContext,
IIdType theId) |
HttpDeleteClientInvocation(FhirContext theContext,
String theSearchUrl) |
HttpDeleteClientInvocation(FhirContext theContext,
String theResourceType,
Map<String,List<String>> theParams) |
| Modifier and Type | Method and Description |
|---|---|
IHttpRequest |
asHttpRequest(String theUrlBase,
Map<String,List<String>> theExtraParams,
EncodingEnum theEncoding,
Boolean thePrettyPrint)
Create an HTTP request out of this client request
|
protected IHttpRequest |
createHttpRequest(String theUrl,
EncodingEnum theEncoding,
RequestTypeEnum theRequestType)
Create an HTTP request for the given url, encoding and request-type
|
addHeader, appendExtraParamsWithQuestionMark, getContext, getHeaders, getRestfulClientFactorypublic HttpDeleteClientInvocation(FhirContext theContext, IIdType theId)
public HttpDeleteClientInvocation(FhirContext theContext, String theSearchUrl)
public HttpDeleteClientInvocation(FhirContext theContext, String theResourceType, Map<String,List<String>> theParams)
public IHttpRequest asHttpRequest(String theUrlBase, Map<String,List<String>> theExtraParams, EncodingEnum theEncoding, Boolean thePrettyPrint)
BaseHttpClientInvocationasHttpRequest in class BaseHttpClientInvocationtheUrlBase - The FHIR server base url (with a trailing "/")theExtraParams - Any extra request parameters the server wishes to addtheEncoding - The encoding to use for any serialized content sent to the
serverprotected IHttpRequest createHttpRequest(String theUrl, EncodingEnum theEncoding, RequestTypeEnum theRequestType)
BaseHttpClientInvocationcreateHttpRequest in class BaseHttpClientInvocationtheUrl - The complete FHIR url to which the http request will be senttheEncoding - The encoding to use for any serialized content sent to the
servertheRequestType - the type of HTTP request (GET, DELETE, ..)Copyright © 2014–2018 University Health Network. All rights reserved.