Skip to main content
Version: 4.61.0

Documentum source connector

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

Supported Features​

  • Exporting users and groups
  • Exporting content structure
  • Downloading binaries
  • Exporting versions
  • Exporting renditions
  • Exporting relationships
  • Exporting access control lists

Features Currently Not Supported​

  • Records management metadata
  • Audit logs
  • Workflows

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

retrieveUsers​

Enables retrieving all users into the Content store. Can either be true or false.

retrieveGroups​

Enables retrieving all groups into the Content store. Can either be true or false.

retrieveBinaries​

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

retrieveVersions​

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

retrieveRenditions​

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

retrieveRelations​

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

retrieveACLs​

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"]

discardMetadata​

Cleans the source.properties object for all stored objects by removing default extracted metadata and unused properties.

Only a minimal set of metadata fields required by schemas and processing logic is retained.

Retained metadata per object type
Containers​

The default properties from the source.properties is reduced to:

["links", "keywords"]
Records​

The default properties from the source.properties is reduced to:

["links", "keywords"]
Binaries​

The default properties from the source.properties is reduced to:

["r_object_id", "rendition", "full_format", "mime_type", "dos_extension", "format_name", "page", "page_modifier"]
Relations​

The default properties from the source.properties is reduced to:

["links"]
ACLs​

The default properties from the source.properties is reduced to:

["r_accessor_xpermit_list"]
Principals​

No metadata properties are retained.

All non-default (custom) metadata is retained.