Documentum cmis restful integration with android?

喜你入骨 提交于 2019-12-24 20:27:18

问题


I want to implement documentum cmis restful api with android. So where i can get all the materialsand learn about it . I am very new to this and want to understand documentum and cmis restful api. So that i can integrate with android.


回答1:


Your starting point for CMIS should be the CMIS specification.

http://docs.oasis-open.org/cmis/CMIS/v1.1/CMIS-v1.1.html

Then the implementation of CMIS specification in Chemistry project https://chemistry.apache.org/

There is a specific Android client for CMIS which can be used in Android Apps. https://chemistry.apache.org/java/download.html

A useful post here https://superuser.com/questions/1044729/how-to-enable-cmis-on-documentum/1044787

Best Regards,

Saurav




回答2:


You can use the OpenCMIS library on Android.

I is the standard way to interact with CMIS repositories (including Documentum) in the Java world.

The official documentation has very useful samples that will get you started quickly: https://chemistry.apache.org/docs/cmis-samples/samples/create-session/index.html



来源:https://stackoverflow.com/questions/49158324/documentum-cmis-restful-integration-with-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!