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

CMIS Property Definition

Grooper Object Grooper.CMIS

Represents a CMIS property definition, providing metadata and configuration for a property of a CMIS content type.

Remarks

The CMIS Property Definition describes the characteristics, constraints, and behavior of a property within a CMIS content type. It enables Grooper to display, validate, and interact with properties exposed by a CMIS repository, supporting both single- and multi-valued fields, type enforcement, and property-specific options.

Usage

  • CMIS Property Definitions are automatically discovered from the connected CMIS repository.
  • They are used to configure how properties are displayed, edited, and validated in Grooper.
  • Properties may be inherited from base types or defined directly on a content type or secondary type.
  • The definition includes information such as the property’s data type, display name, query name, cardinality, and constraints.

Configuration

End users typically interact with CMIS Property Definitions when mapping or configuring fields for import, export, or data extraction. Changing property settings in the repository may affect how the property appears and behaves in Grooper.

Remarks

  • Not all properties are editable; some may be read-only or inherited.
  • Multi-valued properties are indicated by the 'Cardinality' property.
  • Choice-based properties provide a set of allowed values, which may be open or restricted.

Properties

NameTypeDescription
General
Common Settings

Derived Types

There are 8 implementations of CMIS Property Definition.

CMIS Boolean Property Definition Represents a boolean (true / false) property definition for a CMIS content type.
CMIS DateTime Property Definition Represents a date/time property definition for a CMIS content type.
CMIS Decimal Property Definition Represents a decimal property value for a CMIS Property Definition.
CMIS HTML Property Definition Represents a property capable of storing HTML for a CMIS Property Definition.
CMIS ID Property Definition Represents a unique identifier property value for a CMIS Property Definition.
CMIS Integer Property Definition Represents an integer property value for a CMIS Property Definition.
CMIS String Property Definition Represents a string property value for a CMIS Property Definition.
CMIS URI Property Definition Represents a URI property value for a CMIS Property Definition.

Used By

Notification