Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
OpenCMIS 0.5.0
-
None
Description
hello if I follow CMIS 1.0 spécification on the getObjectParents.
"Gets the parent folder(s) for the specified non-folder, fileable object. "
if I have a not fileable object I must throw constraint exception.
But in getObjectInfo we call anytime the getObjectInfoIntern methode whose is calling anytime getObjectParents.
I think the check of object type is needed for check if the object is fileable or not, and if it's a folder. if it's the root folder getFolderParent MUST throw invalidArgument exception.