public class TemplateMigrationRequest extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
LINK_FOLDER_OPTION |
Constructor and Description |
---|
TemplateMigrationRequest()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
List<MigrationPostProcessor> |
getEnabledPostProcessors()
Returns the list of enabled post processors that were specified for this migration request
|
List<MigrationPreProcessor> |
getEnabledPreProcessors()
Returns the list of enabled pre processors that were specified for this migration request
|
TemplateMigrationMapping |
getMapping()
Returns the mapping for this migration request
|
HashMap<String,String> |
getOptions()
Returns a key value map which represents the options which were set for this request
|
void |
setEnabledPostProcessors(List<MigrationPostProcessor> enabledPostProcessors)
Sets the map of enabled post processors for this migration request
|
void |
setEnabledPreProcessors(List<MigrationPreProcessor> enabledPreProcessors)
Sets the map of enabled pre processors for this migration request
|
void |
setMapping(TemplateMigrationMapping mapping)
Sets the mapping for this migration request
|
void |
setOptions(HashMap<String,String> options)
Sets the map of options for this request
|
public static final String LINK_FOLDER_OPTION
public TemplateMigrationMapping getMapping()
public void setMapping(TemplateMigrationMapping mapping)
mapping
- public List<MigrationPreProcessor> getEnabledPreProcessors()
public void setEnabledPreProcessors(List<MigrationPreProcessor> enabledPreProcessors)
enabledPreProcessors
- public List<MigrationPostProcessor> getEnabledPostProcessors()
public void setEnabledPostProcessors(List<MigrationPostProcessor> enabledPostProcessors)
enabledPostProcessors
- public HashMap<String,String> getOptions()
Copyright © 2024 Gentics Software. All rights reserved.