cancel
Showing results for 
Search instead for 
Did you mean: 

Node's qname path

nenad982
Champ on-the-rise
Champ on-the-rise
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…
3 REPLIES 3

kaynezhang
World-Class Innovator
World-Class Innovator
You can move them to a new parent destination.by some move(moveNode) method

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…

kaynezhang
World-Class Innovator
World-Class Innovator
In your case you can just update your database  using  sql script  and  perform a full reindex.