Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CMIS ドキュメントをダウンロードするコードがあります。
contentStream = remoteDocument.getContentStream();
現在の CMIS ユーザーがこのドキュメントのデータ コンテンツへの書き込みアクセス権を持っているかどうかを確認する最も効率的な方法は何ですか?
できれば、追加の CMIS 要求を行わないでください。