Class HttpsTransformer
- java.lang.Object
 - 
- com.ibm.fhir.bulkdata.load.partition.transformer.impl.HttpsTransformer
 
 
- 
- All Implemented Interfaces:
 PartitionSourceTransformer
public class HttpsTransformer extends java.lang.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 java.util.List<BulkDataSource>transformToDataSources(java.lang.String source, java.lang.String type, java.lang.String location)Converts the Source-Type and Location to multiple BulkDataSources for partitioning 
 - 
 
- 
- 
Method Detail
- 
transformToDataSources
public java.util.List<BulkDataSource> transformToDataSources(java.lang.String source, java.lang.String type, java.lang.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
 
 - 
 
 -