public class TagTypeMigrationRequest extends Object implements Serializable
Constructor and Description |
---|
TagTypeMigrationRequest()
Create an empty instance
|
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
isHandlePagesByTemplate()
Returns whether the handlePagesByTemplate flag was enabled for this request.
|
boolean |
isPreventTriggerEvent()
Check whether the trigger events should be prevented.
|
void |
setEnabledPostProcessors(List<MigrationPostProcessor> enabledPostProcessors)
Sets the map of enabled post processors for this migration request
|
void |
setHandlePagesByTemplate(boolean handlePagesByTemplate)
Sets the handlePagesByTemplate option which specifies whether the migration
should be applied to ALL pages using this page's template.
|
void |
setMappings(ArrayList<TagTypeMigrationMapping> mappings)
Set the list of
TagTypeMigrationMapping |
void |
setObjectIds(ArrayList<Integer> objectIds)
Set the list of object ids
|
void |
setPreventTriggerEvent(boolean preventTriggerEvent)
Sets the prevent tigger event option
|
void |
setType(String type)
Set the type for the migration job.
|
public TagTypeMigrationRequest()
public boolean isPreventTriggerEvent()
public void setPreventTriggerEvent(boolean preventTriggerEvent)
handlePagesByTemplate
- public boolean isHandlePagesByTemplate()
public void setHandlePagesByTemplate(boolean handlePagesByTemplate)
handlePagesByTemplate
- 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
- Copyright © 2014 Gentics Software GmbH. All rights reserved.