│ Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

CMIS Binding

Embedded Object Grooper.CMIS

A CMIS Binding provides connectivity to an external storage platform over CMIS.

Remarks

CmisBinding is the abstract base class for all CMIS+ bindings in Grooper, providing the foundation for connecting to a wide variety of external content platforms.


Overview

  • Abstracts the connectivity and operations required to interact with external repositories using the CMIS (Content Management Interoperability Services) standard.
  • Enables Grooper to connect to traditional CMIS servers, file systems, SFTP servers, mail servers, and various on-premises or cloud-based content storage platforms.
  • Each derived binding (e.g., FTP, SFTP, OneDrive, SharePoint) implements protocol-specific logic for authentication, repository discovery, object management, and content transfer.

Usage Notes

  • CmisBinding is not used directly; instead, select a specific binding type (such as SFTP, FTP, or OneDrive) when configuring a CMIS Connection in Grooper.
  • After selecting a binding type, configure the connection settings appropriate for the target platform.
  • Each binding exposes one or more logical repositories, which can be imported and used for document import/export, browsing, and automation.

Example

  1. In Grooper, add a new CMIS Connection.
  2. Select a binding type (e.g., SFTP, FTP, SharePoint).
  3. Configure the connection settings for the selected binding.
  4. Import repositories and use them for content integration.

For more information, see the Grooper documentation on CMIS+ bindings and external repository integration.

Derived Types

There are 12 implementations of CMIS Binding.

AppXtender Defines a connection to the ApplicationXtender document management platform.
Box Defines a connection to the Box cloud storage platform.
CMIS Defines a connection to a CMIS 1.0 or CMIS 1.1 server.
Exchange Defines a connection to the Microsoft Exchange mail server platform.
FileBound Defines a connection to the Filebound document management platform.
FTP Defines a connection to a File Transfer Protocol (FTP) server.
IBM FileNet Connector Provides a CMIS-compatible connector for integrating Grooper with IBM FileNet Content Engine repositories.
IMAP Defines a connection to an IMAP mail server.
NTFS Defines a connection to the Microsoft Windows™ file system.
OneDrive Defines a connection to the Microsoft OneDrive cloud storage platform.
SFTP Defines a connection to an SSH File Transfer Protocol (SFTP) server.
SharePoint Defines a connection to SharePoint.

Used By

Notification