Liking cljdoc? Tell your friends :D

magnet.dashboard-manager.core


IDMDashboardcljprotocol

get-ds-panelsclj

(get-ds-panels this org-id ds-uid)

get-org-dashboardsclj

(get-org-dashboards this org-id)

get-org-panelsclj

(get-org-panels this org-id)
source

IDMOrganizationcljprotocol

add-org-userclj

(add-org-user this org-id user-login role)

create-orgclj

(create-org this org-name)

delete-orgclj

(delete-org this org-id)

get-org-usersclj

(get-org-users this org-id)

get-orgsclj

(get-orgs this)

update-orgclj

(update-org this org-id new-org-name)
source

IDMUsercljprotocol

create-userclj

(create-user this user-data)

get-userclj

(get-user this login-name)

get-user-orgsclj

(get-user-orgs this user-id)

update-userclj

(update-user this id changes)
source

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

× close