You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Martin Perez <mp...@gmail.com> on 2005/10/17 19:58:51 UTC

Obtaining all the locks

Is there any direct way to obtain all the locks of a session?

I know that there is a String[] getLockTokens method, but it seems that a
token can't be used to locate a locked node.

If the answer is no. I suppose that I should look for the nodes with a
jcr:lockOwner property. Is this correct?

Thanks!

Martin