mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* Fetch the userInfo once loggedIn and expose the cabilibility of admin * Rollback method * Return same use if defined * Use the same pepleContent service for UserInfoCOmpnent * Remove useless import * Use interface * Use angular resolver instead of guard * Remove fdescribe * Fix linting * Regenerate doc * Improve doc * Fix optional * Fix the unit test * Fix comment * Fix lint * Fix unit * Add fetch user as part of the ssoGuard * Fix unit test after fetch * Add additional unit * Fix await
1.4 KiB
1.4 KiB
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Deleted Nodes Api service | v2.0.0 | Active | 2018-04-05 |
Deleted Nodes Api service
Gets a list of Content Services nodes currently in the trash.
Class members
Methods
- getDeletedNodes(options?:
any
):Observable
<
NodePaging
>
Gets a list of nodes in the trash.- options:
any
- (Optional) Options for JS-API call - Returns
Observable
<
NodePaging
>
- List of nodes in the trash
- options:
Details
The getDeletedNodes
method returns a NodePaging
object that lists
the items in the trash. The format of the options
parameter is
described in the getDeletedNodes
page of the Alfresco JS API docs.