A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/xmldb
A module for database manipulation functions.

xmldb:get-owner($collection-uri as item()) xs:string?
Returns the owner user-id of the collection $collection-uri. Collection URIs can be specified either as a simple collection path or an XMLDB URI.
$collection-uriThe collection URI

Returns the user-id

xmldb:get-owner($collection-uri as item(), $resource as xs:string) xs:string?
Returns the owner user-id of the resource $resource in collection $collection-uri. Collection URIs can be specified either as a simple collection path or an XMLDB URI.
$collection-uriThe collection URI
$resourceThe resource

Returns the user-id
Return to list of all modules