Class PartitionSourceTransformerFactory
- java.lang.Object
-
- com.ibm.fhir.bulkdata.load.partition.transformer.PartitionSourceTransformerFactory
-
public class PartitionSourceTransformerFactory extends java.lang.ObjectConverts the Source from a DataSource to Partitioned Data Source
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<BulkDataSource>transformToSources(java.lang.String source, java.lang.String dataSourcesInfo)Controls the Transformation and wraps the complicated logic in type specific implementations.
-
-
-
Method Detail
-
transformToSources
public static java.util.List<BulkDataSource> transformToSources(java.lang.String source, java.lang.String dataSourcesInfo) throws FHIRException
Controls the Transformation and wraps the complicated logic in type specific implementations.- Parameters:
source-dataSourcesInfo-- Returns:
- Throws:
FHIRException
-
-