Class TemplateMigrationRequest

java.lang.Object
com.gentics.contentnode.rest.model.request.migration.TemplateMigrationRequest
All Implemented Interfaces:
Serializable

public class TemplateMigrationRequest extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • TemplateMigrationRequest

      public TemplateMigrationRequest()
      Default constructor
  • Method Details

    • getMapping

      public TemplateMigrationMapping getMapping()
      Returns the mapping for this migration request
      Returns:
    • 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 -