Questions - Move api for bulk moves, Jcrutils and resource resolver api
All,
I am trying to create folders and move assets- performing bulk move
Anyone knows
1. if jcrutil.createPath can help me best create nodes that are sling:folders WITH jcr content? I tried using.createPath which created missing nodes but no jcr:content. Want to confirm and know i am not missing something that could help me create a folder with jcr content using createPath command.trying to save on commits
2. Also i ended up using resourceresolver.create , creating folder along with it's properties and jcr content, as what acs folder creator does,
Question i have is , does it automatically save without explicit resourceResolver.commit? I believe so but want to hear from others
3. Using assetmanager.moveAsset on a folder with assets and deeply nested , and then performing a save would be ok? Will be performing tests to confirm , but want to hear if anyone has experience on this
