How to Do Mass Update in Alfresco Using CMIS
Is it possible to do mass update using CMIS in alfresco. I have Different Documents Types and Every Document type is having multiple documents in alfresco repository. Now my requirement is, If i will Update any single property of any document, then it should reflect with all the documents of same type. Can i do this USING CMIS? If yes, please provide the steps and sample code to do this. Thanks in Advance The hard way (and chatty way) is to query for your documents and then set the properties on each one. But the CMIS spec actually provides a better way: Bulk updates. Here is what the code