CMISQL Element

A CMISQL Element is an individual component of a CMISQL Query.

List of CMISQL Element Types

Name Description
AT_LEVEL Predicate Matches objects at a specific level below the base folder.
Comparison Predicate Specifies search criteria for an individual property, using a comparison between the property value and a constant.
CONTAINS Predicate Specifies full-text search criteria in a CMISQL Query.
IN Predicate Specifies search criteria for an individual property, using a list of allowed values.
MATCHES Predicate Defines filtering criteria for a string property, where the property value must match a regular expression.
ORDER BY Element Specifies the order in which results from a CMISQL Query should be returned.
Predicate Collection Defines a collection of search conditions to be evaluated as a group using a logical operator (AND/OR).
Scope Predicate Restricts the search scope to the children or descendants of a folder.
Select Element Represents an element of a SELECT clause in a CMISQL Query.

Properties

No properties are defined