Hi,
I'm currently trying to improve our Java LiveLink application.
One of my biggest challenge is to improve the update of object right.
I'm actually using
private LAPI_DOCUMENTS documents;
//... exemple...//
documents.SetObjectRight(idVol, idObject, LAPI_DOCUMENTS.RIGHT_UPDATE, idGroup, permission, 1);
On each object that I need to update. I can take sometime multiple hours to update less than 1000 files with all the updates that I need to call.
I was wondering if it's possible with the java API 9.7 to do mass object right update. Didn't found anything with the API doc.
Thanks and sorry for my bad english 