cancel
Showing results for 
Search instead for 
Did you mean: 

cmisModel vs contentModel

aweber1nj
Champ in-the-making
Champ in-the-making
I notice that there are explicit type definitions for types like cmis:folder and cmis:document in a separate xml file.

I, perhaps wrongly, assumed that cmis:folder just automatically mapped to cm:folder when the actual object was created.  Am I wrong on this?  If they are different types, and I need to make a custom model, which would I then leverage for the parent???  I will be creating/updating objects with both cmis and "native" (share/alf-explorer) clients.

Thanks,
AJ
2 REPLIES 2

jpotts
World-Class Innovator
World-Class Innovator
Yes, cmis:folder maps to cm:folder and cmis:document maps to cm:content. If you define custom types those will be accessible from CMIS automatically. You do not have to do anything to map any types or associations to CMIS.

Jeff

aweber1nj
Champ in-the-making
Champ in-the-making
Awesome.  Thanks for the quick reply!

-AJ