Skip to main content
Version: Latest (4.51.0)

Documentum source connector

The Documentum REST API is supported by Documentum 7 and higher.

Features

  • Exporting content structure
  • Downloading binaries
  • Exporting versions
  • Exporting renditions
  • Exporting relationships
  • Exporting ACLs

Settings

mongoConnection

The Mongo connection string including the database name to connect to.

origin

Specifies the origin of the document in the Content Store.

pageSize

Specifies the page size number that is used when paginating. This setting is only used for retrieving ACLs.

Example: 100

enableDownloadFiles

Enables downloading the binaries into the Content Store. Can either be true or false.

enableVersions

Enables retrieving all versions of an Documentum document. When set to false only the current version is retrieved.

enableRenditions

Enables retrieving all non-primary renditions of an Documentum document. When set to false only the primary rendition is retrieved.

enableRelations

Enables retrieving all relations of an Documentum object. Can either be true or false.

enableACLs

Enables retrieving all ACLs of an Documentum object. Can either be true or false.

documentumURL

The URL to the Documentum API, including the repository to connect to.

Example: http://documentum.xillio.com:8080/dctm-rest/repositories/MyRepo/

documentumUsername

The Documentum username. This user needs to have read-only access to all the contents that need to be read.

documentumPassword

The Documentum password.

rootIds

A list of rootIds. Can be an ID of a cabinet or folder.

Example: ["0b0007c280006115", "090007c28000a762"]