yuuvis® RAD Q&A

0 votes
by (820 points)

Hi,

if I "soft" delete a DmsObject, it is moved to the "recycle bin".

Elasticsearch (remaining values omitted)

"typepath": [
        "sysroot/ecm:sysrecyclebin/note"
    ],

I'm looking for some way to undo the deletion in the ui. Therefore a listing of the recycle bin content is welcome. Perhaps I'm just missing the correct API method.

A request via dmsService.getDmsObject(...) results in a 404. Is there any way to access this object programmatically? And if, what's the semantic of the recycle bin? Is it "on a per user basis" security wise?

TIA

Dennis

2 Answers

0 votes
by (19.6k points)
selected by
 
Best answer

Hello Dennis,

the recycle bin behaves just like the windows recycle bin. Objects that are soft deleted are put into the recycle bin and can either be restored or permanently deleted. It is designed to be done either by the user or by any admin user but right now there is no possibility to access the recycle bin outside of the management studio, so it is limited to admin users.

Regards
Nicolai

by (820 points)
I implemented a "user recycle bin"-functionality via lifecycle flags on the dms objects. I was wondering if reeinvented the wheel and  could just use the existing recycle bin. Thanks for the clarification!
0 votes
by

You can restore deleted objects in the mangement-studio.

Related questions

0 votes
1 answer
0 votes
3 answers
asked Apr 8, 2019 by katsikiotisP (200 points)
0 votes
2 answers
0 votes
1 answer
0 votes
1 answer
asked May 24, 2019 by dcieplik (820 points)
...