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

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

public class TemplateMigrationRequest
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

LINK_FOLDER_OPTION

public static final java.lang.String LINK_FOLDER_OPTION
See Also:
Constant Field Values
Constructor Detail

TemplateMigrationRequest

public TemplateMigrationRequest()
Default constructor

Method Detail

getMapping

public TemplateMigrationMapping getMapping()
Returns the mapping for this migration request

Returns:

setMapping

public void setMapping(TemplateMigrationMapping mapping)
Sets the mapping for this migration request

Parameters:
mapping -

getEnabledPostProcessors

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

Returns:

setEnabledPostProcessors

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

Parameters:
enabledPostProcessors -

getOptions

public 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

Returns:

setOptions

public void setOptions(java.util.HashMap<java.lang.String,java.lang.String> options)
Sets the map of options for this request

Parameters:
options -


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.