Apache Jackrabbit : Mix -lockable

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