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

IDMDatasourcecljprotocol

create-datasourceclj

(create-datasource this org-id data)

delete-datasourceclj

(delete-datasource this org-id id)

get-datasourceclj

(get-datasource this org-id id)

get-datasourcesclj

(get-datasources this org-id)

update-datasourceclj

(update-datasource this org-id id changes)
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)

delete-org-userclj

(delete-org-user this org-id user-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)

delete-userclj

(delete-user this user-id)

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