|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.request.migration.TemplateMigrationRequest
public class TemplateMigrationRequest
Field Summary | |
---|---|
static String |
LINK_FOLDER_OPTION
|
Constructor Summary | |
---|---|
TemplateMigrationRequest()
Default constructor |
Method Summary | |
---|---|
List<MigrationPostProcessor> |
getEnabledPostProcessors()
Returns the list of enabled post 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 |
setMapping(TemplateMigrationMapping mapping)
Sets the mapping for this migration request |
void |
setOptions(HashMap<String,String> options)
Sets the map of options for this request |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String LINK_FOLDER_OPTION
Constructor Detail |
---|
public TemplateMigrationRequest()
Method Detail |
---|
public TemplateMigrationMapping getMapping()
public void setMapping(TemplateMigrationMapping mapping)
mapping
- public List<MigrationPostProcessor> getEnabledPostProcessors()
public void setEnabledPostProcessors(List<MigrationPostProcessor> enabledPostProcessors)
enabledPostProcessors
- public HashMap<String,String> getOptions()
public void setOptions(HashMap<String,String> options)
options
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |