From: Alberto S. <am...@zb...> - 2025-08-07 12:40:03
|
Hi, Michael Thanks, I need to do that programmatically. The collection has more than 100k documents :-) Will try your proposal, thanks Alberto Simões On Wednesday, August 6th, 2025 at 01:19, Michael Westbay <wes...@ja...> wrote: > Hi Alberto, > > The easiest way is to use the "File" → "Manage" menu item in eXide. That gives you a Finder/File Explorer dialog of all of your collections. > > Programmatically, sm:get-permissions(uri) (import module namespace sm="http://exist-db.org/xquery/securitymanager";) will get the owner, group, and mode of a given resource. > > Hope this helps. > > Take care. > > 2025年8月6日(水) 1:00 Alberto Simões <am...@zb...>: > >> Hi >> >> Is there a way to list all documents in a collection owned by a specific user? >> >> Thanks >> >> Alberto Simões >> >> _______________________________________________ >> Exist-open mailing list >> Exi...@li... >> https://lists.sourceforge.net/lists/listinfo/exist-open > > -- > > Michael Westbay > Writer/System Administrator > http://www.japanesebaseball.com/ |