Loading TOC...

xdmp:collection-locks

xdmp:collection-locks(
   [$uri as xs:string*]
) as document-node()*

Summary

Returns locks of documents in a collection.

Parameters
uri The input URI.

Example

  for $d in xdmp:collection-locks(
                     ("http://example.com/col1/",
                      "http://example.com/col2/"))
  return xdmp:node-uri($d)
  => http://example.com/bar.xml
     http://example.com/baz.xml

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.