eXo Platform 3.5
  • Prev
  • Next

eXo Platform 3.0 - CMIS Developer Guide


1. Introduction
About CMIS
About xCMIS
About eXo CMIS
2. CMIS specification
3. xCMIS project
4. CMIS features
CMIS Domain Model
CMIS Services
Integration with eXo WCM
JCR namespaces and nodetypes
WCM drives as CMIS Repositories
Use Case: Browse Drives via getRepository
WCM Symlinks
Use Case: Follow Symlinks
Modify WCM via CMIS
CMIS search
Query examples
Simple query
Find document by several constraints
Full-text search
Extended full-text search
Date property comparison
Boolean property comparison
IN Constraint
Select all documents where longprop property NOT IN set
Select all documents where longprop property NOT NOT IN set
IN_FOLDER constarint
Select all documents that are in specified folder
Select all documents where query supertype is cmis:article
IN_TREE constraint
LIKE Comparison
Test LIKE constraint with escape symbols
NOT constraint
Property existence
ORDER BY
ORDER BY ASC
ORDER BY DESC
ORDER BY SCORE (as columns)
Not equal comparison (decimal)
Not equal comparison (string)
More than comparison (>)
5. CMIS Usage code examples
Login to repository
Using java
Listing of documents (folder, files)
Using java
Using JavaScript
Read document properties and content-stream
Using java
Using JavaScript
Search of data and syntax examples
Using java
Using JavaScript
Modification of document properties or content
Using java
Using JavaScript
6. References
  • Prev
  • Up
  • Home
  • Next