You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2008/05/06 16:54:37 UTC

[Jackrabbit Wiki] Update of "mix:referenceable" by KarianneBerg

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The following page has been changed by KarianneBerg:
http://wiki.apache.org/jackrabbit/mix%3areferenceable

The comment on the change is:
Added info on how to retrieve a node by it's UUID

------------------------------------------------------------------------------
  
  The only standard way for an application to explicitly set the UUID of a created node is to use the XML import feature in JCR level 2.
  
+ By setting this mixin type, it also becomes possible to retrieve a node by it's UUID, regardless of which path it has. This is done by calling session.getNodeByUUID(<the UUID of the node as a String>)
+ 
  == Related node types ==
  
   * The ["mix:versionable"] mixin type extends ["mix:referenceable"]