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 2013/07/24 10:26:26 UTC

[Jackrabbit Wiki] Update of "mix:lockable" by JukkaZitting

Dear Wiki user,

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

The "mix:lockable" page has been changed by JukkaZitting:
https://wiki.apache.org/jackrabbit/mix%3Alockable

Comment:
Add mix:lockable

New page:
Mixin type for lockable nodes.

== Definition ==

{{{
[mix:lockable] mixin
  - jcr:lockOwner (STRING) protected IGNORE
  - jcr:lockIsDeep (BOOLEAN) protected IGNORE
}}}

== Description ==

TODO

== Related node types ==

No other predefined node type directly inherits or uses the mix:lockable mixin. The mixin is typically explicitly added to all nodes that an application wants to be able to lock. Or a custom node type might extend mix:lockable if lockability is a standard feature of such nodes.

== Comments and questions ==