partial node add/update/delete inside container.
Hi Gary,
Have you given support to update/add/delete element inside container?
For Example:
Suppose I have a data model for assetsReferences:
So suppose I have to add some assetReferences along with existing assetReferences under container <assetsReferences> so first I have to get all asset references then add those into map then I am calling domain:partial-update. Is there any method from that we can directly add references without extracting existing from DB.same for delete
If Not , I think there should be separate function. what do you think?
Thanks & Regards, Indy
Partial Updates are not really supported in xquerrail base implementation. I will look into the ability to support partial updates soon. I think it should be a straightforward implementation. Let me work on this in an upcoming iteration.
Thanks Gary.