Eg: // To move Asset from /document/somedocument.pdf to /document/legal with name document.pdf AssetManager#move("/document/somedocument.pdf", "/document/legal/document.pdf");
In our case we need to rename thousands of assets. Will the AssetManager API take care of all Collections where these assets have been referenced? If you use the UI manually the collections get updated but if you use the JCR API and session.move() they are not.