Liking cljdoc? Tell your friends :D

clj-jargon.by-uuid


get-pathclj

(get-path cm uuid)

Returns the path of an entity given its UUID.

Parameters: cm - an open jargon context uuid - the UUID of the entity

Returns: If found, it returns the path of the entity.

Returns the path of an entity given its UUID.

Parameters:
  cm   - an open jargon context
  uuid - the UUID of the entity

Returns:
  If found, it returns the path of the entity.
sourceraw docstring

get-pathsclj

(get-paths {executor :executor} uuids)

Returns a map from UUID to their corresponding entity path for a given collection of UUIDs.

Parameters: cm - an open jargon context uuids - a collection of UUIDs

Returns: A map from UUID to the path of the associated entity. UUIDs that could not be found will be missing from the resulting map. Note: this function will not detect the case where the same UUID is associated with multiple entities in the data store. If the same UUID ever becomes associated with multiple entities, whichever entity is found last will be included in the results.

Returns a map from UUID to their corresponding entity path for a given collection of UUIDs.

Parameters:
  cm    - an open jargon context
  uuids - a collection of UUIDs

Returns: A map from UUID to the path of the associated entity. UUIDs that could not be found will be missing from the
resulting map. Note: this function will not detect the case where the same UUID is associated with multiple entities
in the data store. If the same UUID ever becomes associated with multiple entities, whichever entity is found last
will be included in the results.
sourceraw docstring

uuid-attrclj

This is the iRODS metadata attribute that holds the UUID.

This is the iRODS metadata attribute that holds the UUID.
sourceraw docstring

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

× close