Class DataHubTransferHandler


  • public class DataHubTransferHandler
    extends java.lang.Object
    This class handles the transfer of configuration models to the data hub via property map.
    • Constructor Detail

      • DataHubTransferHandler

        public DataHubTransferHandler()
    • Method Detail

      • createConfigurationMap

        protected java.util.Map<java.lang.String,​java.lang.Object> createConfigurationMap​(ItemModel model,
                                                                                                AbstractPopulatingConverter<ItemModel,​java.util.Map<java.lang.String,​java.lang.Object>> converter)
        Creates the property map for the given model.
        Parameters:
        model - the given model
        converter - converter for populating the property map
        Returns:
        the related property map of the event
      • createConfigurationDTO

        protected java.lang.Object createConfigurationDTO​(ItemModel model,
                                                          AbstractPopulatingConverter converter)
        Creates the DTO for the item type of the save event.
        Parameters:
        model - source item model
        converter - converter for populating the dto
        Returns:
        the related DTO of the event