Class PartitionSourceTransformerFactory


  • public class PartitionSourceTransformerFactory
    extends java.lang.Object
    Converts 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.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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