我想用android实现documentum。所以在哪里我可以得到所有的材料和了解它。我对此非常陌生,我想了解documentum和cmis restful。这样我就可以和android集成了。
发布于 2018-03-08 02:45:31
您的CMIS起点应该是CMIS规范。
http://docs.oasis-open.org/cmis/CMIS/v1.1/CMIS-v1.1.html
化学项目https://chemistry.apache.org/中CMIS规范的实现
CMIS有一个特定的Android客户端,可以在Android应用程序中使用。https://chemistry.apache.org/java/download.html
这里有一篇有用的文章https://superuser.com/questions/1044729/how-to-enable-cmis-on-documentum/1044787
诚挚的问候,
索拉夫
发布于 2018-07-19 03:24:38
您可以在Android上使用OpenCMIS库。
我是Java世界中与CMIS存储库(包括Documentum)交互的标准方法。
官方文档中有非常有用的示例,可以让您快速入门:https://chemistry.apache.org/docs/cmis-samples/samples/create-session/index.html
https://stackoverflow.com/questions/49158324
复制相似问题