getting relationships using CMIS

Hi,

I'm unable to get document relationship using CMIS, my request is:

  <ns:getObjectByPath>
     <ns:repositoryId>default</ns:repositoryId>
     <ns:path>/default-domain/Workspaces/Repository/customer</ns:path>
     <ns:includeRelationships>both</ns:includeRelationships>
  </ns:getObjectByPath>

Response does not contain information about relationship. Can anyone tell me what could be possible reason of this incorrect behaviour?

I appreciate any help.

0 votes

1 answers

1321 views

ANSWER



In Nuxeo, relationship (when seen directly as objects) are only accessible to Administrators.

When we expose the relationship objects through CMIS, this restriction remains. I agree that this is not ideal. We want to improve this but haven't had the time yet.

1 votes