|
||||||||||
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 java.lang.String |
LINK_FOLDER_OPTION
|
Constructor Summary | |
---|---|
TemplateMigrationRequest()
Default constructor |
Method Summary | |
---|---|
java.util.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 |
java.util.HashMap<java.lang.String,java.lang.String> |
getOptions()
Returns a key value map which represents the options which were set for this request |
void |
setEnabledPostProcessors(java.util.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(java.util.HashMap<java.lang.String,java.lang.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 java.lang.String LINK_FOLDER_OPTION
Constructor Detail |
---|
public TemplateMigrationRequest()
Method Detail |
---|
public TemplateMigrationMapping getMapping()
public void setMapping(TemplateMigrationMapping mapping)
mapping
- public java.util.List<MigrationPostProcessor> getEnabledPostProcessors()
public void setEnabledPostProcessors(java.util.List<MigrationPostProcessor> enabledPostProcessors)
enabledPostProcessors
- public java.util.HashMap<java.lang.String,java.lang.String> getOptions()
public void setOptions(java.util.HashMap<java.lang.String,java.lang.String> options)
options
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |