tagTypeMigrationRequest
Namespace: |
(default namespace) |
XML Schema: |
ns1.xsd |
Tag Type Migration Request
XML
Elements
name (type) |
min/max occurs |
description |
preventTriggerEvent (boolean)
|
1/1 |
Check whether the trigger events should be prevented.
|
handlePagesByTemplate (boolean)
|
1/1 |
Returns whether the handlePagesByTemplate flag was enabled for this request.
|
handleAllNodes (boolean)
|
1/1 |
Returns whether the handleAllNodes flag was enabled
|
enabledPostProcessors (migrationPostProcessor)
|
0/unbounded |
Returns the list of enabled post processors that were specified for this migration request
|
mappings (tagTypeMigrationMapping)
|
0/unbounded |
Return the list of TagTypeMigrationMapping
|
type (string)
|
0/1 |
Return the type of the objects. This can either be 'page','template' or 'objtagdef'
|
objectIds (int)
|
0/unbounded |
Returns the list of object ids
|
handleGlobalPages (boolean)
|
1/1 |
Whether a global migration shall handle pages
|
handleGlobalTemplates (boolean)
|
1/1 |
Whether a global migration shall handle templates
|
handleGlobalObjTagDefs (boolean)
|
1/1 |
Whether a global migration shall handle object property definitions
|
restrictedNodeIds (int)
|
0/unbounded |
List of IDs of nodes, to which a global migration shall be restricted. Empty to apply global migration to all nodes
|
JSON
property |
type |
description |
preventTriggerEvent |
preventTriggerEvent (boolean)
|
Check whether the trigger events should be prevented.
|
handlePagesByTemplate |
handlePagesByTemplate (boolean)
|
Returns whether the handlePagesByTemplate flag was enabled for this request.
|
handleAllNodes |
handleAllNodes (boolean)
|
Returns whether the handleAllNodes flag was enabled
|
enabledPostProcessors |
array of enabledPostProcessors (migrationPostProcessor)
|
Returns the list of enabled post processors that were specified for this migration request
|
mappings |
array of mappings (tagTypeMigrationMapping)
|
Return the list of TagTypeMigrationMapping
|
type |
type (string)
|
Return the type of the objects. This can either be 'page','template' or 'objtagdef'
|
objectIds |
array of objectIds (int)
|
Returns the list of object ids
|
handleGlobalPages |
handleGlobalPages (boolean)
|
Whether a global migration shall handle pages
|
handleGlobalTemplates |
handleGlobalTemplates (boolean)
|
Whether a global migration shall handle templates
|
handleGlobalObjTagDefs |
handleGlobalObjTagDefs (boolean)
|
Whether a global migration shall handle object property definitions
|
restrictedNodeIds |
array of restrictedNodeIds (int)
|
List of IDs of nodes, to which a global migration shall be restricted. Empty to apply global migration to all nodes
|