I have some code that downloads a CMIS document:
contentStream = remoteDocument.getContentStream();
What is the most efficient way to check whether the current CMIS user has write access to this document's data content or not?
Preferably without making additional CMIS requests.