Package org.apache.camel.component.fhir
Class FhirLoadPageEndpointConfiguration
java.lang.Object
org.apache.camel.component.fhir.FhirConfiguration
org.apache.camel.component.fhir.FhirLoadPageEndpointConfiguration
@ApiParams(apiName="load-page",description="API that Loads the previous/next bundle of resources from a paged set, using the link specified in the link type=next tag within the atom bundle",apiMethods={@ApiMethod(methodName="byUrl",description="Load a page of results using the given URL and bundle type and return a DSTU1 Atom bundle",signatures="org.hl7.fhir.instance.model.api.IBaseBundle byUrl(String url, Class<org.hl7.fhir.instance.model.api.IBaseBundle> returnType, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters)"),@ApiMethod(methodName="next",description="Load the next page of results using the link with relation next in the bundle",signatures="org.hl7.fhir.instance.model.api.IBaseBundle next(org.hl7.fhir.instance.model.api.IBaseBundle bundle, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters)"),@ApiMethod(methodName="previous",description="Load the previous page of results using the link with relation prev in the bundle",signatures="org.hl7.fhir.instance.model.api.IBaseBundle previous(org.hl7.fhir.instance.model.api.IBaseBundle bundle, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class FhirLoadPageEndpointConfiguration
extends FhirConfiguration
Camel endpoint configuration for
FhirLoadPage.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseBundleClass<org.hl7.fhir.instance.model.api.IBaseBundle> getUrl()voidsetBundle(org.hl7.fhir.instance.model.api.IBaseBundle bundle) voidsetExtraParameters(Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters) voidsetReturnType(Class<org.hl7.fhir.instance.model.api.IBaseBundle> returnType) 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
-
FhirLoadPageEndpointConfiguration
public FhirLoadPageEndpointConfiguration()
-
-
Method Details
-
getBundle
public org.hl7.fhir.instance.model.api.IBaseBundle getBundle() -
setBundle
public void setBundle(org.hl7.fhir.instance.model.api.IBaseBundle bundle) -
getExtraParameters
-
setExtraParameters
-
getReturnType
-
setReturnType
-
getUrl
-
setUrl
-