Liking cljdoc? Tell your friends :D

clj-confluence.label


add-labelclj

(add-label connection spacename title label)

add single label to page

add single label to page
raw docstring

add-labelsclj

(add-labels connection spacename title labels)

add labels to page

add labels to page
raw docstring

get-label-listclj

(get-label-list connection pageid)
(get-label-list connection spacename title)

get label as keyword list

get label as keyword list
raw docstring

get-labelsclj

(get-labels connection pageid)
(get-labels connection spacename title)

get labels as map

get labels as map
raw docstring

has-label?clj

(has-label? connection pageid label)
(has-label? connection spacename title label)

check if a page has a given label

check if a page has a given label
raw docstring

remove-all-labelsclj

(remove-all-labels connection spacename title)

remove all labels from page

remove all labels from page
raw docstring

remove-labelclj

(remove-label connection spacename title label)

remove single label from page

remove single label from page
raw docstring

remove-labelscljmultimethod

remove labels from page

remove labels from page
raw docstring

set-labelsclj

(set-labels connection spacename title labels)

set labels (remove all labes and set new labels)

set labels (remove all labes and set new labels)
raw docstring

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

× close