Thursday 25 April 2019

Cmis: Extension Levels


You can set extensions at different levels of object. 'org.apache.chemistry.opencmis.commons.enums.ExtensionLevel' enum provides below constants to attach extensions at different levels.

a.   OBJECT("object"), //
b.   PROPERTIES("properties"), //
c.    ALLOWABLE_ACTIONS("allowableActions"), //
d.   ACL("acl"), //
e.   POLICIES("policies"), //
f.     CHANGE_EVENT("changeEvent");
                 

Previous                                                 Next                                                 Home

No comments:

Post a Comment