Interface PartitionSourceTransformer
- 
- All Known Implementing Classes:
 FileTransformer,HttpsTransformer,S3Transformer
public interface PartitionSourceTransformerPartitioning Sources 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<BulkDataSource>transformToDataSources(String source, String type, String location)Converts the Source-Type and Location to multiple BulkDataSources for partitioning 
 - 
 
- 
- 
Method Detail
- 
transformToDataSources
List<BulkDataSource> transformToDataSources(String source, String type, String location) throws FHIRException
Converts the Source-Type and Location to multiple BulkDataSources for partitioning- Parameters:
 source-type-location-- Returns:
 - Throws:
 FHIRException
 
 - 
 
 -