Class 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 Detail

      • FhirLoadPageEndpointConfiguration

        public FhirLoadPageEndpointConfiguration()
    • Method Detail

      • getBundle

        public org.hl7.fhir.instance.model.api.IBaseBundle getBundle()
      • setBundle

        public void setBundle​(org.hl7.fhir.instance.model.api.IBaseBundle bundle)
      • 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)
      • getReturnType

        public Class<org.hl7.fhir.instance.model.api.IBaseBundle> getReturnType()
      • setReturnType

        public void setReturnType​(Class<org.hl7.fhir.instance.model.api.IBaseBundle> returnType)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)