-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
Component/s: Domain Model, Schema
-
None
Currently, the CMIS schema & domain model are inconsistent in the following ways for the definition of the "getDescendants" method.
Inputs:
- includeRelationships:
- Domain model says: It's an enum with values "source", "target", "both", "none" (default)
- Schemas say its a boolean.
(Note: includeRelationships is also defined this way for getChildren,getFolderParent, getObjectParents, getCheckedoutDocs, getProperties).
- orderBy:
- Domain model says it's a string that is a valid "ORDER BY" statement in CMIS-SQL (just like query).
- Schemas don't include it.