|
||||||||||
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.TagTypeMigrationRequest
public class TagTypeMigrationRequest
Tag Type Migration Request
Constructor Summary | |
---|---|
TagTypeMigrationRequest()
Create an empty instance |
Method Summary | |
---|---|
List<MigrationPostProcessor> |
getEnabledPostProcessors()
Returns the list of enabled post processors that were specified for this migration request |
ArrayList<TagTypeMigrationMapping> |
getMappings()
|
ArrayList<Integer> |
getObjectIds()
|
String |
getType()
|
void |
setEnabledPostProcessors(List<MigrationPostProcessor> enabledPostProcessors)
Sets the map of enabled post processors for this migration request |
void |
setMappings(ArrayList<TagTypeMigrationMapping> mappings)
|
void |
setObjectIds(ArrayList<Integer> objectIds)
|
void |
setType(String type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagTypeMigrationRequest()
Method Detail |
---|
public List<MigrationPostProcessor> getEnabledPostProcessors()
public void setEnabledPostProcessors(List<MigrationPostProcessor> enabledPostProcessors)
enabledPostProcessors
- public ArrayList<TagTypeMigrationMapping> getMappings()
public void setMappings(ArrayList<TagTypeMigrationMapping> mappings)
public String getType()
public void setType(String type)
public ArrayList<Integer> getObjectIds()
public void setObjectIds(ArrayList<Integer> objectIds)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |