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 Preflight
PreflightFactory. 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 class
AzurePreflight
Verifies the Export/Import is valid for Azureclass
FilePreflight
Preflight is a health check prior to executing the calls on BulkData.class
HttpsPreflight
Verifies the Export/Import is valid for Httpsclass
NopPreflight
For the legacy configurations, we don't want to run the preflight checks.class
S3Preflight
Checks the S3 Configuration.
-