Open vinny2020 opened 9 years ago
Yep, there is no delete or update operation currently. It would be great if you can do a pull request with this functionality. But do the pull request to apache camel rather than this github project, as this one has been merged to Camel and I'm going to delete this repo at some point.
On 16 June 2015 at 18:51, Vincent Stoessel notifications@github.com wrote:
Out of the box, camel-cmis solves one half of the eternal CRUD data access to cmis. You can use the message body to query so you can retrieve objects OR use the body to create new objects/ Unfortunately, unless I missed it, there is no way to delete or update an existing object in CMIS. To do that, one would have to drop back into the opemcmis/chemistry API. Once you are using that API, you may as well use it for the whole CRUD set for convenience and consistency's sake. Please add a way to add this functionality. Also willing to help if needed.
— Reply to this email directly or view it on GitHub https://github.com/bibryam/camel-cmis/issues/2.
Bilgin Ibryam
Red Hat, Inc. Apache Camel & Apache OFBiz committer Blog: ofbizian.com Twitter: @bibryam https://twitter.com/bibryam
Author of Instant Apache Camel Message Routing http://www.amazon.com/dp/1783283475
The github apache-camel repo?
Yup
On Friday, 26 August 2016, Vincent Stoessel notifications@github.com wrote:
The github apache-camel repo?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bibryam/camel-cmis/issues/2#issuecomment-242605820, or mute the thread https://github.com/notifications/unsubscribe-auth/AAfUh-ZNGL8x2kBuTMmavNATeEf3CgoZks5qjkuEgaJpZM4FEnk- .
Sent from Mobile
Cool, will look there in the future
Out of the box, camel-cmis solves one half of the eternal CRUD data access to cmis. You can use the message body to query so you can retrieve objects OR use the body to create new objects/ Unfortunately, unless I missed it, there is no way to delete or update an existing object in CMIS. To do that, one would have to drop back into the opemcmis/chemistry API. Once you are using that API, you may as well use it for the whole CRUD set for convenience and consistency's sake. Please add a way to add this functionality. Also willing to help if needed.