|
||||||||||
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()
Return the list of TagTypeMigrationMapping |
ArrayList<Integer> |
getObjectIds()
Returns the list of object ids |
String |
getType()
Return the type of the objects. |
void |
setEnabledPostProcessors(List<MigrationPostProcessor> enabledPostProcessors)
Sets the map of enabled post processors for this migration request |
void |
setMappings(ArrayList<TagTypeMigrationMapping> mappings)
Set the list of TagTypeMigrationMapping |
void |
setObjectIds(ArrayList<Integer> objectIds)
Set the list of object ids |
void |
setType(String type)
Set the type for the migration job. |
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()
TagTypeMigrationMapping
public void setMappings(ArrayList<TagTypeMigrationMapping> mappings)
TagTypeMigrationMapping
mappings
- public String getType()
public void setType(String type)
type
- public ArrayList<Integer> getObjectIds()
public void setObjectIds(ArrayList<Integer> objectIds)
objectIds
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |