Hi Guillaume,
No, the OpenCMIS framework doesn't know anything about the folder
hierarchy. Also, the concept of a relative path doesn't exist in CMIS. All
paths are absolute.
Have you already implemented getFolderParent()? It should provide you the
absolute path of the parent folder.
- Florian
Hi folks,
I'm facing to a understanding problem about paths in my CMIS server
implementation (chemistry-opencmis-server-bindings#1.0.0).
When I build a DataObject, I only know the relative path of it... Is it
possible to configure opencmis framework to deduce the absolute path ?
Best regards,
Guillaume