I am using OpenCMIS 1.1.0 to execute CRUD operations on an Alfresco Content Repository. Using the examples provided here I am able to execute all CRUD operations on both folders and documents.
Now I want to execute these operations (esp. create and update) asynchronously. Using this excellent SO post I can create documents asynchronously. However, OpenCMIS AsyncSession class does not provide an updateContentStream method.
Is there some way I can use OpenCMIS API to update document content asynchronously.