Liking cljdoc? Tell your friends :D

old-client.forms


create-formclj

(create-form old-client form-map)

Create a new form defined by form-map.

Create a new form defined by form-map.
raw docstring

create-print-formclj

(create-print-form old-client form-map)

Create a new form defined by form-map and print it.

Create a new form defined by form-map and print it.
raw docstring

default-formclj


delete-formclj

(delete-form old-client form-id)

Delete existing form with form-id.

Delete existing form with form-id.
raw docstring

delete-print-formclj

(delete-print-form old-client form-id)

Delete existing form with form-id and print it.

Delete existing form with form-id and print it.
raw docstring

fetch-formclj

(fetch-form old-client form-id)

Fetch form with form-id from the OLD instance.

Fetch form with form-id from the OLD instance.
raw docstring

fetch-formsclj

(fetch-forms old-client)

Fetch all forms from the OLD instance.

Fetch all forms from the OLD instance.
raw docstring

fetch-print-formclj

(fetch-print-form old-client form-id)

Fetch form with form-id from the OLD instance and print it.

Fetch form with form-id from the OLD instance and print it.
raw docstring

fetch-print-formsclj

(fetch-print-forms old-client)

Fetch all forms from the OLD instance and pretty-print them to stdout.

Fetch all forms from the OLD instance and pretty-print them to stdout.
raw docstring

search-formsclj

(search-forms old-client form-search)

Search over forms using form-search.

Search over forms using form-search.
raw docstring

search-print-formsclj

(search-print-forms old-client form-search)

Search over forms using form-search and pretty-print them to stdout.

Search over forms using form-search and pretty-print them to stdout.
raw docstring

update-formclj

(update-form old-client form-id form-map)

Update existing form with form-id using form-map.

Update existing form with form-id using form-map.
raw docstring

update-print-formclj

(update-print-form old-client form-id form-map)

Update existing form with form-id using form-map and print it.

Update existing form with form-id using form-map and print it.
raw docstring

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

× close