Class HttpsTransformer
- java.lang.Object
 - 
- com.ibm.fhir.bulkdata.load.partition.transformer.impl.HttpsTransformer
 
 
- 
- All Implemented Interfaces:
 PartitionSourceTransformer
public class HttpsTransformer extends Object implements PartitionSourceTransformer
Converts the Https Type to a BulkData Source There are no sophisticated operations. Usually the list of generated data sources is size 1. 
- 
- 
Constructor Summary
Constructors Constructor Description HttpsTransformer() 
- 
Method Summary
All Methods Instance Methods Concrete 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
public List<BulkDataSource> transformToDataSources(String source, String type, String location) throws FHIRException
Description copied from interface:PartitionSourceTransformerConverts the Source-Type and Location to multiple BulkDataSources for partitioning- Specified by:
 transformToDataSourcesin interfacePartitionSourceTransformer- Returns:
 - Throws:
 FHIRException
 
 - 
 
 -