Node's qname path

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2014 06:46 PM
Hi all,
Is it possible to update/change node's qname path using Java API or on some other way?
I have some nodes which qname path is not valid. Some of the namespaces are missing and in the qname path are replaced just with {} instead of {namespace}.
Thanks…
Is it possible to update/change node's qname path using Java API or on some other way?
I have some nodes which qname path is not valid. Some of the namespaces are missing and in the qname path are replaced just with {} instead of {namespace}.
Thanks…
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2014 07:43 PM
You can move them to a new parent destination.by some move(moveNode) method

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2014 09:43 AM
Hi kaynezhang,
thank you for your answer, but I am not able to do that because of application business logic.
I would prefer if there is some way to update node's path?
Thanks…
thank you for your answer, but I am not able to do that because of application business logic.
I would prefer if there is some way to update node's path?
Thanks…
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2014 11:41 AM
In your case you can just update your database using sql script and perform a full reindex.
