cancel
Showing results for 
Search instead for 
Did you mean: 

Create relationship using cmis

aalaa
Champ in-the-making
Champ in-the-making
I want to make a rest call using rest CMIS rest call to create a relationship (association) between two files,
Does anyone know how to implement this ?
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
Go look at the <a href="http://docs.oasis-open.org/cmis/CMIS/v1.1/CMIS-v1.1.html">spec</a>. Search for "createRelationship".

It would be a lot easier if you'd use a library like OpenCMIS and just call the createRelationship method.

Don't forget that you can only use CMIS to create peer relationships. Parent-child relationships are not supported.

Jeff