Liking cljdoc? Tell your friends :D

cral.alfresco.core.nodes


copy-nodeclj

(copy-node ticket node-id body)
(copy-node ticket node-id body query-params & [opts])

Copy node.

Copy node.
sourceraw docstring

create-nodeclj

(create-node ticket parent-id body)
(create-node ticket parent-id body query-params & [opts])

Create a node.

Create a node.
sourceraw docstring

create-node-assocsclj

(create-node-assocs ticket node-id body)
(create-node-assocs ticket node-id body query-params & [opts])

Create node associations.

Create node associations.
sourceraw docstring

create-secondary-childclj

(create-secondary-child ticket node-id body)
(create-secondary-child ticket node-id body query-params & [opts])

Create secondary child.

Create secondary child.
sourceraw docstring

delete-nodeclj

(delete-node ticket node-id)
(delete-node ticket node-id query-params & [opts])

Delete a node.

Delete a node.
sourceraw docstring

delete-node-assocsclj

(delete-node-assocs ticket node-id target-id)
(delete-node-assocs ticket node-id target-id query-params & [opts])

Delete node associations.

Delete node associations.
sourceraw docstring

delete-secondary-childclj

(delete-secondary-child ticket node-id child-id)
(delete-secondary-child ticket node-id child-id query-params & [opts])

Delete secondary child or children.

Delete secondary child or children.
sourceraw docstring

get-nodeclj

(get-node ticket node-id)
(get-node ticket node-id query-params & [opts])

Get node metadata.

Get node metadata.
sourceraw docstring

get-node-contentclj

(get-node-content ticket node-id)

Get node content.

Get node content.
sourceraw docstring

list-node-childrenclj

(list-node-children ticket node-id)
(list-node-children ticket node-id query-params & [opts])

List node children.

List node children.
sourceraw docstring

list-parentsclj

(list-parents ticket node-id)
(list-parents ticket node-id query-params & [opts])

List parents.

List parents.
sourceraw docstring

list-secondary-childrenclj

(list-secondary-children ticket node-id)
(list-secondary-children ticket node-id query-params & [opts])

List secondary children.

List secondary children.
sourceraw docstring

list-source-assocsclj

(list-source-assocs ticket node-id)
(list-source-assocs ticket node-id query-params & [opts])

List source associations.

List source associations.
sourceraw docstring

list-target-assocsclj

(list-target-assocs ticket node-id)
(list-target-assocs ticket node-id query-params & [opts])

List target associations.

List target associations.
sourceraw docstring

lock-nodeclj

(lock-node ticket node-id body)
(lock-node ticket node-id body query-params & [opts])

Lock node.

Lock node.
sourceraw docstring

move-nodeclj

(move-node ticket node-id body)
(move-node ticket node-id body query-params & [opts])

Move node.

Move node.
sourceraw docstring

unlock-nodeclj

(unlock-node ticket node-id)
(unlock-node ticket node-id query-params & [opts])

Unlock a node.

Unlock a node.
sourceraw docstring

update-nodeclj

(update-node ticket node-id body)
(update-node ticket node-id body query-params & [opts])

Update a node.

Update a node.
sourceraw docstring

update-node-contentclj

(update-node-content ticket node-id content)
(update-node-content ticket node-id content query-params & [opts])

Upload node content.

Upload node content.
sourceraw docstring

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

× close