Class PartitionedUrlJobParameters
java.lang.Object
ca.uhn.fhir.batch2.jobs.parameters.PartitionedUrlJobParameters
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IModelJson
Can be used to configure parameters for batch2 jobs.
Please note that these need to be backward compatible as we do not have a way to migrate them to a different structure at the moment.
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPartitionedUrl(PartitionedUrl theUrl) voidca.uhn.fhir.interceptor.model.RequestPartitionIdgetUrls()voidsetBatchSize(int theBatchSize) voidsetRequestPartitionId(ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId)
-
Constructor Details
-
PartitionedUrlJobParameters
public PartitionedUrlJobParameters()
-
-
Method Details
-
setRequestPartitionId
public void setRequestPartitionId(@Nullable ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId) -
getRequestPartitionId
-
setBatchSize
-
getBatchSize
-
getPartitionedUrls
-
addPartitionedUrl
-
addUrl
-
getUrls
-