(compare-statements-by-timestamp s1 s2)
Compare Statements s1
and s2
by their timestamp values.
Compare Statements `s1` and `s2` by their timestamp values.
(get-statement-profile-ids statement profile-id-set)
Get the category context Activity IDs that are also Profile IDs, or
return ::missing-profile-reference
if none are.
Get the category context Activity IDs that are also Profile IDs, or return `::missing-profile-reference` if none are.
(get-statement-registration statement)
Return the registration value from statement
, or the keyword
:no-registration
if not present.
Return the registration value from `statement`, or the keyword `:no-registration` if not present.
(get-statement-subregistration statement registration)
Given statement
and registration
, return the subregistration
extension value (a coll of subreg objects), or a keyword if the
subregistration value is invalid.
Given `statement` and `registration`, return the subregistration extension value (a coll of subreg objects), or a keyword if the subregistration value is invalid.
(get-subregistration-id profile-id subreg-objs)
Given profile-id
and subreg-objs
that is a coll of subregistration
objects (with keys profile
and subregistration
), return the
subregistration UUID corresponding to profile-id
or nil
if not found.
Given `profile-id` and `subreg-objs` that is a coll of subregistration objects (with keys `profile` and `subregistration`), return the subregistration UUID corresponding to `profile-id` or `nil` if not found.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close