Package ca.uhn.fhir.rest.server.provider
Class MultiUrlProcessor
java.lang.Object
ca.uhn.fhir.rest.server.provider.MultiUrlProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionMultiUrlProcessor(ca.uhn.fhir.context.FhirContext theFhirContext, IMultiUrlJobSubmitter theMultiUrlProcessorJobSubmitter) -
Method Summary
Modifier and TypeMethodDescriptiongetBatchSize(org.hl7.fhir.instance.model.api.IPrimitiveType<BigDecimal> theBatchSize) org.hl7.fhir.instance.model.api.IBaseParametersprocessUrls(List<String> theUrlsToProcess, Integer theBatchSize, RequestDetails theRequestDetails)
-
Constructor Details
-
MultiUrlProcessor
public MultiUrlProcessor(ca.uhn.fhir.context.FhirContext theFhirContext, IMultiUrlJobSubmitter theMultiUrlProcessorJobSubmitter)
-
-
Method Details
-
processUrls
public org.hl7.fhir.instance.model.api.IBaseParameters processUrls(List<String> theUrlsToProcess, Integer theBatchSize, RequestDetails theRequestDetails) -
getBatchSize
@Nullable public Integer getBatchSize(org.hl7.fhir.instance.model.api.IPrimitiveType<BigDecimal> theBatchSize)
-