Class PreflightFactory
- java.lang.Object
 - 
- com.ibm.fhir.operation.bulkdata.config.preflight.PreflightFactory
 
 
- 
public class PreflightFactory extends 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 PreflightgetInstance(FHIROperationContext operationContext, List<Input> inputs, OperationConstants.ExportType exportType, String format)gets an instance of the Preflight check based on the source,outcome 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static Preflight getInstance(FHIROperationContext operationContext, List<Input> inputs, OperationConstants.ExportType exportType, String format)
gets an instance of the Preflight check based on the source,outcome- Parameters:
 operationContext-inputs-exportType-- Returns:
 
 
 - 
 
 -