Class TemplateMigrationRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.migration.TemplateMigrationRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of enabled post processors that were specified for this migration requestReturns the list of enabled pre processors that were specified for this migration requestReturns the mapping for this migration requestReturns 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 Details
-
LINK_FOLDER_OPTION
- See Also:
-
-
Constructor Details
-
TemplateMigrationRequest
public TemplateMigrationRequest()Default constructor
-
-
Method Details
-
getMapping
Returns the mapping for this migration request- Returns:
-
setMapping
Sets the mapping for this migration request- Parameters:
mapping
-
-
getEnabledPreProcessors
Returns the list of enabled pre processors that were specified for this migration request- Returns:
-
setEnabledPreProcessors
Sets the map of enabled pre processors for this migration request- Parameters:
enabledPreProcessors
-
-
getEnabledPostProcessors
Returns the list of enabled post processors that were specified for this migration request- Returns:
-
setEnabledPostProcessors
Sets the map of enabled post processors for this migration request- Parameters:
enabledPostProcessors
-
-
getOptions
Returns a key value map which represents the options which were set for this request- Returns:
-
setOptions
Sets the map of options for this request- Parameters:
options
-
-