Class BTEBatchImportService


  • public class BTEBatchImportService
    extends Object
    This class acts as a Service in the procedure to batch import using the Biblio-Transformation-Engine
    • Constructor Detail

      • BTEBatchImportService

        public BTEBatchImportService()
        Default constructor
    • Method Detail

      • setDataLoaders

        public void setDataLoaders​(Map<String,​gr.ekt.bte.core.DataLoader> dataLoaders)
        Setter method for dataLoaders parameter
        Parameters:
        dataLoaders - map of data loaders
      • getDataLoaders

        public Map<String,​gr.ekt.bte.core.DataLoader> getDataLoaders()
        Get data loaders
        Returns:
        the map of DataLoaders
      • getOutputMap

        public Map<String,​String> getOutputMap()
        Get output map
        Returns:
        the outputMapping
      • setOutputMap

        public void setOutputMap​(Map<String,​String> outputMap)
        Setter method for the outputMapping
        Parameters:
        outputMap - the output mapping
      • getTransformationEngine

        public gr.ekt.bte.core.TransformationEngine getTransformationEngine()
        Get transformation engine
        Returns:
        transformation engine
      • setTransformationEngine

        public void setTransformationEngine​(gr.ekt.bte.core.TransformationEngine transformationEngine)
        set transformation engine
        Parameters:
        transformationEngine - transformation engine
      • getFileDataLoaders

        public List<String> getFileDataLoaders()
        Getter of file data loaders
        Returns:
        List of file data loaders