Package org.apache.camel.component.fhir
Class FhirSearchEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.fhir.FhirConfiguration
-
- org.apache.camel.component.fhir.FhirSearchEndpointConfiguration
-
@ApiParams(apiName="search", description="API to search for resources matching a given set of criteria", apiMethods=@ApiMethod(methodName="searchByUrl",description="Perform a search directly by URL",signatures="org.hl7.fhir.instance.model.api.IBaseBundle searchByUrl(String url, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters)"), aliases={}) @UriParams @Configurer(extended=true) public final class FhirSearchEndpointConfiguration extends FhirConfigurationCamel endpoint configuration forFhirSearch.
-
-
Constructor Summary
Constructors Constructor Description FhirSearchEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<org.apache.camel.component.fhir.api.ExtraParameters,Object>getExtraParameters()StringgetUrl()voidsetExtraParameters(Map<org.apache.camel.component.fhir.api.ExtraParameters,Object> extraParameters)voidsetUrl(String url)-
Methods 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
-
-
-
-
Method Detail
-
getExtraParameters
public Map<org.apache.camel.component.fhir.api.ExtraParameters,Object> getExtraParameters()
-
setExtraParameters
public void setExtraParameters(Map<org.apache.camel.component.fhir.api.ExtraParameters,Object> extraParameters)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
-