true
if the node at absPath
holds a lock; otherwise returns false
. To hold a lock means that this node has actually had a lock placed on it specifically, as opposed to just having a lock apply to it due to a deep lock held by a node above.
@param absPath absolute path of node
@return a boolean
.
@throws RepositoryException if an error occurs.
true
if the node given holds a lock; otherwise returns false
@param node node
@return true
if the node given holds a lock;otherwise returns false
@see javax.jcr.Node#holdsLock
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|