cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Extension - Cmis: how to assign a value to property inheritance?

sintextsrl
Champ in-the-making
Champ in-the-making
I need to setting a property inheritance of CmisObject. Is there a Cmis's APIs that provide a method to setting this property?
Thanks a lot.

1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator

There is no such thing as "property inheritance" unless you are talking about defining properties on a type and then having child types inherit those property definitions. That happens out-of-the-box.

If instead what you want to do is to inherit the values from one object to another object that is something you're going to have to code yourself.