Is there any guidelines to connect to Documentum via Java code. My whole scenario is to copy files from Documentum to Alfresco 5.2 using Java code (need to copy all metadata too)
Asked
Active
Viewed 165 times
0
-
You are migrating from Documentum to Alfresco? – Lista Apr 02 '18 at 13:14
-
Ya I want to do it but I am figuring out how to do it . As using CMIS I can easily connect to Alfresco and get it's session. – Kalebere Gaurav Apr 02 '18 at 13:15
-
1check this post https://stackoverflow.com/questions/49158324/documentum-cmis-restful-integration-with-android – saurav Apr 02 '18 at 15:31
1 Answers
0
As you guessed, CMIS is the best way to do this.
- Documentum implements CMIS relatively well, you will be able to extract data and metadata from all documents.
- Alfresco implements CMIS greatly, you will be able to create the documents using the data and metadata from Documentum.
Obviously, your Java code will need to have a mapping telling it how to match metadata between the two servers.

Nicolas Raoul
- 58,567
- 58
- 222
- 373