Documentum cmis restful 与 android 集成?

Documentum cmis restful integration with android?

我想用 android 实现 documentum cmis restful api。那么我在哪里可以获得所有材料并了解它。我对此很陌生,想了解 documentum 和 cmis restful api。这样我就可以与 android.

整合

您的 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

这里有用post https://superuser.com/questions/1044729/how-to-enable-cmis-on-documentum/1044787

此致,

索拉夫

您可以在 Android 上使用 OpenCMIS 库。

我是 Java 世界中与 CMIS 存储库(包括 Documentum)交互的标准方式。

官方文档有非常有用的示例,可以帮助您快速入门:https://chemistry.apache.org/docs/cmis-samples/samples/create-session/index.html