0

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

4

2 回答 2

1

CMIS 的起点应该是 CMIS 规范。

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

那么CMIS规范在Chemistry项目中的实现 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

此致,

索拉夫

于 2018-03-08T02:45:31.637 回答
0

您可以在 Android 上使用OpenCMIS库。

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

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

于 2018-07-19T03:24:38.573 回答