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

CMIS Object

Grooper Object Grooper.CMIS

Represents a CMIS Object—either a CMIS Folder or CMIS Document—within a CMIS Repository.

Remarks

A CMIS Object provides a unified interface for interacting with content items stored in an external CMIS Repository via a CMIS Connection. This class abstracts the underlying CMIS protocol, exposing properties and actions that allow users to view, manage, and automate content in Grooper without duplicating data.

Role and Usage

  • CMIS Objects are created automatically when browsing, importing, or synchronizing content from a connected CMIS Repository.
  • Each object corresponds to a logical item in the external system, such as a document or folder.
  • Properties such as 'Object Name', 'Object Type', and 'Allowed Actions' reflect the current state and metadata of the item in the repository.
  • Users can perform actions like renaming, moving, or deleting objects, subject to repository permissions.

Configuration

  • CMIS Objects inherit their configuration from the connected CMIS Repository and its content types.
  • The set of available properties and actions may vary depending on the repository's schema and user permissions.
  • Changes made to a CMIS Object in Grooper are synchronized with the external repository in real time.

Integration

  • CMIS Objects are used in import/export definitions, automation activities, and expressions throughout Grooper.
  • They enable seamless integration with enterprise content management systems, supporting scenarios such as document ingestion, metadata extraction, and workflow automation.

For more information, see the documentation for CMIS Repository, CMIS Connection, and Export Definition.

Properties

NameTypeDescription

Derived Types

There are 2 implementations of CMIS Object.

CMIS Document Represents a CMIS Document object in a CMIS Repository.
CMIS Folder Represents a CMIS Folder object in a CMIS Repository.
Notification