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 2007/04/25 01:15:25 UTC

[Jackrabbit Wiki] Trivial Update of "mix:versionable" by HiteshLad

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 HiteshLad:
http://wiki.apache.org/jackrabbit/mix%3aversionable

------------------------------------------------------------------------------
  
  This is the key type of the JCR versioning system. All versionable nodes have the ["mix:versionable"] mixin type.
  
- All versionable nodes must also be referenceable, thus ["mix:versionable"] is a subtype of ["mix:versionable"]. There are no other constraints on the content or structure of the versionable nodes.
+ All versionable nodes must also be referenceable, thus ["mix:versionable"] is a subtype of ["mix:referenceable"]. There are no other constraints on the content or structure of the versionable nodes.
  
  A versionable node has a corresponding ["nt:versionHistory"] node within the {{{/jcr:system/jcr:versionStorage}}} tree. The {{{jcr:baseVersion}}} property references the ["nt:version"] node that represents the base version of this node within the version history.