Get data deleted by a particular user group (e.g Site Managers)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2020 02:36 AM
How to get data deleted by a particular user group (e.g Site Managers)?
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2020 07:11 AM
You can achive that by customized solution.
You need to create your own webscript where this logic would remain.
ArchivedNodePut.java - This webscript is used to restore file.
ArchivedNodesGet.java- This webscript is used to get deleted file.
You can combile both logic in your webscript.
