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
|
List<MigrationPreProcessor> |
getEnabledPreProcessors()
Returns the list of enabled pre processors that were specified for this migration request
|
List<TagTypeMigrationMapping> |
getMappings()
Return the list of
TagTypeMigrationMapping |
List<Integer> |
getObjectIds()
Returns the list of object ids
|
List<Integer> |
getRestrictedNodeIds()
List of IDs of nodes, to which a global migration shall be restricted.
|
String |
getType()
Return the type of the objects.
|
boolean |
isHandleAllNodes()
Returns whether the handleAllNodes flag was enabled
|
boolean |
isHandleGlobalObjTagDefs()
Whether a global migration shall handle object property definitions
|
boolean |
isHandleGlobalPages()
Whether a global migration shall handle pages
|
boolean |
isHandleGlobalTemplates()
Whether a global migration shall handle templates
|
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 |
setEnabledPreProcessors(List<MigrationPreProcessor> enabledPreProcessors)
Sets the map of enabled pre processors for this migration request
|
void |
setHandleAllNodes(boolean handleAllNodes)
Set the handleAllNodes flag
|
void |
setHandleGlobalObjTagDefs(boolean handleGlobalObjTagDefs)
Set whether a global migration shall handle object property definitions
|
void |
setHandleGlobalPages(boolean handleGlobalPages)
Set whether a global migration shall handle pages
|
void |
setHandleGlobalTemplates(boolean handleGlobalTemplates)
Set whether a global migration shall handle templates
|
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(List<TagTypeMigrationMapping> mappings)
Set the list of
TagTypeMigrationMapping |
void |
setObjectIds(List<Integer> objectIds)
Set the list of object ids
|
void |
setPreventTriggerEvent(boolean preventTriggerEvent)
Sets the prevent tigger event option
|
void |
setRestrictedNodeIds(List<Integer> restrictedNodeIds)
Set list of node IDs to which a global migration shall be restricted
|
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 boolean isHandleAllNodes()
public void setHandleAllNodes(boolean handleAllNodes)
handleAllNodes
- true to handle pages of all nodes, false for only the same node as the selected pagepublic List<MigrationPreProcessor> getEnabledPreProcessors()
public void setEnabledPreProcessors(List<MigrationPreProcessor> enabledPreProcessors)
enabledPreProcessors
- public List<MigrationPostProcessor> getEnabledPostProcessors()
public void setEnabledPostProcessors(List<MigrationPostProcessor> enabledPostProcessors)
enabledPostProcessors
- public List<TagTypeMigrationMapping> getMappings()
TagTypeMigrationMapping
public void setMappings(List<TagTypeMigrationMapping> mappings)
TagTypeMigrationMapping
mappings
- public String getType()
public void setType(String type)
type
- public void setObjectIds(List<Integer> objectIds)
objectIds
- public boolean isHandleGlobalPages()
public void setHandleGlobalPages(boolean handleGlobalPages)
handleGlobalPages
- true to handle pagespublic boolean isHandleGlobalTemplates()
public void setHandleGlobalTemplates(boolean handleGlobalTemplates)
handleGlobalTemplates
- true to handle templatespublic boolean isHandleGlobalObjTagDefs()
public void setHandleGlobalObjTagDefs(boolean handleGlobalObjTagDefs)
handleGlobalObjTagDefs
- true to handle object property definitionspublic List<Integer> getRestrictedNodeIds()
Copyright © 2018 Gentics Software. All rights reserved.