cancel
Showing results for 
Search instead for 
Did you mean: 

Get node by uuid?

luba_s
Champ in-the-making
Champ in-the-making
Hi, what is the best way on how to get the node with specified uuid? I think I could use lucene search and filter result with specified id, but i think this is not very efficient way.
Thanks
1 REPLY 1

kevinr
Star Contributor
Star Contributor
The Lucene search has the ability search for a specific node based on noderef (i.e. the full ID of the node):

ID:…

See http://wiki.alfresco.com/wiki/Search#Fields_present_on_all_entries

Thanks,

Kevin