cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve lifecycle state of document before delete it

Lassad_belhedi
Champ in-the-making
Champ in-the-making

Hi,

I want to retrieve lifecycle state of document before delete it.

Anyone have a solution.

2 REPLIES 2

Victor_Sánchez
Confirmed Champ
Confirmed Champ

Hi Lassad,

using API v1 (https://doc.nuxeo.com/nxdoc/rest-api-endpoints/):

/nuxeo/api/v1/id/{docId} /nuxeo/api/v1/path/{path}

you will get a document entity (more info about entities: https://doc.nuxeo.com/nxdoc/rest-api-entity-types/) And you can find the state attribute in the JSON response.

If you want to get lifecycle state from core using a DocumentModel instance (for example in your listener before delete) , you can use the public getCurrentLifeCycleState() method: https://github.com/nuxeo/nuxeo/blob/master/nuxeo-core/nuxeo-core-api/src/main/java/org/nuxeo/ecm/cor...

Regards, VS!

Hi Victor,

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.