Appendix C. CMIS cheat sheet
Legend (Abbreviations used in the following tables)
T | Types |
O | All objects |
D | Documents |
F | Folders |
R | Relationships |
P | Policies |
I | Items |
1.1 | New in CMIS 1.1 |
Services and operations
Repository service | |
getRepositories | |
getRepositoryInfo | |
T | getTypeChildren |
T | getTypeDescendants |
T | getTypeDefinition |
T, 1.1 | createType |
T, 1.1 | updateType |
T, 1.1 | deleteType |
Navigation service | |
F | getChildren |
F | getDescendants |
F | getFolderTree |
F | getFolderParent |
D, P, I | getObjectParents |
Object service | |
D | createDocument |
D | createDocumentFromSource |
F | createFolder |
R | createRelationship |
P | createPolicy |
I, 1.1 | createItem |
O | getAllowableActions |
O | getObject |
O | getProperties |
D, F, P, I | getObjectByPath |
D | getContentStream |
D, F | getRenditions |
O | updateProperties |
O, 1.1 | bulkUpdateProperties |
D, F, P, I | moveObject |
O | deleteObject |
F | deleteTree |
D | setContentStream |
D, 1.1 | appendContentStream |
D | deleteContentStream |
Versioning service | |
D | checkOut |
D | cancelCheckOut |
D | checkIn |
D | getObjectOfLatestVersion |
D | getPropertiesOfLatestVersion |
D | getAllVersions |
Multifiling service | |
D, F, P, I | addObjectToFolder |
D, F, P, I | removeObjectFromFolder |
Discovery service | |
O | query |
O | getContentChanges |
Relationship service | |
O | getObjectRelationships |
Policy service | |
O | applyPolicy |
O | removePolicy |
O | getAppliedPolicies |
Policy service | |
O | getACL |
O | applyACL |
Properties