Liking cljdoc? Tell your friends :D

clj-confluence.page


create-pageclj

(create-page connection spacename parentpage pagetitle pagecontent)

create page

create page
raw docstring

delete-childsclj

(delete-childs connection spacename pagetitle)
(delete-childs connection spacename pagetitle purge)

delete child pages (which have to be leafs)

delete child pages (which have to be leafs)
raw docstring

delete-childs-recursiveclj

(delete-childs-recursive connection spacename pageid)
(delete-childs-recursive connection spacename pageid purge)

delete child pages recursive

delete child pages recursive
raw docstring

delete-pageclj

(delete-page connection spacename pageid)
(delete-page connection spacename pageid purge)

delete (purge-delete) page

delete (purge-delete) page
raw docstring

find-pageclj

(find-page connection spacename title)

find single (first) page by spacename and title

find single (first) page by spacename and title
raw docstring

find-page-by-tagsclj

(find-page-by-tags connection spacename tags)

find page by tags

find page by tags
raw docstring

find-pagesclj

(find-pages connection spacename title)

find pages by spacename and title

find pages by spacename and title
raw docstring

get-child-idsclj

(get-child-ids connection spacename pageid)

returns list of child page ids

returns list of child page ids
raw docstring

get-childsclj

(get-childs connection spacename pageid)

returns list of child pages

returns list of child pages
raw docstring

get-pageclj

(get-page connection spacename title)

get page by spacename and title

get page by spacename and title
raw docstring

get-page-bodyclj

(get-page-body connection spacename title)

get page body by spacename and title

get page body by spacename and title
raw docstring

get-page-hiccupclj

(get-page-hiccup connection spacename title)

get page body as hiccup structure by spacename and title

get page body as hiccup structure by spacename and title
raw docstring

get-page-idcljmultimethod

get page id

get page id
raw docstring

get-page-storageclj

(get-page-storage connection spacename title)

get page body as hickory structure by spacename and title

get page body as hickory structure by spacename and title
raw docstring

get-page-versionclj

(get-page-version connection spacename title)

get page by spacename and title

get page by spacename and title
raw docstring

has-childs?clj

(has-childs? connection spacename pageid)

check if page has child pages

check if page has child pages
raw docstring

page-exists?clj

(page-exists? connection spacename pagename)

check if page exists

check if page exists
raw docstring

search-pageclj

(search-page connection cql)

upcreate-pageclj

(upcreate-page connection spacename parentpage pagetitle pagecontent)

update or create a page

update or create a page
raw docstring

update-pageclj

(update-page connection spacename pagetitle pagecontent)

update page

update page
raw docstring

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

× close