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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
LINK_FOLDER_OPTION
-
Constructor Summary
Constructors Constructor Description TemplateMigrationRequest()
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MigrationPostProcessor>
getEnabledPostProcessors()
Returns the list of enabled post processors that were specified for this migration requestList<MigrationPreProcessor>
getEnabledPreProcessors()
Returns the list of enabled pre processors that were specified for this migration requestTemplateMigrationMapping
getMapping()
Returns the mapping for this migration requestHashMap<String,String>
getOptions()
Returns a key value map which represents the options which were set for this requestvoid
setEnabledPostProcessors(List<MigrationPostProcessor> enabledPostProcessors)
Sets the map of enabled post processors for this migration requestvoid
setEnabledPreProcessors(List<MigrationPreProcessor> enabledPreProcessors)
Sets the map of enabled pre processors for this migration requestvoid
setMapping(TemplateMigrationMapping mapping)
Sets the mapping for this migration requestvoid
setOptions(HashMap<String,String> options)
Sets the map of options for this request
-
-
-
Field Detail
-
LINK_FOLDER_OPTION
public static final String LINK_FOLDER_OPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
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:
-
-