cancel
Showing results for 
Search instead for 
Did you mean: 

node information from node-uuid

anshul
Champ in-the-making
Champ in-the-making
Hi
Is it possible to get node information such as path,store etc only from node-uuid

thanks
Anshul
3 REPLIES 3

jcustovic
Champ in-the-making
Champ in-the-making

anshul
Champ in-the-making
Champ in-the-making
hi
Thanks for your reply. Well the link to the post you gave me was started by me. this time the situation is different. I just have a node-uuid only idont even know the path nor the store where the node is. So is it possible to know the store and the path from the node-uuid

Thanks
Anshul

jcustovic
Champ in-the-making
Champ in-the-making
… You can get node by uuid and get it's path. The only line you need to change is:
space = new Reference(WORKSPACE_STORE, "your-uuid", null);

So you can get path from node-uuid but still you have to know space.