Uses of Interface
com.ibm.fhir.operation.bulkdata.config.preflight.Preflight
-
Packages that use Preflight Package Description com.ibm.fhir.operation.bulkdata.config.preflight com.ibm.fhir.operation.bulkdata.config.preflight.impl -
-
Uses of Preflight in com.ibm.fhir.operation.bulkdata.config.preflight
Methods in com.ibm.fhir.operation.bulkdata.config.preflight that return Preflight Modifier and Type Method Description static PreflightPreflightFactory. getInstance(FHIROperationContext operationContext, List<Input> inputs, OperationConstants.ExportType exportType, String format)gets an instance of the Preflight check based on the source,outcome -
Uses of Preflight in com.ibm.fhir.operation.bulkdata.config.preflight.impl
Classes in com.ibm.fhir.operation.bulkdata.config.preflight.impl that implement Preflight Modifier and Type Class Description classAzurePreflightVerifies the Export/Import is valid for AzureclassFilePreflightPreflight is a health check prior to executing the calls on BulkData.classHttpsPreflightVerifies the Export/Import is valid for HttpsclassNopPreflightFor the legacy configurations, we don't want to run the preflight checks.classS3PreflightChecks the S3 Configuration.
-