Class TemplateMigrationRequest

    • Constructor Detail

      • TemplateMigrationRequest

        public TemplateMigrationRequest()
        Default constructor
    • Method Detail

      • setMapping

        public void setMapping​(TemplateMigrationMapping mapping)
        Sets the mapping for this migration request
        Parameters:
        mapping -
      • getEnabledPreProcessors

        public List<MigrationPreProcessor> getEnabledPreProcessors()
        Returns the list of enabled pre processors that were specified for this migration request
        Returns:
      • setEnabledPreProcessors

        public void setEnabledPreProcessors​(List<MigrationPreProcessor> enabledPreProcessors)
        Sets the map of enabled pre processors for this migration request
        Parameters:
        enabledPreProcessors -
      • getEnabledPostProcessors

        public List<MigrationPostProcessor> getEnabledPostProcessors()
        Returns the list of enabled post processors that were specified for this migration request
        Returns:
      • setEnabledPostProcessors

        public void setEnabledPostProcessors​(List<MigrationPostProcessor> enabledPostProcessors)
        Sets the map of enabled post processors for this migration request
        Parameters:
        enabledPostProcessors -
      • getOptions

        public HashMap<String,​String> getOptions()
        Returns a key value map which represents the options which were set for this request
        Returns:
      • setOptions

        public void setOptions​(HashMap<String,​String> options)
        Sets the map of options for this request
        Parameters:
        options -