Class PreflightFactory
- java.lang.Object
-
- org.linuxforhealth.fhir.operation.bulkdata.config.preflight.PreflightFactory
-
public class PreflightFactory extends java.lang.Object
Generates a Preflight ConfigurationTest Object based on the storage type
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Preflight
getInstance(FHIROperationContext operationContext, java.util.List<Input> inputs, OperationConstants.ExportType exportType, java.lang.String format)
gets an instance of the Preflight check based on the source,outcome
-
-
-
Method Detail
-
getInstance
public static Preflight getInstance(FHIROperationContext operationContext, java.util.List<Input> inputs, OperationConstants.ExportType exportType, java.lang.String format)
gets an instance of the Preflight check based on the source,outcome- Parameters:
operationContext
-inputs
-exportType
-- Returns:
-
-