0

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)

Kalebere Gaurav
  • 69
  • 2
  • 13

1 Answers1

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