(count-list-entries cm user dir-path)
Returns the number of entries in a directory listing. Useful for paging.
Returns the number of entries in a directory listing. Useful for paging.
(list-collections-under-path cm user dir-path)
Lists all of the collections under a path.
Lists all of the collections under a path.
(list-files-in {lister :lister} dir-path)
Returns a lazy listing of the files in the directory at the given path.
Returns a lazy listing of the files in the directory at the given path.
(list-subdirs-in {lister :lister} dir-path)
Returns a lazy listing of the subdirectories in the directory at the given path.
Returns a lazy listing of the subdirectories in the directory at the given path.
(num-collections-under-path cm user dir-path)
The number of collections directly under the specified path. In other words, it's not recursive.
The number of collections directly under the specified path. In other words, it's not recursive.
(num-dataobjects-under-path cm user dir-path)
The number of collections directly under the specified path. In other words, it's not recursive.
The number of collections directly under the specified path. In other words, it's not recursive.
(paged-list-entries cm user dir-path sort-col sort-order limit offset)
Returns a paged directory listing.
Returns a paged directory listing.
(user-collection-perms cm collection)
Lists the users and their permissions that have access to a collection.
Lists the users and their permissions that have access to a collection.
(user-dataobject-perms cm dataobject-path)
Lists the user and their permissions that have access to a dataobject.
Lists the user and their permissions that have access to a dataobject.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close