Liking cljdoc? Tell your friends :D

cral.api.core.trashcan


delete-deleted-nodeclj

(delete-deleted-node ticket node-id & [opts])

Permanently deletes the deleted node node-id.
More info here.

Permanently deletes the deleted node `node-id`.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/trashcan/deleteDeletedNode).
sourceraw docstring

get-deleted-nodeclj

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

Gets the specific deleted node node-id.
More info here.

Gets the specific deleted node `node-id`.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/trashcan/getDeletedNode).
sourceraw docstring

get-deleted-node-contentclj

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

Gets the content of the deleted node with identifier node-id.
More info here.

Gets the content of the deleted node with identifier `node-id`.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/trashcan/getDeletedNodeContent).
sourceraw docstring

list-deleted-nodesclj

(list-deleted-nodes ticket)
(list-deleted-nodes ticket query-params & [opts])

Gets a list of deleted nodes for the current user. If the current user is an administrator deleted nodes for all users will be returned. The list of deleted nodes will be ordered with the most recently deleted node at the top of the list.
More info here.

Gets a list of deleted nodes for the current user.
If the current user is an administrator deleted nodes for all users will be returned.
The list of deleted nodes will be ordered with the most recently deleted node at the top of the list.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/trashcan/listDeletedNodes).
sourceraw docstring

restore-deleted-nodeclj

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

Attempts to restore the deleted node node-id to its original location or to a new location.
More info here.

Attempts to restore the deleted node `node-id` to its original location or to a new location.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/trashcan/restoreDeletedNode).
sourceraw docstring

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

× close