Liking cljdoc? Tell your friends :D

com.yetanalytics.persephone.utils.statement


compare-statements-by-timestampclj/s

(compare-statements-by-timestamp s1 s2)

Compare Statements s1 and s2 by their timestamp values.

Compare Statements `s1` and `s2` by their timestamp values.
sourceraw docstring

get-statement-profile-idsclj/s

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

get-statement-registrationclj/s

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

get-statement-subregistrationclj/s

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

get-subregistration-idclj/s

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

subreg-iriclj/sdeprecated

source

subregistration-iriclj/s

source

subregistration-specclj/s

source

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

× close