Class BulkDataImportUtil
- java.lang.Object
- 
- com.ibm.fhir.operation.bulkdata.util.BulkDataImportUtil
 
- 
 public class BulkDataImportUtil extends java.lang.ObjectBulkData Import Util captures common methods
- 
- 
Constructor SummaryConstructors Constructor Description BulkDataImportUtil(FHIROperationContext operationContext, Parameters parameters)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckAllowedTotalSizeForTenantOrSystem(java.lang.Integer inputSize)check the allowed total size for tenant and systemjava.lang.StringretrieveInputFormat()processes the parameter inputFormat from the Parameters object and evaluationContext.java.util.List<Input>retrieveInputs()processes the retrieve inputs from the Parameters object and evaluationContext.java.lang.StringretrieveInputSource()processes the retrieveInputSource from the parameters object and evaluationContext.StorageDetailretrieveStorageDetails()voidverifyUrlAllowed(java.lang.String url)verify url is allowed.
 
- 
- 
- 
Constructor Detail- 
BulkDataImportUtilpublic BulkDataImportUtil(FHIROperationContext operationContext, Parameters parameters) throws FHIROperationException - Throws:
- FHIROperationException
 
 
- 
 - 
Method Detail- 
retrieveInputFormatpublic java.lang.String retrieveInputFormat() throws FHIROperationExceptionprocesses the parameter inputFormat from the Parameters object and evaluationContext.- Returns:
- Throws:
- FHIROperationException
 
 - 
retrieveInputSourcepublic java.lang.String retrieveInputSource() throws FHIROperationExceptionprocesses the retrieveInputSource from the parameters object and evaluationContext.- Returns:
- Throws:
- FHIROperationException
 
 - 
retrieveInputspublic java.util.List<Input> retrieveInputs() throws FHIROperationException processes the retrieve inputs from the Parameters object and evaluationContext.- Returns:
- Throws:
- FHIROperationException
 
 - 
checkAllowedTotalSizeForTenantOrSystempublic void checkAllowedTotalSizeForTenantOrSystem(java.lang.Integer inputSize) throws FHIROperationExceptioncheck the allowed total size for tenant and system- Parameters:
- inputSize-
- Throws:
- FHIROperationException
 
 - 
verifyUrlAllowedpublic void verifyUrlAllowed(java.lang.String url) throws FHIROperationExceptionverify url is allowed.- Parameters:
- url-
- Throws:
- FHIROperationException
 
 - 
retrieveStorageDetailspublic StorageDetail retrieveStorageDetails() throws FHIROperationException - Throws:
- FHIROperationException
 
 
- 
 
-