Package org.apache.camel.component.fhir
Class FhirCreateEndpointConfiguration
java.lang.Object
org.apache.camel.component.fhir.FhirConfiguration
org.apache.camel.component.fhir.FhirCreateEndpointConfiguration
@ApiParams(apiName="create",
description="API for the create operation, which creates a new resource instance on the server",
apiMethods=@ApiMethod(methodName="resource",description="Creates a IBaseResource on the server",signatures={"ca.uhn.fhir.rest.api.MethodOutcome resource(org.hl7.fhir.instance.model.api.IBaseResource resource, String url, ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters)","ca.uhn.fhir.rest.api.MethodOutcome resource(String resourceAsString, String url, ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters)"}),
aliases={})
@UriParams
@Configurer(extended=true)
public final class FhirCreateEndpointConfiguration
extends FhirConfiguration
Camel endpoint configuration for
FhirCreate.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.api.PreferReturnEnumorg.hl7.fhir.instance.model.api.IBaseResourcegetUrl()voidsetExtraParameters(Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters) voidsetPreferReturn(ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn) voidsetResource(org.hl7.fhir.instance.model.api.IBaseResource resource) voidsetResourceAsString(String resourceAsString) voidMethods inherited from class org.apache.camel.component.fhir.FhirConfiguration
equals, getAccessToken, getApiName, getClient, getClientFactory, getConnectionTimeout, getEncoding, getFhirContext, getFhirVersion, getMethodName, getPassword, getProxyHost, getProxyPassword, getProxyPort, getProxyUser, getServerUrl, getSessionCookie, getSocketTimeout, getSummary, getUsername, getValidationMode, hashCode, isCompress, isDeferModelScanning, isForceConformanceCheck, isLog, isPrettyPrint, setAccessToken, setApiName, setClient, setClientFactory, setCompress, setConnectionTimeout, setDeferModelScanning, setEncoding, setFhirContext, setFhirVersion, setForceConformanceCheck, setLog, setMethodName, setPassword, setPrettyPrint, setProxyHost, setProxyPassword, setProxyPort, setProxyUser, setServerUrl, setSessionCookie, setSocketTimeout, setSummary, setUsername, setValidationMode
-
Constructor Details
-
FhirCreateEndpointConfiguration
public FhirCreateEndpointConfiguration()
-
-
Method Details
-
getExtraParameters
-
setExtraParameters
-
getPreferReturn
public ca.uhn.fhir.rest.api.PreferReturnEnum getPreferReturn() -
setPreferReturn
public void setPreferReturn(ca.uhn.fhir.rest.api.PreferReturnEnum preferReturn) -
getResource
public org.hl7.fhir.instance.model.api.IBaseResource getResource() -
setResource
public void setResource(org.hl7.fhir.instance.model.api.IBaseResource resource) -
getResourceAsString
-
setResourceAsString
-
getUrl
-
setUrl
-