Connect your own OpenText Documentum repository to browse and manage Cabinets, Folders, Documents, Versions (checkout/checkin), Permissions, Lifecycles, and run a content-health audit.
connect_documentumwriteConnect a Documentum repository via base URL, repository name, and username/password.
disconnect_documentumwriteDisconnect a saved Documentum repository connection.
list_connectionsreadList the connected Documentum repositories.
list_cabinetsreadList top-level Cabinets in the connected repository.
get_objectreadRead one Documentum object's (folder or document) metadata in full.
list_folder_contentsreadList the folders and documents inside a folder or cabinet.
create_folderwriteCreate a new folder inside an existing folder or cabinet.
rename_or_move_objectwriteRename an object and/or move it to a new parent folder.
delete_objectwritePermanently delete a folder or document. Cannot be undone.
download_documentreadDownload a document's primary content, base64-encoded.
upload_documentwriteUpload a new document (base64-encoded content) into a folder.
upload_document_versionwriteCheck in a new version of an existing document (base64-encoded content).
get_lifecycle_statereadRead an object's current lifecycle name and state (e.g. Draft, Review, Approved).
promote_lifecyclewritePromote an object to the next lifecycle state (e.g. Draft -> Review).
demote_lifecyclewriteDemote an object to its previous lifecycle state.
list_permissionsreadList the ACL permission grants (who can see/modify/delete) on an object.
grant_permissionwriteGrant an ACL permission level (e.g. Read, Write, Delete) to a user or group on an object.
revoke_permissionwriteRevoke a user's or group's ACL permission on an object.
search_documentsreadFree-text search across object names and content in the repository.
search_dqlreadRun a raw Documentum Query Language (DQL) SELECT statement for advanced/precise searches.
audit_content_healthreadScan a folder and flag content-health issues: long-checked-out documents, empty documents, and very large files.
list_versionsreadList the version tree of a document.
checkout_documentwriteCheck out a document, locking it for editing by the connected user.
cancel_checkoutwriteCancel a checkout without saving changes, releasing the lock.
checkin_documentwriteCheck in a checked-out document, saving it as a new version and releasing the lock (or keeping it checked out for another iterative save).
Install Documentum and let Webbee use it across your workflow.
Open in panel