Interface Hold


public interface Hold
Hold represents a hold that can be applied to an existing node in order to prevent the node from being modified or removed. The format and interpretation of the name are not specified. They are application-dependent.

If isDeep() is true, the hold applies to the node and its entire subgraph. Otherwise the hold applies to the node and its properties only.

Since:
JCR 2.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of this Hold.
    boolean
    Returns true if this Hold is deep.