我想用android实现documentum cmis restful api。所以我可以在哪里获得所有材料并了解它。我是新手,想要了解documentum和cmis restful api。这样我就可以与android集成。
答案 0 :(得分:1)
您的CMIS起点应该是CMIS规范。
http://docs.oasis-open.org/cmis/CMIS/v1.1/CMIS-v1.1.html
然后在化学项目中实施CMIS规范 https://chemistry.apache.org/
CMIS有一个特定的Android客户端,可以在Android应用中使用。 https://chemistry.apache.org/java/download.html
这里有用的帖子 https://superuser.com/questions/1044729/how-to-enable-cmis-on-documentum/1044787
最诚挚的问候,
Saurav
答案 1 :(得分:0)
您可以在Android上使用OpenCMIS库。
I是与Java世界中的CMIS存储库(包括Documentum)进行交互的标准方式。
官方文档中有非常有用的示例,可帮助您快速入门:https://chemistry.apache.org/docs/cmis-samples/samples/create-session/index.html