I have written a software in Java using DFC. This software performs the following tasks:
- Performs export or import of documentum data
- Download all documents given a folder/cabinet in Documentum
- Download all document metadata, including custom metadata without having to specify the specific fields
- All the metadata is saved in an xml file
- The field metadata, such as the attribute data type, attribute name and value are all saved in the xml to make importing into any other content management system easy.
- All the permissions levels for each document are saved to the xml
- The complete folder hierarchy under the given root hierarchy is exported
- Any custom folder metadata is also saved in the xml
Leave a comment