Liking cljdoc? Tell your friends :D

clj-jargon.lazy-listings


count-list-entriesclj

(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.
sourceraw docstring

list-collections-under-pathclj

(list-collections-under-path cm user dir-path)

Lists all of the collections under a path.

Lists all of the collections under a path.
sourceraw docstring

list-files-inclj

(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.
sourceraw docstring

list-subdirs-inclj

(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.
sourceraw docstring

num-collections-under-pathclj

(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.
sourceraw docstring

num-dataobjects-under-pathclj

(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.
sourceraw docstring

paged-list-entriesclj

(paged-list-entries cm user dir-path sort-col sort-order limit offset)

Returns a paged directory listing.

Returns a paged directory listing.
sourceraw docstring

user-collection-permsclj

(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.
sourceraw docstring

user-dataobject-permsclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close