com.gentics.contentnode.rest.model.request.migration
Class TagTypeMigrationRequest

java.lang.Object
  extended by com.gentics.contentnode.rest.model.request.migration.TagTypeMigrationRequest
All Implemented Interfaces:
Serializable

public class TagTypeMigrationRequest
extends Object
implements Serializable

Tag Type Migration Request

Author:
Taylor
See Also:
Serialized Form

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

TagTypeMigrationRequest

public TagTypeMigrationRequest()
Create an empty instance

Method Detail

getEnabledPostProcessors

public List<MigrationPostProcessor> getEnabledPostProcessors()
Returns the list of enabled post processors that were specified for this migration request

Returns:

setEnabledPostProcessors

public void setEnabledPostProcessors(List<MigrationPostProcessor> enabledPostProcessors)
Sets the map of enabled post processors for this migration request

Parameters:
enabledPostProcessors -

getMappings

public ArrayList<TagTypeMigrationMapping> getMappings()

setMappings

public void setMappings(ArrayList<TagTypeMigrationMapping> mappings)

getType

public String getType()

setType

public void setType(String type)

getObjectIds

public ArrayList<Integer> getObjectIds()

setObjectIds

public void setObjectIds(ArrayList<Integer> objectIds)


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.