0

I want to implement documentum cmis restful api with android. So where i can get all the materialsand learn about it . I am very new to this and want to understand documentum and cmis restful api. So that i can integrate with android.

Ashish yadav
  • 97
  • 1
  • 11

2 Answers2

1

Your starting point for CMIS should be the CMIS specification.

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

Then the implementation of CMIS specification in Chemistry project https://chemistry.apache.org/

There is a specific Android client for CMIS which can be used in Android Apps. https://chemistry.apache.org/java/download.html

A useful post here https://superuser.com/questions/1044729/how-to-enable-cmis-on-documentum/1044787

Best Regards,

Saurav

saurav
  • 5,388
  • 10
  • 56
  • 101
0

You can use the OpenCMIS library on Android.

I is the standard way to interact with CMIS repositories (including Documentum) in the Java world.

The official documentation has very useful samples that will get you started quickly: https://chemistry.apache.org/docs/cmis-samples/samples/create-session/index.html

Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373