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 {@link #isDeep()} is true
, the hold applies to thenode and its entire subtree. Otherwise the hold applies to the node and its properties only.
@see RetentionManager#getHolds(String)
@see RetentionManager#addHold(String,String,boolean)
@see RetentionManager#removeHold(String,Hold)
@since JCR 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|