Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
OpenCMIS 0.7.0
-
None
Description
In order to delete a document or get the content steam of a document, an application has to fetch the document metadata first. That is an extra request, which is not necessary in some scenarios.
Therefore, delete() and getContentStream() methods should be provided by the Session interface, which can perform these operations with just one repository request.