我想用 android 实现 documentum cmis restful api。所以我在哪里可以获得所有材料并了解它.我对此很陌生,想了解documentum和cmis restful api。这样我就可以与安卓集成。
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
此致敬意
索拉夫
您可以在 Android 上使用 OpenCMIS 库。
I 是 Java 世界中与 CMIS 存储库(包括 Documentum(交互的标准方式。
官方文档提供了非常有用的示例,可以帮助您快速入门:https://chemistry.apache.org/docs/cmis-samples/samples/create-session/index.html