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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2016 08:31 AM
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.
Thanks a lot.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2016 05:50 PM
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.
